all groups > dotnet compact framework > april 2005 > threads for saturday april 9
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Custom Control - InitializeComponent() problem
Posted by Sylvain Fortin at 4/9/2005 8:31:01 PM
Hi everyone,
I created a custom control using c# and the control is allocated at runtime
and displayed on the screen correctly(emulator). As soon as I had any events
using the designer (not custom events...) I get the following error:
An unhandled exception of type 'System.MissingMethodExc... more >>
NUnit for CF?
Posted by Tim Johnson at 4/9/2005 8:26:01 PM
I've seen the posts regarding Nant to build CF projects. Is there also a
CF-friendly version of NUnit to run unit tests? Because we're using various
device-specific features (e.g. bluetooth, barcode reader, etc) it would have
to really run on a cradled device, not the emulator. Any device-b... more >>
Data won't flush to sd card
Posted by Malc at 4/9/2005 5:45:30 PM
Does anyone if there is an alternative to closing and opening the file to
ensure data is flushed to an SD card. stream.Flush() doesnt behave the
same way as when writing to main memory - it does nothing. Please help
thanks.
--
Using Opera's revolutionary e-mail client: http://www.o... more >>
launching notes.exe
Posted by Workgroups at 4/9/2005 1:43:27 PM
I have a pocket pc 2003 application (VB.NET) I'm building to manage a large
number of .pwi files via a calendar interface. This application needs the
ability to open the .pwi file, so I'm using CreateProcess to launch
"notes.exe", and supplying the appropriate filename as a command line
par... more >>
Installing CF v2 - Will I have issues?
Posted by Mike at 4/9/2005 11:01:03 AM
I am contemplating installing CF v2 Beta to test but am worried about
wreaking havoc in my current development environment. Should I be? Will I
still be able to create, debug and distribute my apps using v1 or will it
completely overwrite it?
Also, if I dont have a MSDN subscription am I... more >>
Button Focus
Posted by Darcy at 4/9/2005 8:37:11 AM
I have an application that connects to a blue tooth scanner for all of its
input. For some reason every now and then the buttons are getting the focus
somehow and instead of there names being correct they get named a barcode or
whatever input the device is given. I've tried the locked proper... more >>
|