Description:
Microsoft Windows CE newsgroup.
|
|
|
get sound
|
| |
hello evrery body i want to deveoppe a driver that capture the sound witch is transmitted to my phone from another phone during a conversation with windows mobil but i do'nt know how can i do.
|
|
Flash activeX MFC example - R3
|
| |
I'm wondering is there a way to use the flash player activeX included in R3 in a mfc dialog based program? Thanks, Thomas
|
|
Silverligth installation in VS 2008
|
| |
Hi folks, i read that it is now possible, to use silverlight in WinCE 6.0 R3. Therefore i want so write some code for it in my VS 2008. I installed the "silverlight.exe" which i found in the official homepage, but the only thing i can create is an visual basic or an c# project. But i want to use c++ together with my projectcode i wrote till now.... more »
|
|
Windows Embedded CE - Chat Tomorrow
|
| |
Just a note that we'll be hosting an online chat tomorrow concerning Windows Embedded CE! Members of the development team will be on hand ready to answer your questions, so bring 'em on! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ Title: Windows CE Live Chat! Tuesday, October 27, 2009 9:00 - 10:00 A.M. Pacific time... more »
|
|
How to convert a std::wstring to HWND
|
| |
Hello, I try to convert a given hwnd in a std::wstring into a real HWND. At the moment, I try it like that: std::wstring clienthwnd = L"87CAFD04"; //clienthwnd is OK long longclienthwnd = (LONG)_wtol((TCHAR*)clienthwnd .c_str()); //longclienthwnd = '0x00000057' HWND pclienthwnd = reinterpret_cast<HWND>(longcli enthwnd); //pclienthwnd =... more »
|
|
evc access SQL mobile database
|
| |
Hi, All My system is WinCE5.0 + ARM9 Is it possible to access SQL Mobile in eVC code? In my case, the SQL Mobile can be created in eVC code, but query operation is failed. Thanks in advance. BR Cheng Shi Emtronix
|
|
disable _UNICODE/UNICODE possible ?
|
| |
is a disabling of _UNICODE/UNICODE in windows ce development possible ? i tried to cancel the preprocessor setting _UNICODE/UNICODE in embedded visual c++ : but when i build the code i get an unresolved external of 'CreateFileA' error i use 'CreateFile' for serial communication but have some trouble with... more »
|
|
convert problem for CreateFile(LPCTSTR lpFileName,
|
| |
i use a function like (the function definition can not be changed) : void Test(const char *p) { CreateFile(_T("COM1:"), ... ...the function Test gets called from a .net wrapper in c# with argument p=Encoding.ASCII.GetBytes("COM 1:") if i use the above hardcoedeapproach with _T("COM1:") for lpFileName... more »
|
|
Pocket pc service
|
| |
I am creating a pocket pc application i am synchronizing my data with webservices every 5 minutes. My questions is how to create a simple service that will run on the background of the ppc to check if 5 minutes is passed and to execute a function after 5 minutes.
|
|
|