| Thread | Last Post | Replies |
|
| Notification of title bar click | 30 Nov 2005 20:11 GMT | 1 |
Is there anyway in CE to get a message when the user clicks on a Form title bar? I want to prevent the user from moving the form by clicking on the tilte bar and dragging the form.
|
| Book (PDF) on WinCE | 30 Nov 2005 16:47 GMT | 2 |
Is there a site where I can learn a bit more on how to use Platform Builder or/and eVC++ I am quite New on WinCE.... Thanks for your help
|
| what is value of PDA(wince) keyboard button ? | 30 Nov 2005 16:24 GMT | 1 |
The keyboard button I mention above is the PDA 's hot key button .We can set them to run the specific program . but I want to register them to execute specific command . but I don't know what value of them . can you tell me , thanks!
|
| Cannot load large DLL into slot 0 (is XIP DLL is the only solution remaining?) | 30 Nov 2005 16:15 GMT | 6 |
The reading of the following article from MSDN requested several questions regarding to the memory management in my Windows CE 5.0 application. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncenet/html/ad vmemmgmt.aspI am currently developing a C++ COM DLL that ...
|
| How to implement the function to play the .gif files | 30 Nov 2005 11:38 GMT | 1 |
Have you ever implemented the function to play the .gif files by EVC? Or whre I can get the sample codes that used to play the .gif files? Thanks....
|
| Shares not working, why? | 30 Nov 2005 08:14 GMT | 15 |
I have two shares setup. AppData, Temp. I set the CE Device name to: aadl1 I added the following lines to Project.reg: [HKEY_LOCAL_MACHINE\Services\Smbserver] "AdapterList"="*"
|
| Change background color of a CTabCtrl | 30 Nov 2005 07:03 GMT | 1 |
Can someone tell me how I can change the color of a MFC CTabCtrl. I would like to make it a gray color just like a Windows XP tab control. I have tried deriving a class from CTabCtrl and overloading the OnCtlColor message, then change the brush, but that doesn't seem to work at all ...
|
| Serial port problem | 29 Nov 2005 22:09 GMT | 1 |
I have a bluetooth GPS which is mapped with the following ports : 5 - input, 8 - output. When i try to write to port 5 my thread hangs. If i try to kill it my hole system gets very slow. Is there a way to detect that a serial port permits only reading? Or is a way to detect ...
|
| Help please in Evc++ | 29 Nov 2005 15:58 GMT | 3 |
"Error comes as 'VirtualCopy' undeclared identifier" in evc++ 4.0. Please help me how can I make my code working. I am working with C code. I hope expert guys will help me. thanks, Tom
|
| WinCE 5.0 - XFS Support ? | 29 Nov 2005 04:36 GMT | 2 |
Hai all, I have come to know that Windows-XP Embedded supports XFS, but Windows CE 5.0 does not support XFS. I would like to know, does Microsoft has any future plan to support XFS on
|
| VS2005 -> WinCE 3.0 | 28 Nov 2005 22:47 GMT | 3 |
Is it possible to develop applications for a Tablet PC with WinCE 3.0 on it using VisualStudio 2005? I have just bought VS2005 pro msdn subscrition, but at the moment it looks to me, that it does not like tablet pc with winCE 3.0 ?
|
| OEMaddresstable again | 28 Nov 2005 17:36 GMT | 1 |
I have finished with the SBOOT code to dm320 platform. I am fetchin a tiny wince kernel image through serial in sdram. my sdram starts at 0x900000 physical and SRAM = 0x100000 physical
|
| how to get windows events created by other program? | 28 Nov 2005 16:39 GMT | 4 |
Is it possible to get events which is sent by windows created by other program?? For example, ShellExecuteEx() function is used in my program to invoke other program like "iexplorer.exe". The window should received a WM_DESTROY when
|
| Is there a std interface for reading barcodes on PPC-based readers | 28 Nov 2005 14:46 GMT | 2 |
do different PPC-based barcode readers like Symbol or Intermec provide the same interface for reading barcodes? In other words, if I write an application on one of them, how much do I need to modify it if I later switch to another device?
|
| Using SBOOT to download CE image. | 28 Nov 2005 13:08 GMT | 1 |
I am new to CE and am trying to use a serial port to download a CE image to a new platform we are developing. To help me understand the process I have built a CE tiny kernel using the CEPC:X86 Bsp and am trying to get this to run on a PC. I have generated a
|