| Thread | Last Post | Replies |
|
| How to set the focus | 11 Mar 2005 22:07 GMT | 2 |
Hi All; I 'm programming with C# an application which has several fields on it . I'd liketo set the focus on the first testbox on my form when the application loads,but I don't know how to do that?
|
| A simple urgent question | 11 Mar 2005 20:54 GMT | 1 |
I am programming with C#. I want to insert a windows media player into my PDA program. However, the windows media player icon in the toolbox is dim. -Can anyone show me some approaches?
|
| Database Damaged | 11 Mar 2005 20:39 GMT | 1 |
I developed a program via SQL CE 2.0 & VB.net & CF. sync data by RDA. About 100 PDAs run this program, but some database will be damaged after a few daily work. I try to compact the damaged database but be failed. I try to open the database by SQL CE Query Tools on PDA, I ...
|
| How can I play a Divx File with WMP10 mobile? | 11 Mar 2005 20:37 GMT | 1 |
I want to play a divx file with Windows Media Player 10 Mobile on the PPC2003. Is there any way to do this? I think there are two ways. 1. Install a divx codec on the PPC after release the product.
|
| Handling low memory? | 11 Mar 2005 16:58 GMT | 2 |
Any suggestions on this? I have a PPC application that currently just writes data to a file until the write fails. When the device was out of space it froze and was not even able to boot due to the no space condition. I was forced to do a hard reset. I thought the OS would
|
| Emulator | 11 Mar 2005 15:02 GMT | 2 |
I am looking for a good emulator to use with my PPC. In the past for my palm devices I used a Palm Emulator called POSE if I remember correctly. This emulator would allow me to save individual emulators to run separate. Thanks
|
| eVc ++ V4 | 11 Mar 2005 14:33 GMT | 5 |
I'm, trying to use AI functions like BthGetMode, and other like this, and I have the message "unresolved external symbol BthGetMode referenced......." in then link phase of the .obj file.
|
| Is it possible to overwrite system files? | 11 Mar 2005 14:26 GMT | 1 |
Can I overwrite system files on win ce device? As I understand system files are located in ROM? On emulator I succeded to overwrite with CreateFile and CopyFile functions.
|
| Tracking process and windows creation | 11 Mar 2005 11:55 GMT | 3 |
As I know there is no support of hooks in win ce. I have to track app execution (i.e. to be notified when some process is started) and to be notified when some specific window is created. Is it possible somehow to do this? And if possible how?
|
| Negative difference between QueryPerformanceCounter values | 11 Mar 2005 11:27 GMT | 2 |
For an application I am writing I am time stamping each byte as it comes in. I am using the following code to read in the byte and record it as it comes in. I then find the difference between the times at which the bytes came and build a new array of time differences. The only ...
|
| Pocket PC and Smartphone app in one executable | 11 Mar 2005 11:20 GMT | 2 |
Is the possible to have the same executable for both Smartphone and Pocket PC? If it is possible, how do you do it? do you isolate the platform specific functions in separate DLL? Or is there a runtime flag that I can check for to know if it is smartphone or PPC platform?
|
| Edit Box | 11 Mar 2005 10:17 GMT | 3 |
Is there a way to have access to the text buffer of an Edit box from it hwnd. I can use SetWindowText, but this function triggers the control to be painted with the new text. I want to change the text in the underlying edit box without displaying the new text.
|
| How can I register my service in PocketPC ? | 11 Mar 2005 04:17 GMT | 2 |
I want to write an application that should be running all the time without user intervention. Initially, I thought of putting it in \windows\startup folder. In that case, the application will be launched automatically if the device is soft reset but if the
|
| LoadLibrary call on Pocket PC Mobile Ed 2003 vs Windows CE.Net 4.2 | 11 Mar 2005 01:47 GMT | 7 |
Are there differences in behaviour with LoadLibrary() between CE.Net 4.2 and Pocket PC Mobile Edition 2003? I've got some code that has been working great on a CE.Net 4.2 device. The code calls LoadLibrary to load in a custom DLL.
|
| font | 11 Mar 2005 00:05 GMT | 4 |
Generaly which font and size is good for pocket pc application? i have lot of controls in my form. so i want the font should be small and clear. can anyone suggest. thanks
|