| Thread | Last Post | Replies |
|
| MIDP | 10 Sep 2005 10:50 GMT | 1 |
I've seen current T-Mobile MDA's have a MIDP manager, thus a MIDP interpreter. Can I get this for my PocketPC from somewhere? If not - can I simply copy some files from such a device to my PDA to get it running?
|
| Set Volume settings to On, Vibrate and Off - Windows Mobile 2003 Phone Edition | 10 Sep 2005 09:13 GMT | 2 |
I need to able to programmatically change the volume settings for my phone (running Windows Mobile 2003 Second Edition) I'm all down with waveOutSetVolume() but that sets the system volume and I want to switch the ringer on, off or to vibrate.
|
| Connection Manager - access to localhost - Pocket Inbox | 10 Sep 2005 02:35 GMT | 1 |
I am using a HP 6300 GPRS / WiFi PPC 2003 SE. I have a micro smtp / pop3 server that runs on the unit. PocketInbox is configured to use pop3 as a transport, using 127.0.0.1 as the addresses
|
| How to get adapter name | 10 Sep 2005 02:16 GMT | 1 |
One more question : How to get adapter name as I need it as parameter for SetDevicePower. IP Helper is not of much use as it will give me name of adapter only when adapter is power on and I am using SetDevicePower to switch on wireless adapter (kind of chicken-egg problem)
|
| Get Cell ID in Windows Mobile 5 | 10 Sep 2005 02:09 GMT | 1 |
Is it possible to get the current GSM Cell ID using either managed C# or unmanaged C++ code in Windows Mobile 5? Many thanks, Joe.
|
| Pocket Webpages | 09 Sep 2005 23:25 GMT | 1 |
I am new to making webpages on a Pocket PC. I was just wondering if there was a way to make a webpage that will create a message in Pocket Outlook. I would prefer this creates a message in the outbox, but I would be happy just to be able to make a message.
|
| managing memory | 09 Sep 2005 22:17 GMT | 1 |
I have a rather big array of ints (around 65000), on which I iterate heavily. around 200 loops, each of which goes over the entire array. in each loop I have 3 subtractions, 3 mults and 3 shifts, roughly. It all takes 3.3 seconds. I believe the bottleneck is memory management, as I
|
| Question about DPI | 09 Sep 2005 22:05 GMT | 4 |
Now I want to get the DPI value on Pocket Pc.I use the following code.but i didn't work well. ----------------------------------- class MailForm :Form
|
| How to make a Fullscreen window with CommandBar and Status Bar? | 09 Sep 2005 21:16 GMT | 1 |
I want to have a window which is fullscreen, has a CommandBar and Status Bar at the bottom. I can create the status bar an show it fine on its own, and I can create the CommandBar and show it fine on its own, but I want the two of them to be shown together, like this:
|
| Contacts Style filter panel | 09 Sep 2005 15:26 GMT | 1 |
I have an application with nearly 15000 records in a sql ce sdf file. I am trying to display one subset at a time in a listview. I would like to use a tecnique similar to the panel in Contacts. It begins with #abc then def. I have looked at Tabs (they dont fit) and Toolbars (seem ...
|
| Set VGA for Application | 09 Sep 2005 08:26 GMT | 1 |
I have an application with multiple forms running in QVGA on a Pocket PC 2003 SE. I would like to run the application in VGA. I am drawing a blank on how to define this application as VGA instead of QVGA. Is there an article or reference that can get me started?
|
| Landscape Bitmap Rotation | 09 Sep 2005 08:03 GMT | 2 |
I'm looking for any info regarding fast bitmap rotation or any method to display bitmaps/text in landscape mode. I'm using Pocket PC 2003 (not SE), and so I have no landscape mode API support. Currently I'm drawing all my data into a memory bitmap, and then
|
| WMP UI plugin | 09 Sep 2005 04:42 GMT | 6 |
I use WMP SDK 10 to develop a UI plugin dll and it works on my desktop. But when I follow the SDK document to modify my code and porting to PPC, it doesn't work. I registered the dll manually, and traced the process. I found as the Media
|
| Checkbox in .NetCF DataGrid | 09 Sep 2005 04:14 GMT | 2 |
I am working on Handheld device application (.Net Compact Framework): I want to add a checkbox in a grid and user should be able to check and uncheck it. I should be able to read the checked and unchecked checkboxes in my
|
| Windows Mobile 5 and wceload | 09 Sep 2005 03:03 GMT | 3 |
Folks, I have been using the /noui switch with wceload to implement a quiet install of cab files with our enterprise setup. This does not work with the pre-release WM5 device I have. If I remove the switch the cab is installed
|