| Thread | Last Post | Replies |
|
| c++ to .NET | 30 Nov 2006 16:40 GMT | 2 |
I've tried to convert this C++-Code to VB.NET: TCHAR *name = _T("Tray"); HWND hwnd = FindWindow(name, NULL); if (hwnd != 0)
|
| What makes an application need to have Privileged certificate? API or function? or Service dll? | 29 Nov 2006 18:24 GMT | 3 |
I'm working on an application which uses ExTAPI (which is a privileged API) to get the IMEI number. I tried to make it unprivileged by removing all privileged functions calls (from this list: http://msdn.microsoft.com/library/default ...
|
| How do I capture in real time signal strength and GPS location? | 28 Nov 2006 20:41 GMT | 5 |
I want to drive around and have my device automatically capturing the phones signal strength and the gps location. How would that work?
 Signature stevemedia
|
| CAB Provisioning | 28 Nov 2006 02:41 GMT | 2 |
I am trying to provision a set of Windows Mobile 5.0 Smartphones (Motorola Q's). I have read through the msdn documentation on creating .cab file to this but am running into problems. Here is what I have done...
|
| Problem with creating dll | 28 Nov 2006 00:48 GMT | 1 |
I am not able to create a WCE dyanamic link library from visual studio 2005. No option as "WCE dyanamic link library" is seen. The same was possible from embedded Visual C++.
|
| NDIS Driver development for Windows Mobile 5.0 | 28 Nov 2006 00:46 GMT | 1 |
I want to develop a intermediate NDIS driver for a WM 5.0 IntelPXA270 based phone . Actually it is a variation of the passthru driver (a miniport driver at one end and a protocol driver at the other end). Based on what I can understand so far, I need to use platform builder for ...
|
| problem with invoking application again | 28 Nov 2006 00:41 GMT | 1 |
I'm using vs2005 to developing an wm5.0 smartphone application. I need to call the dll but also using the thread. I have an problem that. After I have run the application, I try to kill the application in the task manager. Then, I could not invloke the application again. What's ...
|
| Problem Generating Trusted Code. | 28 Nov 2006 00:33 GMT | 2 |
I have developed a small device driver which accesses the CEDDK.dll library. This code was developed using Visual Studio 2005 with VC++ MFC. The code works fine with Windows Mobile 2003 (Pocket PC) device, since that edition does not have WM5.0 security model restrictions. Now, ...
|
| home screen - setting translucent background | 27 Nov 2006 13:14 GMT | 1 |
i'm trying to set the selected row background color to translucent - so that i can also see the background image. i'm familiar with the .xml file. is there a setting for the bgcolor - that'll set the
|
| how to enum the bluetooth device in evc | 20 Nov 2006 16:22 GMT | 3 |
hi all,i try to enumerate the bluetooth device near my smartphone using sp2003 sdk, when i try to use BthNsLookupServiceBegin,it's alway generate link error in evc,seems this api cann't work on sp2003?
|
| Windows Mobile 5.0 Smartphone SDK Install | 20 Nov 2006 05:53 GMT | 4 |
I have installed the Windows Mobile 5.0 SDK and when I try to install the SDK for the smartphone or the pocketpc. 1) It takes forever for the installation to finish if it finishes. 2) If the installation does finish it doesnt add anything to the Visual Studio
|
| Listview : Set selected item | 19 Nov 2006 21:50 GMT | 1 |
I have a question on selected items in listviews. I can select a listview-item (no multiselection) with listview1.item(x).selected = true But that only "marks" the item as selected, but if I then move the joystick up or down, its not selecting the item above or the one down of it, ...
|
| Windows Mobile 5.0 Smartphone And Emulator intallation problem | 18 Nov 2006 16:57 GMT | 1 |
Im having trouble installing the Windows Mobile 5.0 Smartphone Emulators and SDK, this problem is unlike the one below. When I first attempted to install the SDK Norton thrwe up a message about scrips running, so I allowed it to continue and disabled norton for the rest of the ...
|
| Socket communication using wi-fi | 17 Nov 2006 13:38 GMT | 1 |
I was wondering if i can do socket communication on the smartphone using wi-fi.. Something similar to [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html /mob5samCommunicationWithSockets.asp[/url]
|
| Problem in building homescreen application | 17 Nov 2006 08:45 GMT | 1 |
I am not able to build the sample homescreen application available in the windows mobile 5.0 smartPhone SDK. I am working on Visual Studio 2005 IDE. The same sample provided with Smartphone 2003 was building in EVC++ IDE. The following is the error obtained......
|