| Thread | Last Post | Replies |
|
| reading e-mail by program pocket pc | 28 May 2007 17:32 GMT | 1 |
I am trying to find the way how to read e-mail from pocket pc by program I mean from outlook from (pop account) . In Managed code it seems it is not complete becuase it does not have this facility to estblisfh outlook session object then access to message stores and read the pop ...
|
| Setting File Creation time | 28 May 2007 16:04 GMT | 2 |
I want to set the file creation time in pocket pc. How can I proceed with it? FilesystemInfo.CreationTime..or File.SetCreationTime is readonly for windows CE.
|
| CreateMutex and WaitForSingleObject | 28 May 2007 15:57 GMT | 5 |
I need one of my apps to shut down another of my apps, and to wait until the shutdown is complete. To do this, I have the first app call CreateMutex(NULL, TRUE, L"Blah"). The second app calls CreateMutex(NULL, FALSE, L"Blah"). If GetLastError()
|
| Problems with Hardwarebutton | 28 May 2007 15:17 GMT | 1 |
I am developing an application for Symbol MC50 (with qwerty keyboard) and want to use one of the hardwarekeys (app button 5, the one below the scan button). I want this button to act as a "do action" button (actually I wnat it to be my my "Enter key" since it is much better
|
| Full Screen View | 28 May 2007 01:01 GMT | 2 |
I developed wmv playback application in Pocket PC. Using ChangeDisplaySettingsEx function I rotated the screen in landscape and portrait orientations using Stylus pen click event. While rotating, all the Windows applications get a change in its orientation. But I
|
| App install, upgrades, and piracy? | 26 May 2007 05:59 GMT | 4 |
I've got my shinny new PPC app that I want to sell (rather my employer wants to sell). I need a way to deliver an "install" version to paying customers; however, I want to deliver "upgrades" as internet downloads. I don't
|
| Wireless Connection Icon Signal Strength vs Wireless Connectivity | 26 May 2007 01:36 GMT | 1 |
Right now we are using signal strength as an indicator of wireless connectivity in a bar signal icon for our app. We are finding that although the icon shows full signal, the pda still has not authenticated. It takes from 10-20 from powering on the pda for the device to ...
|
| smartphone programs with vs2003 | 25 May 2007 21:59 GMT | 4 |
will I be able to make smart phone applications using vs2003 and vb.netcf?? I need to specifically make a program for the new blackjack with wm5. thanks in advance, ~ramon
|
| Ad-hoc Host's IP Address | 25 May 2007 15:17 GMT | 1 |
Q: How do I find the IP Address of my Pocket PC (in .Net CF) when it is connected to other Pocket-PCs in wireless (802.11) ad-hoc mode? Background: I'm developing a .Net CF 2.0 application in VC# where each host
|
| ADO.NET - Working with DataSet | 25 May 2007 10:25 GMT | 2 |
ADO.NET - Working with DataSet ========================= HI, I want to create an application that interact with a DB. I wont to use SQL statement, but I want to use DataSet.
|
| How to run a external execution file using c# in pocket pc 2003? (Joey) | 25 May 2007 09:10 GMT | 2 |
Hello Experts, How to run a external execution file using c# in pocket pc 2003? I wrote a code as below, but it can not work! Does anyone can tell me what's wrong?
|
| WriteFile memory leak | 25 May 2007 08:46 GMT | 1 |
Hi, I've found some previous similar stuff on this, but it's of no real help. I have a WinCE app (embedded Visual C++ 4.0, WinCE 5.0) that uses WriteFile to output data to a com port. The CreateFile is done at
|
| Today plugin | 25 May 2007 07:12 GMT | 1 |
I have a plugin that displays a text, and I would like that it would also open an application once activated. I have made the registry keys, and the selectability set to 2, but the application is not opened.
|
| Port sniffer | 25 May 2007 00:03 GMT | 3 |
I am using eVC++, and I need to sniff the traffic on a specific port by code. I found some information about this using winsock, but it allways uses: WSAIoctl(sniffer, SIO_RCVALL, &j, sizeof(j), 0, 0, &in,0, 0) But the SIO_RCVALL option isn't available in eVC++.
|
| install sql server ce | 24 May 2007 18:28 GMT | 2 |
if i run my c# app directly from VS to the device, sql server ce will be directly installed at the device until battery is empty next time. How can I install the sql server ce to a storage card? Thanks
|