| Thread | Last Post | Replies |
|
| Flash Screen Saver (White Screen Bug) | 30 May 2006 19:02 GMT | 1 |
I am having an issue with a flash screensaver I am using to replace our existing screensaver. When the screensaver launches when logged in as Administrator it runs fine, however when logged in as a normal user when the screen saver launches all I see is a white screen. However ...
|
| mplementing Progressive Alarms | 30 May 2006 17:00 GMT | 5 |
In msdn they say that we can use CeNotifyPrivate_SetUserAlarm, CeNotifyPublic_UserAlarmSignalled and CeNotifyPrivate_ClearUserAlarm(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcedsn40/html/c gcontimereventsdatabase.asp) to Implementing Progressive Alarms. But I ...
|
| Windows CE 5.0 Command Prompt doesn't work properly | 30 May 2006 14:50 GMT | 1 |
When I start Windows CE 5.0 Command Prompt on my PC no environment variables seems to have been set so I get errors whenh trying to run "build". I had to add the Bin directory where build.exe is at to the path otherwise it didn't find it. The _TGTCPU, _TGTCPUFAMILY, WINCEDEBUG.. ...
|
| Disable zooming windows | 30 May 2006 14:03 GMT | 2 |
under Windows CE 5.0 all windows zoom in when opened. It's not really a problem but... it sucks. Is there a way to change that behaviour? Is there a registry key or something? Thanks
|
| Database on windows ce | 29 May 2006 13:17 GMT | 3 |
I am novice in databases.kindly could some one post a simple code example on how to create a simple database using eVC++. Also is it possible to have some sort of security for databases wherein everyone should not be able to access the databse.
|
| Create new SIP (Simple input panel) | 29 May 2006 13:15 GMT | 3 |
I would like to create a new SIP. I saw the MSIM and LARGEKB samples in the public/common. Can anyone provide me some instructions on how actually perform this task?
|
| Nor flash | 29 May 2006 10:02 GMT | 3 |
I have made a wince 5.0 image(cloned mainstone) with nor flash driver(from public root ---fsdspy ) with flash file system filer added into it. I have fat file system on my flash. Over this i have an application which works as follows:
|
| Inbox styles CListCtrl | 29 May 2006 03:31 GMT | 2 |
Does anyone know hot to make CListCtrl's item look like which in Inbox. The Inbox show the one Item in two rows.
|
| Windows CE - CEPC Display Problems | 28 May 2006 14:34 GMT | 3 |
I'm trying to determine if developing my industrial PC using WinCE is possible. I've downloaded the WinCE500 demo version and I've done the following (with only slight variations): * Made a simple CEPC OS design with the Display Driver: VGA Linear
|
| Possible to pass strings back to ASP from ActriveX? | 28 May 2006 13:05 GMT | 3 |
I posted earlier and Chris tld me it was possible to pass strings from ASP to an ActiveX object. Is it also possible to pass it back from ActiveX, written in C++, to ASP. I tried to create a new "MFC Smart Device ActiveX control" in VS2005. My methods were visible to ASP and the ...
|
| creating IOCTLs in Wince | 27 May 2006 12:45 GMT | 1 |
I am not sure if I can post questions relating WinCE drivers in here but I didn't find a suitable newsgroup so here it goes. On windows we can create our own IOCTLs. DDK provides a macro to do that. Can we do the same in WINCE.. I wiash to add a couple of IOCTLs that I wish
|
| debug fn taking variable args | 27 May 2006 00:54 GMT | 1 |
Is there a debug fn in Wince that either takes variable args. DEBUGMSG is a maroc that does that but it doesn't help me with what I wish to do. A fn that takes a buffer pointer as arg is also fine. Something like KdPrintEx in windows which throws the ouptput on the kernel
|
| NKDbgPrintfW | 27 May 2006 00:23 GMT | 1 |
I got a debug output fn NKDbgPrintfW in one of teh sample files with PB but there is no mention of such a function in PB help. Where do I find any documentaion on this function and what does it do? Thanks
|
| Desktop icon?? | 26 May 2006 23:32 GMT | 4 |
How can i create a desktop icon automatically when i installed a cab file to a pocket PC?? Thanks..
|
| notification of SD card insertion | 26 May 2006 21:19 GMT | 1 |
I have found that one can detect the removal of an SD card (from PB documentation):- // fast path event callback event types typedef enum _SD_SLOT_EVENT_TYPE {
|