| Thread | Last Post | Replies |
|
| Hooking | 08 Oct 2004 19:17 GMT | 3 |
Anybody succeeded to override APIs like DrawText on Pocket PC? Is there Anybody had succeeded to hook any Coredlls functions? Anybody will be appreciated.
|
| Using COM port | 08 Oct 2004 19:03 GMT | 7 |
I use eVC. I am sending data to a COM port. Before closing the handle I need to know if there is still data in the output buffer.
|
| digital caliper ? | 08 Oct 2004 18:56 GMT | 3 |
Looking to develop application with a an electronic caliper; I'd like to get readings off the caliper and save them in a database on a moble PC (have tried and am at a dead end on the Palm); can someone recomend : 1) which development software to use (have been looking at NSbasic , ...
|
| eVB 3.0 - Application Error | 08 Oct 2004 17:43 GMT | 3 |
I have a problem with en eVB 3.0 application. In the method "Form_Load", I want to set the Focus to a specific control, like that : "MyTextBox.SetFocus"
|
| How to sort a list control (CListCtrl)? | 08 Oct 2004 16:47 GMT | 2 |
I have dropped a CListCtrl with Report View style onto my dialog and populated with three columns. The row elements contain strings that represent decimal numbers. In OnColumnclickList (LVN_COLUMNCLICK) function, I'm guessing I would then call the CListCtrl "SortItems" method, and ...
|
| can't make the emulator work with evc++4.0 sp3.. | 08 Oct 2004 14:29 GMT | 10 |
I am submitting this question again hoping that someone can help me. I installed evc++ 4.0 with sp3, the pocket pc 2003 sdk, and smartphone sdk. I can not even make a hello world app to run in the emulator for ppc 2003. I am
|
| eVB app deployment | 08 Oct 2004 14:27 GMT | 9 |
I just want to start programming for pocket pc. I want to use eVB since it's free and simple. My app has no much extra features so that eVB should be good enough for me. But I'm worried about few things before I really start:
|
| Changing the time zone on a Pocket PC | 08 Oct 2004 11:29 GMT | 3 |
As the Clock CSP doesn't work on Pocket PC, is there any other way of changing the time zone?
 Signature Jon Skeet - <skeet@pobox.com>
|
| disable bluetooth & camera | 08 Oct 2004 10:23 GMT | 1 |
Does anyone know a way of disabling the bluetooth & camera options on the XDAII ? I can delete the camera application and shortcut, that works but is a bit of a fudge. I can't find the shortcut to the bluetooth application (or any settings). Any ideas?
|
| login-screen | 08 Oct 2004 06:45 GMT | 4 |
The course of the events in my developed application is the following: When the the user logs in a new form is showed where some user specific information is displayed. The problem is how can i know in the new form which user with wich userid was logged in?? - Is this possible ...
|
| Play mp3 files in smartphone | 08 Oct 2004 06:18 GMT | 1 |
excuse me. can anyone tell me how to play mp3 files in Pocket pc in C Sharp language . Thanka a lot
|
| Resize 32x32 icon to 16x16 | 08 Oct 2004 03:58 GMT | 5 |
I have extracted the control panel icons and but i can only obtain the 32x32 large icon. I would like to resize them to the small icon (16x16). I have found some code for Win32 but unfortantlly the function ::GetIconInfo is not present in CE.
|
| How can I make High resolution Window? | 08 Oct 2004 00:47 GMT | 2 |
I started to develop for Pocket Pc 2003. I have a test PDA(Hp IPAQ hx4700). This PDA has high reolution(640*480), but if I make a Windows Form Application (VS.NET2003 C#) and I get this resulotion: 320*240. I use these commands to get resolution:
|
| How to use the StretchBlt to display bmp file as a size as I want? | 07 Oct 2004 21:57 GMT | 2 |
hi,all In my EVC4 project, I need to show a 800*600 bmp picture to a window which size is 80*50, I do it in the window's paint function:
|
| OPENFILENAME lpstrInitialDir | 07 Oct 2004 21:47 GMT | 6 |
I'm using GetOpenFileName() API with OPENFILENAME structure, and I want to open a file on the application installation directory. I have purposely point it initial directory into my program installation folder. Howerver, it seem not working, still search for the common folder
|