| Thread | Last Post | Replies |
|
| Deleting a SQL CE database | 26 Mar 2004 00:50 GMT | 2 |
I'm playing around with SQL CE for the first time, and it didn't take long for me to come up with a puzzle. I created a little test app that gives the user 3 buttons: Create, Insert and Display. "Create" deletes the SQL CE database file (if it exists) and then creates a empty ...
|
| Access modifiers | 25 Mar 2004 23:58 GMT | 4 |
Isn't there an access modifier that limits visibility to the same namespace? Regards, Elisa
|
| SIP button invisible | 25 Mar 2004 21:19 GMT | 6 |
I would like to make invisible the SIP button in my VB.net project, here is what I do on load event of the form "frmToto" Dim hWnd As IntPtr = FindWindow(Nothing, "frmToto") RC = SHFullScreen(hWnd, SHFS_HIDESIPBUTTON)
|
| Data Insertion | 25 Mar 2004 21:12 GMT | 3 |
I am working with C#, SQL CE and ADO.net using the .net compact framework on a PDA. I need to populate quite large tables from XML. Initially I just used Dataset.ReadXML but this quickly ran into memory problems with large amounts of data. I am now using XmlTextReader to read the ...
|
| Loading bitmap from stream | 25 Mar 2004 20:47 GMT | 4 |
I'm trying to load a bitmap from a stream using the appropriate constructor, but consistently get an exception of type system.ArgumentException. Loading the bitmap from file seems to also produce the same exception. There doesn't appear to be anything wrong with the bitmap, as it ...
|
| AddHandler and RemoveHandler | 25 Mar 2004 20:44 GMT | 1 |
If you add event handlers using AddHandler, do you have to explicitly call RemoveHandler, or are event handlers automatically removed when the listener goes "out of focus" (read: gets disposed)? Regards,
|
| CF 2.0 where to get? | 25 Mar 2004 20:26 GMT | 1 |
I know it was distributed at mdc... for those who could not attend... where will the next distribution point/date be? MSDN? beta.microsoft.com? mdc dvd for sale?
|
| FMOD problem (playing MP3) | 25 Mar 2004 19:32 GMT | 4 |
I got FMOD from www.fmod.org. I wrote the following simple code, but unfortunately nothing happens: [DllImport("fmodce.dll")] public static extern bool FSOUND_Init(
|
| order of events for forms | 25 Mar 2004 19:26 GMT | 2 |
I sifted through the MSDN docs and searched the groups but I can't find the order form events fire anywhere. The reason I'm even asking is it looks like the Activated event fires before the Load event which seems backwards. I noticed this in debug mode stepping through the
|
| RAPI in C | 25 Mar 2004 18:16 GMT | 5 |
This is not really a CF question, but it is related. I have written a CF app for the PPC. I would like to write a RAPI app on the PC, but I do not want to insist that users install the (Full) Framework to run a simple utility (RAPI in C#).
|
| textbox without Click event | 25 Mar 2004 17:14 GMT | 5 |
I'm working with VS .NET 2003 in an application for windows CE .NET and need to manage the event Click of a textbox. I don't see this event in the Event window of the control. Is this because is not in the Compact Framework? Is there any way to get into this event?
|
| IR file transfer using OpenNETCF ? | 25 Mar 2004 16:13 GMT | 1 |
Does OpenNETCF directly support IR file transfers or will I need to write code to read and write the files from the IR data? Also, does it support sending and receiving files using Blue Tooth vs IR? Thanks
|
| Embedded | 25 Mar 2004 16:08 GMT | 4 |
I would like to embed a PPC device into some custom hardware, I know I could just bolt an existing PDA into the hardware but this is obviously very amateurish. Does anyone know if there is such a thing as a PDA kit, which would provide me with the bare bones of a PDA
|
| Forms Designer not available for some forms | 25 Mar 2004 15:21 GMT | 4 |
I have just opened up a Compact Framework project that I was working on a couple of days ago and I now can't edit the screen design of SOME of the forms in the project (5 out of 12). The icon in the solution explorer for the forms that I can't design has now
|
| A Good Reference Book Recommendation | 25 Mar 2004 12:52 GMT | 2 |
Could anyone recommend a good reference book for developing handheld applications in C#.NET with the .NET CF? I'm looking for a book that has good information about designing advanced applications with C#.NET. Thanks in advance! Allen
|