|
Zebra Ql320 plus Hello, I have the following code that will allow me to print to while the printer is hooked up to com1. However, I need to print over a wireless network now. Does anyone know what I have to do to change this? I can print over the network using label vista. I will be using a symbol scanner to send the informati... 4 Apr 2008 04:44
Erron while using _CrtDumpMemoryLeaks Hi, When i am using _CrtDumpMemoryLeaks function for Pocketpc2003 ,I am getting error unresolved external symbol. I have included these two header files : #include <stdlib.h> #include <crtdbg.h> and also set runtime properties to /MTd. Is there any particular place where we have to use this in our code? ... 2 Apr 2008 05:28
zlibce => Make Valid gzip-file Hello I found the OpennetCF-Implementation of zlibce which works great on streams. But I'd like to create gzip-compatible files. So my question is, how can I add the necessary header? Second question is: is it in any way possible to create a multi-file-zip with zlibce? Thanks a lot ... 1 Apr 2008 19:35
How do I find out if the device has SIP? Hello. Is there a way to find out if the running platform has SIP (Soft Input Panel) or not? I know I can use SystemParametersInfo with SPI_GETPLATFORMTYPE to find out the platform type, but this seems a little pointless if I don't know all platform types available and which ones have SIP, not mentioning this... 3 Apr 2008 18:02
.NET CF: Format Storage Card? Hello Is it possible to format a storage card with .NET CF? THanks a lot! Rampf ... 7 Apr 2008 20:27
making the overlay transparent not working Hi Friends, I am trying to create an overlay and make it transparent so that I can see the preview screen through the overlay. I was able to do this in my desktop PC by color keying. But when I try to execute the same code in my PPC device(windows mobile 5.0), it is not giving me the desired result. The over... 1 Apr 2008 11:47
App Configuration File Hi, i�d like to know if in are there any app configuration file in CF 2.0,i�m developing an application that needs to take some configuration values from a file ( like the app configuration file from .Net Framework from desktop ). My device has WM 6 and CF 2.0 Thanks a lot in advance!! Vanesa ... 1 Apr 2008 15:40
Html control, DTM_NAVIGATE do not navigate to specified url in WM I am using HTML control in my C++ application for Windows Mobile 5 and 6. Using following code to navigate to a valid URL. TCHAR szUrl[1024]; wcscpy(szUrl, TEXT("http://<some valid url >/ptg/rm")); ::SendMessage(m_hwndHtml ,DTM_NAVIGATE , 0, (LPARAM)szUrl); Above code works fine in Windows Mobile 5 and naviga... 1 Apr 2008 04:57
serial communication app handshaking and timeout Hi, (1) My program has to communicate with external device via serial communication. I have to use the application handshaking mechanism. For example, I send the request command first and followed by reading the ack from other device. Only after that I have to send actual data to other device. After I ... 1 Apr 2008 12:53
Changing subject of mail programmatically and Active Synching not working I am working on windows mobile 6.0. I am able to change the subject of the email in the mobile using SetProps() function. BUt when i sync to desktop outlook using active sync, this part is not syncing. Help needed in this regard ... 31 Mar 2008 20:02 |