| Thread | Last Post | Replies |
|
| Programatically posting to a web form | 31 Aug 2005 20:14 GMT | 3 |
Pretty simple question--just not sure what I'm doing wrong. So the format of what I'm trying to post to is: https://www.testsite.com/blah?sampleinput. Here is what I've done: HINTERNET hGETRequest;
|
| develop print function | 31 Aug 2005 19:21 GMT | 2 |
Hi,All I want to develop a print function using bluetooth on evc4.0 for pocketpc2003. My device is iPAQ, I have search some post about print function.because our customer
|
| Subject: Pocket PC to PC via serial port in evc++ | 31 Aug 2005 17:15 GMT | 4 |
Can nanybody communicate from a pocket pc to serial port on PC in embedded vc++? The code below worksfrom COM1: to COM2: via null modem but not on pocket pc. Ay ideas?
|
| Instance Handler | 31 Aug 2005 16:20 GMT | 1 |
Does anybody know how to get the instance handler of an application or a DLL using Visual C# .NET 2003
|
| GPRS | 31 Aug 2005 14:22 GMT | 1 |
Can anyone plz tell me what adapter is used for GPRS connectivity. My pocket pc has : L2TP, PPTP, ASYNCMAC, TIACXWLN1 adapters ( not including irda and bth. adapters).
|
| How to transfer files to Pocket PC 2002 emulator | 31 Aug 2005 12:33 GMT | 4 |
Is Async available in the emulator? If so - or is there another way - how do I transfer files from the desktop PC to the Pocket Pc emulator? ---
|
| how to connect CSV or TXt file with ODBC ? | 31 Aug 2005 09:33 GMT | 1 |
I'm developing a small system, it doesn't need to use the database, so I want to use the txt or csv file. How can I connect with ODBC ?
|
| SetWindowPos and GetWindowLong | 31 Aug 2005 07:44 GMT | 1 |
if i call the following on a window: SetWindowPos(hWnd, HWND_BOTTOM, 0, 0, 0, 0, SWP_NOZORDER); then call the function below, shouldn't the return be false? bool ret = (GetWindowLong(hWnd, GWL_EXSTYLE) & WS_EX_TOPMOST) != 0;
|
| vsnet2k5 beta2 emulator connectivity with activesync | 31 Aug 2005 07:38 GMT | 1 |
I want guidance on how to connect the pocket pc emulator that comes with vs.net 2k5 beta 2 to activesync 4. Thanks, Abubakar.
|
| gwes.exe crashing quite often on WM5 PPC emulator? | 31 Aug 2005 04:28 GMT | 3 |
Is that just me, or is gwes not very stable in the WM5 Pocket PC emulator? I have observed the "watson" crash reporting dialog often indicating a problem with gwes.exe.
|
| How to get the application folder during setup? | 31 Aug 2005 03:30 GMT | 1 |
I've successfully built a Pocket PC setup using these articles: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/n etcfdeployment.asp http://www.codeproject.com/netcf/PackagingAndDeployingPPC.asp Thus I have a customer installer module with which I can ...
|
| Winsock/LSP for WinCE | 31 Aug 2005 01:44 GMT | 2 |
reading about LSP in WinCe it always mentioned that "MOST of the calls in WinCE goes through the Winsock interface". Question is which ones (application names) doesn't go through this layer? Is there anyway to trap the call for these types of applications before the
|
| System.MissingMethodException | 31 Aug 2005 01:21 GMT | 1 |
I have the message "An unhandled exception of type 'System.MissingMethodException' occurred in FlashPOD.exe" popped up. This happens at the end of a Timer's method. Does anyone know how this message get triggered?
|
| Fed up with HttpSendRequest! | 31 Aug 2005 00:54 GMT | 2 |
All, I have spent the past many hours Googling, asking experts, etc. how to get WinInet working properly on Windows CE, and I'm just baffled. The code is super simple, but it doesn't work. I am trying to emulate the following
|
| close my program | 30 Aug 2005 23:16 GMT | 1 |
How do i close my program from C# code, i mean i need my application to be closed after it finishes certain process and i don't know the command to close my application.
|