| Thread | Last Post | Replies |
|
| Beginner:_open() howTo | 28 Feb 2006 17:34 GMT | 2 |
I need to translate this a win32 code into CE5.0 and with evc4.0 SP4 , my platform is a X86 system int CRTComputeChecksum(char *filename,short *checksum)
|
| Studio 2005 and CE 4.x | 28 Feb 2006 17:10 GMT | 5 |
Can Studio 2005 target CE 4.x or is it limited to CE 5.x?
|
| Opennetcf.org | 28 Feb 2006 10:08 GMT | 2 |
in my C# Application I am using OpenNETCF.Diagnostics.Process.Start("wmplayer", link); link is a string which I can define in two ways: link = @"http://blablabla";
|
| Info on AfxSock.h and Winsock2? | 28 Feb 2006 04:52 GMT | 1 |
Can somone confirm that, which Winsock2 already defined, I cannot use AfxSock.h or I will get redefinition errors under eVC++ 4.0 I checked in VC7, the AfxSock.h uses winsock2, all is good. But the eVC++ STANDARDSDK AfxSock.h uses winsock1. and it gives me an error
|
| Beginner:How can implement kbhit() With Windows CE5.0 | 27 Feb 2006 16:06 GMT | 3 |
Hi serach into documentation but I found only getchar(). I need to check if there is a character into input buffer as kbhit(); Thanks Ruggero Bandera
|
| SMS,MMS in Wince | 26 Feb 2006 22:30 GMT | 2 |
I am trying to figure out the APIs to send , delete SMS, MMS in Pocket Pc and smartphone. I found that SmsSendMessage() is used to create and send the sms, but still i don't know which api will help me create and send a MMS.
|
| read/write arabic strings from/to object store in ppc evc++4 | 25 Feb 2006 14:25 GMT | 2 |
Hi everybody, I am new to pocket pc development and working on a application which has to read and write arabic strings from object store. The arabic strings are stored in a notepad file as shown below:
|
| Memory write event? | 24 Feb 2006 19:09 GMT | 9 |
Is it possible to generate an event when a specific memory write occur by application and handle it by the same application? regards...
|
| look for STANDARD_SDK.msi! | 24 Feb 2006 17:13 GMT | 1 |
where can I download the STANDARD_SDK.msi which suports the Chinese (P.R.C) .My IDE is wince.net and EVC 4.0 SP2, thanks!!
|
| SubClassing a popup menu | 24 Feb 2006 16:56 GMT | 6 |
I want to be able to be able to "owner draw" a popup menu when a button is pressed. I've overriden "DrawItem" in my derived class from CMenu but it never is being called when the menu is drawn. Any help would be appreciated, thanks.
|
| Getting started writing an IST | 24 Feb 2006 15:23 GMT | 1 |
Hello Gurus! Hope you can help me get underway with the following. For evaluation purposes I have a development kit with WinCE here. Writing an application using the compact .Net framework is very easy - no problems here. But the
|
| Windows Mobile 5.0 kernel | 24 Feb 2006 13:13 GMT | 11 |
All, total newbie, sorry... does anyone know what the plans are for Windows CE (Mobile) as far as the kernel is concerned. Are there any plans with going with say Windows
|
| Beginner: create a console application CE5.0 embedded 4.0 SP4 | 24 Feb 2006 11:04 GMT | 2 |
Hi, I want to create a console application into CE 5.0: #include "stdafx.h" int main(int argc,char *argv[], char *envp[]) {
|
| multithread debugging | 23 Feb 2006 23:30 GMT | 2 |
I am writing a multithreaded program for Windows CE 4.2. I have 3 threads with different levels of priority in this scenario: 1 - priority 0 2 - priority 1
|
| Change background color of toolbar button | 23 Feb 2006 20:31 GMT | 2 |
Is there a way to change the background color of a toolbar button? Thanks. Timothy Dean
|