| Thread | Last Post | Replies |
|
| type conversion | 04 Apr 2005 11:25 GMT | 1 |
i hv to convert string into DWORD. i m using function _wtoi to convert it. Is there ne loss of data . if yes then whats the solution for it.
|
| comparing | 04 Apr 2005 11:17 GMT | 1 |
How to compare the Character of string "abcde" with "c" TCHAR sz[10] = TEXT("abcde"); can i use wcscmp(..) n how using evc++
|
| How to detect an incoming call? | 04 Apr 2005 10:57 GMT | 3 |
I want to detect the incoming from my application, any help please ? My application should be notified whenever there is an incoming call. BR Chetan
|
| Application path in C++ | 04 Apr 2005 09:47 GMT | 4 |
I would like to know what is the C++ equivalent to App.Path (used in VB). In fact, I have today a prog that open a file using an absolute path (\\Storage\tmp\toto.txt) and I would like to replace it by a relative path (toto.txt or .\toto.txt or...) because this file is in the same ...
|
| afxwin.h | 04 Apr 2005 09:32 GMT | 1 |
I've got a probleme with this header. I want to use CBitmap in my apps and for that i must include afxwin.h but when i put the line #include <afxwin.h> i've got an error : can't find the file. My projetc is a smartphone projetc 2003 with visual embeded 4.0...
|
| HOme Screen | 04 Apr 2005 08:03 GMT | 2 |
My question is quite simple, my application work well when it has been downloaded by eMVC++ But how to put a link/shortcut in the home screen to run it evry time i want ?
|
| MPX 220 External Display Development | 04 Apr 2005 03:25 GMT | 3 |
Does anyone know if its posisble to cut code so that the external display on the Motorola MPX 220 can be customized. I would like to be able to display text or images based on events on the external LCD.
|
| Copying file via command prompt | 03 Apr 2005 22:01 GMT | 1 |
Is it possible to copy files to my smartphone via the command prompt? Thanks, Dan.
|
| Writing into SIM by using SIM manager | 03 Apr 2005 10:19 GMT | 6 |
I'm trying to develop an application to write some records into the SIM Card by using SIM manager API. I can read some records from SIM easily but I couldn't add to it. I'm using HP jornada (Windows CE 3.0) which handles SIM card and
|
| How to use GetForegroundKeyboardTarget()? | 03 Apr 2005 08:17 GMT | 1 |
I want to use GetForegroundKeyboardTarget() to get the window. Does anybody can tell me while header file i will include? Thanks.
|
| Expandable Edit Control and WM_CHAR | 02 Apr 2005 23:54 GMT | 1 |
I'm using eVC 4.0 SP3, WinAPI (no MFC). In a dialog an expandable edit control is subclassed to catch WM_CHAR for limiting input to signed digits with decimal separator allowed. Everything works fine, but if the edit control is in expanded mode input filtering fails.
|
| Bluetooth | 02 Apr 2005 23:35 GMT | 5 |
So where's the best place to start a Bluetooth development? Or is opening the virtual COM port enough?
|
| Persistency | 02 Apr 2005 21:06 GMT | 1 |
I hv created a text file through createFIle(....) and store it in a folder Appdata that is residing in application data. But still when i restarted the emulator folder get removed.what should i do to store it permanantly.
|
| retrieving data | 01 Apr 2005 15:35 GMT | 1 |
How to retrieve items from a listbox instead of index in evc++
|
| is main window mandatory for an application without UI? | 01 Apr 2005 15:05 GMT | 1 |
Again a newbie question but probably an easy one. I am developing a small application that runs as a background task, it means without any interaction with the user (no user interface). Now, I would like to use timer in it but the SetTimer and WndProc methods
|