| Thread | Last Post | Replies |
|
| Updated Compact Framework FAQ now online | 03 Feb 2005 00:56 GMT | 2 |
http://msdn.microsoft.com/smartclient/community/cffaq/default.aspx
 Signature Ginny Caughey .Net Compact Framework MVP
|
| System.IO.IOException' occurred in mscorlib.dll | 02 Feb 2005 23:58 GMT | 4 |
In running vb.net and I cannot get the System.IO.File.Delete(sFile) to work. It throws the following exception. I'm developing using "An unhandled exception of type 'System.IO.IOException' occurred in mscorlib.dll"
|
| Calling HasChanges() after AcceptChanges() should always return false, right? | 02 Feb 2005 23:52 GMT | 4 |
I've got this snippit of code, DataSet clientData; clientData.AcceptChanges(); Debug.Assert( ! clientData.HasChanges());
|
| Problems debugging setup | 02 Feb 2005 23:33 GMT | 1 |
I have been trying to use Windows Installer and CEAppMgr to deploy my PocketPC application with minimal demands on the user. The solution I have been working with is almost identical to the product of the examples in the URLs below.
|
| Receive MMS using .NETCF | 02 Feb 2005 23:22 GMT | 1 |
I'm trying to receive MMS messages using .NETCF, but I can't find any information on it. Does anyone have any ideas? Any help is much appreciated. Thanks
|
| Connecting to the webservice from PDA when the network is not on | 02 Feb 2005 23:20 GMT | 3 |
I have a PDA Application that connects to the webserivce in the host computer. When I run the webservice in the computer with the url
:"Http://computername//Webservice/*.asmx" without connecting to the network it works fine. But I can't get the device to connect to the ...
|
| getting callog | 02 Feb 2005 23:18 GMT | 3 |
does anyone has a sample application the uses the opennetcf.phone.callog class? i wrote a function that returns reads the calllog and returns a list of the CallLogEntry(s) that has missed call types, here's the function's code:
|
| SQL CE subscriber | 02 Feb 2005 22:56 GMT | 4 |
When I try to subscriber to a publication on desktop with emulator I get the following error Initializing SQL server reconciler has failed, number 29037 can somebody help me?
|
| Configure PPC to hit different web service server | 02 Feb 2005 22:01 GMT | 4 |
I've set a web reference to the webservice on my local box. http://localhost/Webservicename/Start.asmx But when i deploy it'll be different obviously .... I've googled this and it talks about setting the Web Reference to dynamic.
|
| VS 2005 <-> PPC 2003 FE?? | 02 Feb 2005 22:01 GMT | 3 |
As I try to move into mobile dev, and jumpstart on 2.0, got a question....I'm using VS 2005 Beta 1, and when I go to debug my app, it of course asks for what 'device' to run on. Either an actual device or one of many PPC 2003 SE emulators...3 questions:
|
| Maximize screen with dynamic menu? | 02 Feb 2005 19:57 GMT | 1 |
I have a form that I want maximized, but I still want to be able to display and use a menu at the user's request. Is this possible? I've written an app for the Palm that I'm trying to port over to PPC. The Palm has a menu button, which dynamically displays the usually-hidden
|
| It is possible to include a exe file in my exe ? | 02 Feb 2005 19:52 GMT | 1 |
It is possible to include a exe file in my exe ?(in my embeded resource) And if it's possible, can i launch it with createprocess? Great thanks, wavemill
|
| .NET Compact Framework programming. | 02 Feb 2005 19:26 GMT | 1 |
Is there an online manual i can download or is there anyone who has a soft copy of a manual/book that would be willing to share? Thank you
|
| Stupid question on upgrading SDK version. | 02 Feb 2005 18:51 GMT | 6 |
I have CF 1.0.3111.0. How do I update to the latest SDK? (which looks like 1.0.4292.0) I keep finding Redistributables but not the SDK. What am I missing?
|
| TabControl Question - Change Tabs | 02 Feb 2005 18:08 GMT | 2 |
Can you change the TabControl control so that the tabs are at the top and not at the bottom or will I have to just make my own tab control? Thanks Darren
|