| Thread | Last Post | Replies |
|
| Dillemma: SQL Server CE or XML | 24 Mar 2004 11:41 GMT | 2 |
Hi! I realize that this issue has been discussed a number of times in different forums and groups but I am still undecided. We have a software package for the Home healthcare professionals and we are working on implementing some features of that package on a PPC. We will be using ...
|
| Adding Controls at Runtine | 24 Mar 2004 07:24 GMT | 3 |
Does anyone have any idea how I can add controls at runtime including event handlers using C#. I would very much appreciate some sample code. The biggest concern I have is that I cannot give a control a name using
|
| Custom Controls for Compact Framework? | 23 Mar 2004 23:17 GMT | 4 |
I've heard some people talking about creating their own controls for the CF. I haven't seen anything which allows this within VS.NET, however. Is there some trick one could perform, such as exposing an Image (Bitmap) property, to make something close to a custom control on the ...
|
| .net Framework palm OS | 23 Mar 2004 22:44 GMT | 1 |
I am a student about to start developing applications using the .net compact framework, is there a framework available for palm os or are there any plans to develop one in future as from a business perspective the palm os is cheaper to buy hardware for a number of users.
|
| Error accessing web service on localhost from emulator | 23 Mar 2004 21:48 GMT | 4 |
I am trying to develop CF app by starting with Pocket TaskVision sample app. I have a AuthService web service and a DataAccess web service. The namespaces are http://kiwi.kanecompany.com/KaneWS/AuthService
|
| Proper Use of Threading and Mutex | 23 Mar 2004 21:22 GMT | 3 |
I'm currently writing a CF application which uses threads to work with a buffer. The first thread appends to a String variable named Buffer, and the second thread processes Buffer and removes processed data from it as well, similar to this (simplified):
|
| Error in the Function | 23 Mar 2004 19:05 GMT | 1 |
I am trying to write a function to check whether the selected value (thru SQL query)is avalable in table or not,but every time in the below function, CheckValue is becoming true.Can any one help me where am I going wrong.
|
| how to paint only a piece of the background? | 23 Mar 2004 17:34 GMT | 1 |
I want this: the function protected override void OnPaintBackground(PaintEventArgs e) should only paint the background in 2 rectangles
|
| FromHandle not supported | 23 Mar 2004 16:37 GMT | 3 |
since methods like Icon.FromHandle() are not supported in the .NET CF I'd like to know if there is another way to "transfer" a HICON to the Icon class! Kind Regards
|
| TypeLoadException - VS.NET Problem?? | 23 Mar 2004 16:33 GMT | 4 |
We have been getting TypeLoadExceptions under the Compact Framework Service Pack 2. Before, when we got one of these, we didn't think too much of it - we reinstalled from a CAB file, and it all worked. We blamed a corrupt DLL or something. But now it has returned. When I deploy my ...
|
| hosts table | 23 Mar 2004 13:11 GMT | 2 |
I'd like to do to the ce what you can do in windows hosts table. 192.168.1.5 www.adnsname.com can someone tell me the registry hack to do on the ce device. I have a registery editor downloaded to the ce, but can't find the hack. I'm
|
| Backcolor in textbox | 23 Mar 2004 12:45 GMT | 1 |
In .net framework you can changed the backcolor of the Textbox when the control is Readonly. I wanted to changed the BackColor in CF when the control is Readonly into color white, but the backcolor
|
| Maximum String Length | 23 Mar 2004 12:44 GMT | 1 |
Simple question but i can't find the answer What is the maximum length of the String data type in C# Is it any different when developing in the .net compact framework Thanks
|
| Notification on SMS arrival | 23 Mar 2004 11:21 GMT | 1 |
I'm interested in creating a app which can grab SMSs before they go in the Inbox of Pocket Outlook. Can anyone guide me from where I could start? Kind Regards, Matthew.
|
| Socket.Close | 23 Mar 2004 11:09 GMT | 4 |
I'm experiencing a behavior in Socket.Close that I'm not able to explain. Maybe someone can find a reason for the following: In my app I use a socket to send and receive data from a server running in a desktop PC. The app in the server runs under the full .NET Framework. In my
|