| Thread | Last Post | Replies |
|
| Speakerphone pragmatic control? | 31 May 2007 03:04 GMT | 1 |
Is there a way to pragmatically route sounds to the speakerphone instead of stereo speakers? Not only during a voice call as already could be done, but also just send any kind of audio to the speaker which could be music or whatever PCM audio.
|
| load several bitmaps from internal ressource? | 30 May 2007 21:12 GMT | 2 |
in a VC++ program i'd like to use several bitmaps. My program is based on a standard Win32 VC++ program for Windows Mobile 5.0. So i try to load them into a global array in WM_CREATE: #define NPIC 3
|
| Sample Applications in VB... | 30 May 2007 19:36 GMT | 3 |
I've just joined this forum, and I was wondering where I may find some walkthroughs or sample apps written for the PPC in VB. I've got VS2005, SQL2005, .NetCF, and the various Mobile DEV resources for PPC 2003se and WM5. Is there somewhere on the internet I can look at some to ...
|
| Dialog Window Question | 30 May 2007 07:51 GMT | 1 |
I am trying to prevent the user from clicking on the top blue title bar and moving the dialog around the screen. Is there anyway to make it so that the user can not move this dialog around the screen? I am using visual studio 2005 visual c++.
|
| How do I install Office Communicator 2005 on Mobile 6 emulator? | 29 May 2007 23:34 GMT | 2 |
I read somewhere that the only way to do this was to use a null modem cable and the COM ports on 2 computers. I only have access to one computer right now--do you know of any other ways to do this? Thanks,
|
| Using SVG for mobile apps on WM05/WM06 | 29 May 2007 22:16 GMT | 1 |
I am not succeeding at finding any information on using SVG graphics in a WM06 app. Does anybody have any pointers? Is it possible? Thanks, marc
|
| How to program the BS_AUTORADIOBUTTON? | 29 May 2007 22:05 GMT | 2 |
There are 3 AUTORADIOBUTTONs, R1, R2, and R3 in my code. How to turn on (acivate) any one of these buttons by program? Thanks,
|
| CF card GPRS Modem (pocket pc) | 29 May 2007 21:57 GMT | 1 |
I have a GSM/GPRS compact flash card inserted in my pocket pc. I have configured it with all connection settings because I want to use it to connect to the internet with a C# socket. I want to know how Ican wake up the modem and enable the connection
|
| ANN: open source port of time.h to CE released | 29 May 2007 21:22 GMT | 11 |
For those in need of porting Standard C code using time_t functions, we've ported time.h to Windows CE. It's free and wide open, so use it as you wish. http://www.opennetcf.com/time_t
|
| Change color of common dialog from gray to white | 29 May 2007 16:23 GMT | 3 |
I am trying to change the background color of my dialog window from gray to white. I am using visual studio 2005 pocket pc 2005 visual c++. Thie dialog is default to gray as background color. I need to change this to
|
| Starting a new text file | 29 May 2007 15:03 GMT | 3 |
From within my application I need to let the user enter comments into a new text file, but the name of the file must be set by my program. I can't leave it up to the user to name the file. I want to use pword rather than write my own embedded text file editor.
|
| GUI, create ressources dynamically | 29 May 2007 15:03 GMT | 2 |
i'm quite new to Windows programming and i have just loaded my first "Hello world" program. I can also change that program and add elements to the forms that the program uses before i compile it.
|
| Smallest Pocket PC in the World | 29 May 2007 14:46 GMT | 2 |
Can somebody recommend an ULTRA ULTRA thin Pocket PC? Thank you, Steve
|
| STM_SETIMAG and DeleteObject | 29 May 2007 14:12 GMT | 4 |
I'm using using STM_SETIMAGE message to set a bitmap to a control. I've loaded the HBITMAP handle using LoadBitmap. Do I need to release this handle (using DeleteObject) when leaving the application and releasing resource or is it done by the system?
|
| Screen Flicker from Invalidate() | 29 May 2007 04:01 GMT | 2 |
Using eVC4, I notice a lot of screen flicker whenever I redraw to the device using Invalidate(TRUE) - if I specify Invalidate(FALSE), my display does not update. Any suggestions on reducing the flicker?
|