| Thread | Last Post | Replies |
|
| Overwriting the native phone dialer | 14 Mar 2006 14:03 GMT | 1 |
I want my own dialer using Windows TAPI Calls. Can I overwrite the native phone dialer ? I mean I do not want to use Platform builder and I just want to give my dialer to the customers.
|
| Retrieve value from a scrollbar | 14 Mar 2006 12:40 GMT | 6 |
how do I read the 'final' value from a scrollbar. (CF2 VS2005) If I drag the scroll bar then I can catch at least two hScrollBar1_ValueChanged events. I need to catch the value at the position the scroller is left in when the
|
| AT Commands | 14 Mar 2006 11:06 GMT | 1 |
my Pocket PC is the t-Mobile MDA and i try to connect to the net via buildin GPRS modem and AT Commands. I don't know which modem to use and how to call it. Can anyone tell me, how to connect in c++ code to a GPRS modem and the
|
| WiFi Network Selection | 14 Mar 2006 11:04 GMT | 3 |
if I have few WiFi network available from my Pocket PC. Is there standard way that I can choose programatically (using Compact Framework or native call to API) to wich network I wish to connect? Regards,
|
| VoIP application | 14 Mar 2006 10:59 GMT | 4 |
Hi ppl, I've been tasked to develop a VoIP application for the PDA phone running windows mobile 5.0. As i am super new to this whole concept of mobile devices and VoIP, i was hoping some kind soul could help me get started?? I am using
|
| Need to programatically turn on/off WiFi radio to conserve power | 14 Mar 2006 10:51 GMT | 1 |
I need to be able to programmatically turn on and off the WiFi radio on PPC2003 PDAs in order to conserve power. Is this possible and can anyone point me to the appropriate APIs? My app is written in C++ so C++ based solutions will be better than VB if possible.
|
| Database for a WM5 device | 14 Mar 2006 10:19 GMT | 10 |
I need a database for my WM5 app. I am using VS.NET 2003. I would like to use ADO style access to the database. I noticed on my old PPC 2002 device that I could upload .mdb file to and they would automatically be converted to .cdb. With WM5 this is no longer
|
| Questions about Standard C lib functions | 14 Mar 2006 06:56 GMT | 2 |
i'm new to this environment, porting an app from xp to wince. one of the in house libraries that i'm porting has a call to the c lib function mkdir(). i can't find any trace or hint of this in the wince or embedded libraries. does wince use a different call to make a new folder? ...
|
| EVDO connection slows down the handset | 14 Mar 2006 06:55 GMT | 2 |
Hi, I am using XV6700 and when my application creates a connection through ConnMgr (ConnMgrEstablishConnectionSync) the whole machine seems to slow down drastically for more than a minute. It seems that ConnMgr is taking all resources.
|
| Phone log notes | 14 Mar 2006 01:51 GMT | 1 |
Hi all; I was wondering if there's any function, flag, way to know if there's a note attached to a certain phone log entry, how to get the name etc? thanks
|
| Suggestions for debugging gwes.exe errors | 14 Mar 2006 00:39 GMT | 1 |
I'm trying to debug a GWES problem and would appreciate any tips you might have about debugging GWES related problems. When running my app, it occasionally causes an error in gwes.exe. If I turn off error reporting on the device, the problem seemingly goes away
|
| If then newbie | 14 Mar 2006 00:12 GMT | 3 |
have the following: i = i +1; string temp2 = s; If (i=1)
|
| SHFindMenuBar vs SHCreateMenuBar and CommandBar_AddBitmap vs TB_ADDSTRING | 13 Mar 2006 22:57 GMT | 2 |
I just find this out that buzz me a bit. I am use WM 5, CDialog as main window If I use SHFindMenuBar w/o call SHCreateMenuBar, then I still get a non-NULL HWND, then I can use it to add string w/ TB_ADDSTRING and call
|
| eVC 4 Build Error with Windows Mobile 5.x | 13 Mar 2006 21:03 GMT | 11 |
I'm trying to build an application for a new iPaq rx1955 running Windows Mobile 5.x. When I complete the build and the application is about to be transferred to the device, I get the error "The ARM SA1100 CPU does not support configuration xxxxxx. Executable will not run on ...
|
| Protect from user configurations | 13 Mar 2006 20:14 GMT | 1 |
is there any way to protect iPaq configuration from users ? I want to Password protect the iPaq configuration from user. That's because sometimes users changes, even remove applications from iPaq and I have to re-install applications o modify iPaq configurations.
|