| Thread | Last Post | Replies |
|
| GRPS traffic sniff | 23 Mar 2007 15:43 GMT | 3 |
Any ideas on how to write primitive GPRS traffic sniffer/logger. Or any tools that could be useful. Just want to check who uses me traffic. TIA
|
| Can not open a existing project for pocket pc | 23 Mar 2007 13:34 GMT | 1 |
I have an existing project for pocket pc. When I use visual studio 2005 to open it. It display an error message : Error retrieving information from user datastore. Platform not found
|
| Newbie - platform for mobile POS | 22 Mar 2007 22:23 GMT | 1 |
Hey All, If I'm in the wrong group, I apoligize and would like to know where I should turn. I'm responsible for developing a mobile POS. The requirements are: 1. Wireless networking (802.11b and/or 802.11g compliant) capability: It
|
| cameraCaptureDialog.ShowDialog() does not return OK ? | 22 Mar 2007 18:55 GMT | 2 |
Whenever I click the "ok" button on the cameraCaptureDialog.ShowDialog() DialogResult always returns none..why is that? using - ipaq hp 6940 I am debugging using the actual device. I am creating a camera dialog using
|
| Call recording in WM 5.0 | 22 Mar 2007 15:31 GMT | 2 |
Can someone point me to links/tutorials or provide ideas on recording calls(both outgoing & incoming) on Windows Mobile 5.0? Thanks in advance, Ed
|
| How to set keyboard focus back to the today screen | 22 Mar 2007 13:30 GMT | 1 |
I have written a replacement password DLL for WM5.0 that is showing a problem. When the DLL is run from a cold boot, after the password window closes, keyboard focus is set to the main today screen, which is fine. But when the device is powered off/on and the password window ...
|
| ERROR_OUTOFMEMORY at 2nd LoadLibrary call | 22 Mar 2007 11:51 GMT | 2 |
my exe load a dll at runtime. in the 1st function, i load the dll (LoadLibrary), get the size of the resource/version (FindResource/SizeOfResource) and free the dll (FreeLibrary).
|
| Numeric user input | 22 Mar 2007 10:00 GMT | 1 |
TextBox.Numeric or numericUpDown1.DecimalPlaces are not available in the compact framework. What can I do to allow the user only to input a numeric value with 2 decimals like 9999,99? Thanks
|
| How to get real-time clock accuracy on windows mobile 5.0 | 22 Mar 2007 08:36 GMT | 2 |
http://msdn2.microsoft.com/en-us/library/ms928547.aspx, It says "The accuracy may be retrieved by IOCTL_KLIB_GETALARMRESOLUTION", my question is how?
|
| Newbie question | 21 Mar 2007 22:18 GMT | 7 |
I'm a programmer for some Asphalt/Aggregate plants in the midwest and we're looking to find an easier way to input runs and inventory info. I've got an application that does that, but I'm wondering how hard it'd be to do this on a handheld.
|
| Polling COM Ports | 21 Mar 2007 20:33 GMT | 3 |
I've got a routine that polls the COM Ports when my program initializes, so that my Clients can choose from a selection before sending/receiving a file. Here's the code:[code]CComboBox m_cboPort; // in header void CMainDlg::Poll4Ports(void)
|
| Bluetooth port from Registry | 21 Mar 2007 16:40 GMT | 5 |
Is the Bluetooth (BT) port specified in the Registry? If so, what is the path to it? Thanks!
|
| Registry settings for TCP and MTU | 21 Mar 2007 14:15 GMT | 1 |
we are trying to implement file transfer on a windows mobile 5 PPC using a built-in GPRS card. we are having problems and there are a couple of registry settings on the PPC that we've been asked to modify,.but i'm not sure where they are.
|
| Mail handling on Pocket PC | 21 Mar 2007 05:31 GMT | 2 |
I wanna write an application on Pocket PC, to show and read incoming mail, from outlook, and other mail account with POP3/IMAP4 account. However, I found MAPI is able to handle message from outlook smoothly, but it's weakly to deal with message from other POP3/IMAP4 account. ...
|
| SHCMBM_SETSUBMENU doesn't work | 21 Mar 2007 04:17 GMT | 2 |
Please help! I cant set a dropdown menu to softkey toolbar using following c++ code: HMENU hMenu = LoadMenu(AppInst,MAKEINTRESOURCE(IDR_MENU)); HMENU hOld = (HMENU)SendMessage(hWndMainMenuBar,SHCMBM_SETSUBMENU,
|