| Thread | Last Post | Replies |
|
| Finding Temp Folder | 31 Jul 2004 20:10 GMT | 4 |
Any way to find the special Temp folder on the device? It doesn't appear in the OpenNetCF SpecialFolder enum. Thx Helen
|
| MessageBox.Show method | 31 Jul 2004 19:33 GMT | 1 |
How can I in Compact Framework disply message box with yes/no buttons and some icon, like: MessageBox.Show("Some Text", "Title", MessageBoxButtons.YesNo, MessageBoxIcon.Exclamation) ?
|
| Windows mobile 2003 | 31 Jul 2004 09:19 GMT | 4 |
What is Windows mobile 2003? Can I install it on PPC Emulator?
|
| Can SP2 program run in the oringinal version of CF in PPC2003 | 31 Jul 2004 09:13 GMT | 1 |
Can SP2 program run in the oringinal version of CF in PPC2003? Thanks!
|
| Flash plugin for .net CF | 31 Jul 2004 09:05 GMT | 3 |
Our company has a windows software which is made by Authorware and Flash. Is there anyway that we can port that software to Pocket PC. Any reply would be ppreciate. Best,
|
| IndexOutOfRange error when calling SHGetSpecialFolderPath | 31 Jul 2004 02:41 GMT | 2 |
Within my .NET CF app on a PPC, I need to obtain folder path strings in the language the Pocket PC's operating system is set for. Using C#, I call the operating system function SHGetSpecialFolderPath via P/Invoke. While calling this function works for some CSIDL values, there are ...
|
| Change title color in a TabControl | 30 Jul 2004 23:47 GMT | 1 |
I would like to change the title color in the selected Tab in a TabControl. I appreciate any help Carmen
|
| debug class library | 30 Jul 2004 23:40 GMT | 6 |
how do i debug (code step thru) a class library in the CF? I tried choosing the start program as an external program which references this library, but it keeps giving me the message "A Project of the pout put type Class library cannot be debugged" and asks me to set the start ...
|
| Backoffice | 30 Jul 2004 23:36 GMT | 1 |
What is Backoffice? Where can I find documentation on it?
|
| Application.Run doesn't show form modally | 30 Jul 2004 19:46 GMT | 3 |
In my application among the first lines is this: Forms.Login MainForm=new CCSIT.KeystoneMobile.Forms.Login(); Application.Run(MainForm); When I run the application MainForm appears in the list of running
|
| common business layer? | 30 Jul 2004 17:29 GMT | 9 |
I am designing ASP.net application and a Pocket PC application with the same functionality. does anyone have experience in creating a common data framework which disects the request and forwards to the respective data layer?
|
| Web Services and Sessions | 30 Jul 2004 16:22 GMT | 3 |
hi. I have some problems with developing of web services for Compact Framework.net I think i have to use sessions to hold my objects on the server, but the CF.net does not support cookies.
|
| DataTable.Select() vs DataView | 30 Jul 2004 16:13 GMT | 2 |
Shomeone can tell me if there are some difference using the DataTable.Select or a DataView to retrieve DataRows? Wich is faster? Thanks
|
| OpenNetCF Cryptography Error | 30 Jul 2004 16:11 GMT | 3 |
I am using the OpenNETCF.Security.Cryptography classes on a Dell Axim running PocketPC 2003 and I am getting a NTE_NO_KEY error when trying to use the RSACryptoServiceProvider class. The code runs fine on the desktop but gives this error on the device and emulator. Code is
|
| Scrolling screens | 30 Jul 2004 15:13 GMT | 4 |
Can anyone tell me what do I have to do to construct a screen that scrolls when the sip appears s that half my input screens are not hidden underneath it?
|