| Thread | Last Post | Replies |
|
| How do we choose between Registry and CEDB | 27 Apr 2005 18:11 GMT | 2 |
How do we choose between Registry and CEDB? Assuming we want to store some data in the range of 100. what are the guide line. Can you please compare CEDB and registry?
|
| How do I detect the pocketpc has connected with PC? | 27 Apr 2005 18:09 GMT | 1 |
I write a test program for manufacturing Wince device. How do I write a function to detect the pocketpc has connected with PC successfully by ActiveSync? I try to use interface IReplStore, but got some error.
|
| How to convert the evc4 project to vs2005 vc.net smart device proj | 27 Apr 2005 17:00 GMT | 1 |
I try to convert evc4 project to vs2005 vc.net smart device project, but there is no way. Who know how to do that? Thank you very much. Tsung-Y
|
| How to create a popup modal dialog | 26 Apr 2005 23:01 GMT | 3 |
I am using eVC++ 4.0. How would I create a popup modal dialog similar to a messag box, but one where I can add my own controls? I can create a child window with a caption, ok button etc... but the title bar is always gray and it is
|
| EVC4 and XP firewall | 25 Apr 2005 20:29 GMT | 1 |
My company just installed service pack 2 of Windows XP. The firewall in XP is preventing me from debugging remotely on my CE device. I've adjusted the firewall so that I can use ActiveSync over the network but it seems that EVC4 uses different ports (and a range of them) than
|
| Help with GetUserNamePassword | 25 Apr 2005 20:27 GMT | 1 |
Has anyone been able to use GetUserNamePassword in a eVC++ program? I wrote a little app to test this function. Here's how I use it NETUI_USERPWD *LogonCredentials; LogonCredentials = (NETUI_USERPWD *) malloc(sizeof(NETUI_USERPWD));
|
| Send bytes to COM port locks up. | 25 Apr 2005 20:11 GMT | 7 |
I am experiencing a strange problem, thought of asking advice from you guys... My test app has build in eVC++ v3.0 for PPC 2002 platform. What it does is that, open the COM1: port and send some 100 bytes (spaces) to the port.
|
| ODBC error on SP3 install for eVC 4.0 | 25 Apr 2005 16:45 GMT | 1 |
When I attempt to install Service Pack 3 for eMbedded Visual C++ 4.0, I get the following error: ------- ODBC Error:
|
| Current time | 25 Apr 2005 14:39 GMT | 1 |
I would like to know, how much time a task of a program takes. Is there any function for WCE, that retrieves the current time with a very high precision (milliseconds) ?? Thanks,
|
| Migrating Desktop ProxyStubs to Win CE.Net | 25 Apr 2005 06:44 GMT | 1 |
Hy there, my current task is to connect a mobile platform running with CE.NET to a remote desktop server.The connection should be implemented via DCOM- the desktop server exists and has a defined interface and a ProxyStub running on
|
| ShowWindow Question | 23 Apr 2005 01:30 GMT | 1 |
Newbie looking for advice. My application creates 1 to 6 RichInk windows using CreateWindowEx() and 1 to 6 dialogs using CreateDialog(). I am using the dialogs for a mini title over the RichInk windows. What is the best way or perferred way to bring the window pairs to the ...
|
| Linking DLLs AAARRRRRGH!!! | 22 Apr 2005 23:58 GMT | 2 |
I've been working on this one bit of code all day. I'm finally posting in desperation.... I can't get the function out of the DLL. The dll loads fine but the function always returns null. I make the DLL and the exe so you can se the code for both the DLL is called
|
| SQL Server CE through EVC... | 22 Apr 2005 22:57 GMT | 3 |
I'd like to know if there is possible to access SQL Server Ce using the eMbedded Visual C++ 3 or 4. Does anyone know something, or have done anything like this? any docs, links, samples? thanks in advance, regards,
|
| Properties of application vs. system windows | 22 Apr 2005 19:44 GMT | 7 |
Some time ago I read somewhere about how one can decide whether a windows is a normal application or one used by windows. But I don't know anymore where that was. I only know it was determined by some window styles. Doers somebody know which they were? Thanks in adcance.
|
| How do i get the free space on an SD card ? | 22 Apr 2005 16:11 GMT | 10 |
I'm writing a VC++ app that uses a USB port/cable and RAPI fcns to communicate with an external device. I need to find out how much free space is left on the SD card ? Ideas ? So far I've only tried using the shell SHGetDiskFreeSpace call but that is
|