| Thread | Last Post | Replies |
|
| TCHAR value to a integer value | 08 Oct 2008 19:27 GMT | 3 |
I am trying to convert a tchar string into a integer type using the function _TCHAR rVal, long Value; xx = _stscanf(rVal, -T("%ld"), &Value);
|
| Copy protection | 08 Oct 2008 18:02 GMT | 1 |
I am looking for a way to protect my software from being copyed. I was using "KernelIoControl" with "IOCTL_HAL_GET_DEVICEID", but recently we find more and more PDAs that are returning the same IDs, like the HP iPAQ 214. So i am looking for an alternative. But I need something ...
|
| CEMAPI GetReceiveFolder Error | 08 Oct 2008 02:37 GMT | 1 |
I have written this code for read SMS messagges but I have a problem when call GetReceiveFolder. Is possible to have a help? Thanks a lot
|
| Serious Database Volume Problem | 07 Oct 2008 18:24 GMT | 5 |
We are currently having major problems with CEDB/EDB system volumes. It would appear that when devices are rebooted, i.e. by using the ExitWindowsEx or by being reset with the reset hole on the device, there is a good chance that the database volumes will revert back to a ...
|
| How can i control joystick on pda | 07 Oct 2008 18:13 GMT | 1 |
I use datalogic MEMOR. it have joystick on key pad . How can i control joystick by vb dot net code ? Best Reg.
|
| how to bring dialog to front | 07 Oct 2008 18:13 GMT | 1 |
I can bring my app dialog to forderground, if i my app already started on smart phone 6.0 CWnd* pWnd = CWnd::FindWindow(NULL, APP_NAME); if (pWnd != NULL)
|
| disabling sip for a mfc dialog based application | 07 Oct 2008 18:13 GMT | 1 |
Does any one know how to disable SIP ( sowftware input panel ) for a mfc dialog based application in windows mobile 5.0 . I have tried adding SHFullScreen(m_hWnd,SHFS_HIDESIPBUTTON) in my OnInitDialog but it does not work .
|
| Native to Managed Callbacks DO NOT WORK | 07 Oct 2008 12:58 GMT | 4 |
I use Compact Framework 2.0 SP2 and I have Smart Device project that consist of Native C++ DLL and Managed application (C#). I managed application I have several functions that I want to call from Native Code as Callbacks (for example to set progress state on form, etc). I have ...
|
| Trying to access to received emails in pocket outlook using .net Framework | 07 Oct 2008 10:49 GMT | 1 |
I'm trying to access the received email contained in pocket outlook using c#. I've checked the Microsoft.WindowsMobile.PocketOutlook namespace but I've only found how to synchronize the account, or how to send email. I would likle to access the received email list, read state, . ...
|
| Determining if there is an active call in progress | 07 Oct 2008 00:12 GMT | 1 |
Hi, we are developing a C++ app for WM6 Pro, our app needs to know when it is first started say whether there is an existing active cellular call established. Is there any way of using TAPI to achieve this.
|
| Windows Mobile version incompatibility? | 06 Oct 2008 23:52 GMT | 11 |
I have an Pocket PC app that runs fine within: "Windows Mobile 5.0 Pocket PC Emulator". However, when I try to run it on the target PDA I get the "Not a valid Win32 application" error (0x800700C1). The platform it has been built for is: "Pocket PC 2003 (ARMV4)". On the PDA ...
|
| How do I make a trial version of my mobile app? | 06 Oct 2008 15:03 GMT | 1 |
This is probably an extremely simple question, but I couldn't find the answer in a search. I am making a couple of WM apps in C# that I'd like to sell on sites like Handango. I want to make a free trial version where the user needs a license key/serial number to use the software ...
|
| Hooking Mouse Messages | 06 Oct 2008 13:29 GMT | 17 |
Is there a way to hook all mouse messages (screen taps) in Windows CE or Windows Mobile 6? It appears that only keyboard hooks via WH_KEYBOARD_LL are supported. Some kind of DLL injection approach might be an alternative, but that
|
| Wake up PDA using C# | 04 Oct 2008 16:31 GMT | 1 |
Hi, I developed a questioner application to run all time on the device. The application has to play a sound in certain times to remind the user answer the questions. I need to put the device in sleep mode to prevent the battery runs out, however when the device is in sleep mode ...
|
| Basic questation | 04 Oct 2008 15:21 GMT | 2 |
Hi I have basic questation about soft keyboard and Form in the vb.net . After I click on the soft keyboard , this keyboard ovewrite form . How I form move up , how pixel is height soft keyboard ? thanx
|