| Thread | Last Post | Replies |
|
| Delete from file | 10 Nov 2007 14:51 GMT | 6 |
I know that it generally isn't possible to delete a part of a file, but I'll pop this question anyway in case there is a good idea out there: I have a program that runs on a PDA with e.g. 32MB storage. The program generate a file and if the file exceed 16MB I do not have the ...
|
| HttpWebRequest.GetResponse() Querystring length problem | 10 Nov 2007 11:12 GMT | 2 |
I found a weird behavior of HttpWebRequest.GetResponse() in WM5 It raises exception if length of URL is around 2150. And also sends the data to server successfully. Therefore, there is no way to detect that the data is successfully received at server or not.
|
| Can a compact framework application of full framework application hit a java webservice running on apache | 09 Nov 2007 17:19 GMT | 3 |
I want to create a .net compact framework and full framework application that uses web services. However the web services are created with java running on an apache server. Can this be done? Can my .net C# applications use web services hosted on an apache server
|
| Where can I buy non eval Windows CE 6.0 tools | 09 Nov 2007 16:29 GMT | 1 |
Hi Where can I buy non eval Windows CE 6.0 tools?
 Signature Don
|
| How to play multimedia files on CE devices? | 09 Nov 2007 15:10 GMT | 1 |
Dear Sirs, I'm an Italian developer and I need to build an application to playback a list of videos (mpg or avi) on a HP Thinclient running CE .net 5.0, it has an onboard player () but I need to manage the playback and have to fit the
|
| Disabling system notifications | 09 Nov 2007 12:28 GMT | 1 |
I wrote an application that run under WM5. The application runs in kiosk mode. I have disabled anything that the user could do with device however I couldn't disable the system notifications (like battery or network). How do I do that?
|
| Form Display | 09 Nov 2007 11:07 GMT | 2 |
Hello All, I just converted my application from VS2003 and CF 1.1 to VS2005 and CF 2.0. Now that I have done this my forms are not loading correctly and cannot figure out why. What I have is a Splash form that loads all of my application variables, inside this forms load event, ...
|
| How can I broadcast a WakeOnLan datapacket? | 09 Nov 2007 09:47 GMT | 8 |
How can I broadcast a WakeOnLan datapacket? Tried using Sockets but compact framework does not support broadcasting nor connectionless sending . Looked at IPHelper function IcmpSendEcho, but iphlpapi.dll failed to load
|
| How to determine Available memory | 09 Nov 2007 08:27 GMT | 3 |
How do I determine the available amount of memory in a Pocket PC (code example)? I need to check if there is space enough for saving data before doing it. Thanks
|
| Conditionally installing files | 08 Nov 2007 22:40 GMT | 2 |
I have a cab file for an app I wrote using VS 2005 for CE 5. Is it possible to have the files installed only if they do not exist on the device. I want to store my database on the Flash drive so they do not get deleted during a hard reset, when the app is installed again I do ...
|
| Network Login | 08 Nov 2007 21:38 GMT | 3 |
With a pocket PC device connected via USB (ActiveSync), is there a way using C# to grab the network login (username) for the user that is logged into the PC from an app on the mobile device?
|
| Platform | 08 Nov 2007 21:03 GMT | 4 |
I haven't worked on the CF for about 3 years but now have a client that just bought a number of WinCE based scanners and now wants me to build some apps for them. My main question is would they have been better off with Win Mobile on the same device which was an option.
|
| app running in Mobile 5 sometimes crashes in Mobile 6 | 08 Nov 2007 16:20 GMT | 4 |
We wrote an application that runs with no problems in Windows Mobile 5 platforms. The application uses a modified version of the ShowDialog() method to display forms, as explained in a MSDN article. Has to do with the fact of listing just 1 instance (the last displayed form) of
|
| User Activity | 08 Nov 2007 16:16 GMT | 3 |
Hello all, what is the best way to keep track of user activity? Is there anything built into CF2.0 that I can use? TIA
|
| Checking if device is docked - please help | 08 Nov 2007 15:26 GMT | 3 |
This is driving me mad, i'm using the below code: public static bool IsDeviceDocked() { bool bRetVal = false;
|