| Thread | Last Post | Replies |
|
| Problem with GetTextExtent and WM2003SE VGA | 17 Feb 2005 06:10 GMT | 2 |
I use a in an MFC project a CDialog derived class CInfoBox. It should be something like a message box and thus not a full screen dialog. The resource contains only one Static Text control. In my OnInitDialog I determine the size of the text via CClientDC::GetTextExtent(). Then I
|
| Problems in Migrating the Application code from Win CE 3.0 to WinC | 17 Feb 2005 04:27 GMT | 3 |
I had a application written in eVC++ 3.0 running on Win CE 3.0. This application had 14 dlls and 3 exe. I upgarded the same old device with new OS Win CE 4.2. I recomplied the code in eVC++ 4.0 and compilation happened without any
|
| I cannot find one function in the evc!! Help me! | 16 Feb 2005 21:33 GMT | 1 |
I am trying to use several function for a console which are mainly: GetConsoleFunction(...) SetConsoleFunction(...) GetStdHandle()
|
| I need to recognize several functions....!!!! | 16 Feb 2005 21:33 GMT | 1 |
Yesterday I wrote a message explaining that I want to work with a console in the PDA and I want to explain better my situation because so it will be easier for the people to help me. Reading information about this group I found that it is possible to download the PPC
|
| URGENT: Does anyone see why I might get an "Unhandled Exception" in this code. | 16 Feb 2005 21:18 GMT | 4 |
I am getting an unhandled exception error in the section where I am parsing a wide-char buffer for beginning and end date time retrieval. // First read in the file into a buffer PTCHAR i = NULL;
|
| Intel 400MHz XScale for WinCe Develop | 16 Feb 2005 21:18 GMT | 2 |
Hello, I want to ask two questions, pls do help me if there is anyone know the solution. I was assigned to write a PDA program by using WinCE + SDK4.0 (I dont know
|
| How to rotate the screen in wince.net 4.2 | 16 Feb 2005 16:21 GMT | 2 |
I'm use these code to rotate the screen DEVMODE devmode = {0}; devmode.dmSize = sizeof(DEVMODE); devmode.dmDisplayOrientation = DMDO_90; //landscape mode
|
| Debugging CE 4.2 MFC App with EVC 4 over TCP Network | 16 Feb 2005 15:58 GMT | 5 |
I'm trying to debug an MFC app running under CE .Net (4.2) for which my only connection is over an IP network, What do I need to configure to do this? Is it supported? This is using evc4. thanks,
|
| How to know when has the user terminated my process? | 16 Feb 2005 12:40 GMT | 1 |
I have programmed a full screen application using HWND hwndCB = FindWindow(TEXT("HHTaskBar"), NULL); ShowWindow(hwndCB, SW_HIDE); I create a process this way :
|
| data base habdling in WincE4.2 | 16 Feb 2005 08:31 GMT | 1 |
Q1. I have to use a data base in PDA wincE4.2 . Which technology is available e.g. SQLCE . how can we interact with DB through our application ..i mean what technology options are available i.e. ADO,ODBC etc . Q2.How Can i transfer DB file created on DeskTop PC to Pocket PC ...
|
| How to draw a rectangle programmetically? | 16 Feb 2005 07:53 GMT | 5 |
For my app (eVC++ v3.0 and v4.0), I am going to need to draw a rectangle on the screen at run-time. I do not know how to accomplish it. Any help would be appreciated. Thanks,
|
| programming serial communications | 16 Feb 2005 07:20 GMT | 20 |
i've been struggling to program serial communications for my pocket pc using embedded visual c++ 4.0. I followed the directions from the msdn help page http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceseril/html/c mconprogrammingserialconnections.asp.
|
| Help Portin DOT NET application to eVC! | 16 Feb 2005 06:52 GMT | 4 |
I am new to eVC, eVB and embedded. I want to port my existing c++ DLL (with managed extension) to eVC project, So that I can build application for WinCE using this DLL. I had eVC 3.0, Is it possible to port my application to eVC. If yes then
|
| Socket Send()- When does the data actually get sent? | 15 Feb 2005 20:11 GMT | 5 |
When I send a some html to a socket the page on the browser doesn't appear until I close the socket. Is this normal? I have virutally no experience using sockets and I need a way to control a remote device via a browser. It would be desirable to be able to keep the
|
| put_rate in CE 4.2 - does it work for wmv files? | 15 Feb 2005 17:45 GMT | 1 |
Does put_Rate() work in CE 4.2 on wmv files? Here's the basic problem: calling put_Rate(2.0) returns S_OK, but a subsequent call to Run() fails with error 80070057 (win32 error Invalid Parameter) and the playback stops. Setting the rate back with put_Rate(1.0)
|