| Thread | Last Post | Replies |
|
| C# version of SHGetUIMetrics | 06 Jul 2007 15:41 GMT | 1 |
I am trying to write a C# application that is DPI aware. I have found that SHGetUIMetrics is a way to get the user selected system text size. I would like to avoid doing a PInvoke to call that method. Is there a C# version of that call?
|
| How to change the colour of a scrollbar | 06 Jul 2007 15:14 GMT | 1 |
i am using list control in EVC++ ..when i insert the items into list control, the vertical scrollbar appears ..i want to change the colour of the scrollbar .. I have used FlatSB_* functions also ..for that i have included
|
| about ceRapiInvoke | 06 Jul 2007 13:01 GMT | 1 |
In my pc application I use ceRapiInvoke to call the dll functions on device,ceRapiInvoke always return 0x80004005,the version of ActiveSync is 4.5,and the ceinvoke sample not work too while it works well before I reinstalling the operation system.What is the problem please?
|
| self diagnostic test on qtek 9000/HTC Universal | 06 Jul 2007 09:49 GMT | 1 |
I am looking for a qtek 9000 device to buy. My HP 48GX calculator run a self-diagnostic test when are pressed, at the same time, 3 keys: ON + A + F. If the hardware is 100% ok the test return "ok".
|
| BSTR Cache Problem | 05 Jul 2007 21:21 GMT | 4 |
I have written WIN32 native code for windows mobile 5.0. Everything seems to be woirking fine except that on close examination, I found that my XML-related code is leaking memory. at places where I used BSTR variable..
|
| System time(minute) change event doesn't raise per minute. | 05 Jul 2007 16:27 GMT | 2 |
I wrote the following code to write the current datetime into a txt file per minute in .Net CF2.0 version: SystemState s = new SystemState(SystemProperty.Time); s.Changed += new ChangeEventHandler(s_Changed);
|
| Inversion of control ? | 04 Jul 2007 09:30 GMT | 5 |
is there any framework, wich provides Inversion of control feature for CF 2.0 applications? Thanks
|
| Submit an Article | 04 Jul 2007 04:16 GMT | 2 |
I would like to submit an article about Wireless/mobile development framework for WindowsMobile. Can anybody tell me how is it possible? Thx in advance,
|
| How to use RIL functions to make a GPRS connection | 04 Jul 2007 02:03 GMT | 2 |
I want to make a GPRS connection using RIL functions. Who can give me some points and tell me the initializing/setting/connecting functions and steps? Thanks a lot!
|
| SQL Server CE Deployment Question | 03 Jul 2007 19:22 GMT | 3 |
Ok, so I have a mobile application that I developed with VB in VS 2005 for WM 5.0. I'm creating the deployment package by adding a new smart device deployment project to my application's solution. The application has a SQL Server CE database included in it. I have no
|
| eVC4 IDE confusion? | 03 Jul 2007 18:55 GMT | 4 |
My IDE seems to have forgotten what a DWORD is. I can right-click on DWORD and select "Go To Definition Of DWORD" and it brings me to "C:\...\Include\Armv4\windef.h" like it should. In a header file, I have this:
|
| Cannot deploy to pocket pc 2003: xxx.exe is not a valid pocket PC application | 03 Jul 2007 14:18 GMT | 2 |
I tried to compile a pocket pc application from win CE 5.0 to pocket PC 2003 (win CE 4.2) , the whole process was sucessfull, but when i deployed it under the pocket pc 2003 there is an error: xxx.exe is not a valid pocket PC application.
|
| UDP over vodafone | 03 Jul 2007 07:45 GMT | 14 |
Hi can anyone help I have written a test app that sends information from a Pocket PC / Smartphone running on the vodafone (UK) network to a server via UDP. This seems to work ok, but when I try sending the information back
|
| SqlCe question | 03 Jul 2007 02:13 GMT | 2 |
I want to implement paging of a list. I can not get the whole list from DB and bind it to ListControl, because the list is too big. I would like to get a part of the list from DB in order to implement
|
| GPS and QR Code question | 03 Jul 2007 00:09 GMT | 4 |
I'm a C# programer and new on the Compact Framework world, to develop I have a HP 6945 with GPS built in. I just need build a program to start-up the GPS and stay send to a SQL 2005 database the X and Y where he is at the moment. I just dont know where to
|