| Thread | Last Post | Replies |
|
| recognize bluetooth on or off? | 06 May 2005 17:52 GMT | 1 |
It would save a lot of trouble if I could somehow tell if the PPC's Bluetooth functionality is turned on or off. Is there a way to do this? So far I've found nothing that's helped me do this. thanks much for your time,
|
| toolbar buttons in windows mobile 2003 sp2 | 06 May 2005 16:50 GMT | 6 |
I'm programming with visual studio .net 2003 (VB) and I use a toolbar with an associated imagelist containing bmp 16x16 images. In windows mobile 2002 or 2003, the toolbar buttons are visible on the pocket pc, but in windows mobile 2003 sp2 I can't see the toolbar buttons
|
| .NETCF to Palm?? | 06 May 2005 15:08 GMT | 4 |
Hi all... ive just done my first bit of programming for PocketPC, and was amazed at how simple it is, what with having the .NETCF, allowing basically the same code id write on the desktop run on my PPC. Does anyone know if anyone is working on porting the .NETCF to the Palm OS?
|
| Where does Windows Mobile 2003 save "country" selection? | 06 May 2005 11:32 GMT | 1 |
I have the problem that i can't find the registry key where windows mobile 2003 saves choosen country, currency etc. Thx for help!
|
| TAPI: How to obtain Caller Party's Phone Number | 06 May 2005 10:02 GMT | 2 |
I use lineGetCallInfo to get the LineCallInfo Structure Can someone tell me which field is used to determine the phone number of the caller? and how? Is it CallID? i tried it,however, LineCallInfo.dwCallID = 0 after phone
|
| WCHAR array problems | 06 May 2005 06:56 GMT | 7 |
After this discussion (http://groups-beta.google.com/group/microsoft.public.pocketpc.developer/browse_t hread/thread/3afaa9e83e98bfd5/c458d5b04eb015d2#c458d5b04eb015d2) i have a WCHAR array in my structure. When i try to fill the array, after the 8th element, my dll crashes with
|
| How to include and deploy appropriate CPU specific SQL CE CAB files to Pocket PC | 06 May 2005 05:43 GMT | 1 |
I have small C# app, that is using SQL CE server. Following instruction from the: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/n etcfdeployment.asp I was able to create MSI package for my app. Application's EXE is
|
| PocketPC vs. Databases | 06 May 2005 02:29 GMT | 3 |
Hello all... i am digging into PPC dev here, and was amazed how easy it is. Now im trying to do some database development for another project. From what i can find, the "real" way to do dbs in PPC is with SqlServerCE. Okay.
|
| WCHAR g_Phone[1][255] error??! | 05 May 2005 23:13 GMT | 4 |
a i've this WCHAR array but when assign values it crashes on 9th element!? this is my code: typedef struct {
|
| Automatic file transfer between PDA and PC | 05 May 2005 23:13 GMT | 1 |
Automatic file sync through active sync is not much more reliable.Can i transfer files from source folder(user defined folder name) at PC to destination folder(user defined folder name) and vice versa, automatically whenever i will connect PDA to PC? How?
|
| Pocket PC Emulator | 05 May 2005 23:13 GMT | 1 |
Hi, excuse my english it's not so good i speak french, I have VB.NET 2003 at present and I tests of launching a program for pocket PC with emulator 2002 provided with VS.NET and Windows XP SP2 launches a Windows message prohibits the loading of the pilots Virtual PC and Windows
|
| Problems with persisting textboxes on PIE | 05 May 2005 19:39 GMT | 2 |
I have a problem with displaying textboxes on the Pocket IE. I have a page which displays some textboxes and a button on the screen. This works very well with the PC IE, but in PIE, when i move from this page to another, the textboxes are still visible and can be still seen
|
| how to enable, disable, check, and a menu item at runtime using e | 05 May 2005 18:55 GMT | 3 |
In my code a create a MenuBar like this //Create menubar and save its hWnd SHMENUBARINFO MenuInfo; memset(&MenuInfo, 0, sizeof(MenuInfo));
|
| The old problem - playing a WAV-file | 05 May 2005 16:22 GMT | 2 |
All hints gotten here and otherways did not help. After about 50 tries I'm desperate and annoyed... Calling PlaySound("...); results in a message "System.NotSupportedException" and the program crashes.
|
| Hide Scroll bar in dialogs? | 05 May 2005 15:56 GMT | 2 |
is it possible to destroy/hide the scroll bar which keeps appearing in the dialogs of evc++ win32 app in landscape mode. in windows mobile 2003 se devices. how to handle this?
|