| Thread | Last Post | Replies |
|
| reading a text file into an array | 28 Jul 2006 20:40 GMT | 3 |
I have a text file which contains the following: item1,item2,item3,item4 item1a,item2a,item3a,item4a item1b,item2b,item3b,item4b
|
| Can't load the MyService with service.exe | 28 Jul 2006 13:51 GMT | 3 |
I'm writing the services for PocketPC/smartphone dev. till now I don't start MyService.dll with Services.exe. I do the following steps to start but can not succeeded I'm using CreateProcess("services.exe","load MyService",...) but it can't be
|
| Registry update issue | 28 Jul 2006 09:57 GMT | 3 |
I need to create a registry key and value. My code successfully works in a) Any Pocket PC 2003 device/emulator d) Windows Mobile 5.0 Emulator But it fails in Windows Mobile 5.0 devices.
|
| Smaller size window in the center | 28 Jul 2006 09:40 GMT | 1 |
I'd like to display the form with smaller size than the size of the screen in the center of the screen. Like Message Box appears on the screen. I found the way how to make the form smaller (it should be Borderless), but cannot find how to move the form to the center
|
| Device Serial No | 28 Jul 2006 09:11 GMT | 1 |
I need to implement password security for CAD software I wrote for the Pocket PC (C# .NET). For that, I need some kind of machine ID. When looking at System Information, I see "Device Serial No" which could be a good option.
|
| Self-signing applications | 28 Jul 2006 09:08 GMT | 1 |
We're looking for a way around this new signing event business model, but I'm confused with all of the noise surrounding this new "feature". Firstly, we're developing a Pocket PC-only application and we probably don't need privileged access to the device. My questions are:
|
| FYI: Motorola Q security is fully opened (i.e. any application can use privileged/trusted APIs) | 28 Jul 2006 00:35 GMT | 7 |
if you develop applications that need to use WM5 privileged/trusted APIs, you might be interested to know that the Motorola Q (Verizon branded) has a completely opened security model, i.e. any application is considered trusted and can use all the privileged/trusted APIs and run ...
|
| Changing the order of forms | 27 Jul 2006 16:58 GMT | 5 |
How do I do the above please. I need to make mainform2 be the first form to open Cheers
|
| Tab Key | 27 Jul 2006 15:11 GMT | 1 |
I'm woking on a VB.Net CF (1.0)application (PocketPC). We a few controls(Combobox, Button, PictureBoxes, TextBoxes) on a panel. I would like to have a control over the "tabbing" across the controls on the panel.
|
| GetKeyState method | 27 Jul 2006 15:09 GMT | 1 |
This is for an application in VB.Net on .Net Compact Framework (1.0). (PocketPC) I need to trap the Tab key as it is moved over the controls on the panel. There is a function GetKeyState in user32.dll.
|
| CreateCompatibleBitmap issue | 27 Jul 2006 10:36 GMT | 7 |
I am trying to create a Bitmap using CreateCompatibleBitmap method m_hBitmap = (HBITMAP)bmpScreen.CreateCompatibleBitmap(hDC,m_iWidth,m_iHeight); The above line gives error. When I looked into MSDN for the description
|
| Where to handle WM_HELP in WIN32 property page appls? | 27 Jul 2006 09:38 GMT | 1 |
I have a property page application written in Windows 32 API. I want to handle WM_HELP message. But for some reason, I don't receive any WM_HELP messages in the property page message handlers. Any suggestions? Thanks.
|
| WM5 CAB/Services dll issue | 27 Jul 2006 08:50 GMT | 1 |
I am trying to create a service. I have made the dll, and have constructed a CAB using Visual Studio. I want the CAB file to copy my service dll into the Windows folder. However, the CAB file will not copy ANY dll into any folder, much less my dll into the Windows folder.
|
| Newbie - Access is denied error usinf rapiconfig.exe | 27 Jul 2006 08:35 GMT | 11 |
I'm attempting to enable RAPI using the following CSP code: <wap-provisioningdoc> <characteristic type="SecurityPolicy"> <parm name="4097" value="1"/>
|
| Force GPRS internet connection c# | 27 Jul 2006 08:31 GMT | 3 |
I have asked before for an example in C# but to no avail. I have checked out cmhelper but I don't understand it. Any help appreciated. SteveW
|