| Thread | Last Post | Replies |
|
| GDI Polygon | 15 Feb 2005 15:40 GMT | 1 |
I'm currently having a speed problem with the Windows Polygon GDI function. Does anyone know how this function is implemented (triangulation or ...) ? With regards
|
| How to prevent user to move/drag windows? | 15 Feb 2005 08:30 GMT | 3 |
I have a MFC application running on CE .NET 4.2. I'd like to prevent the user from moving the windows/dialogs by dragging them on the screen because the screen refreshes slowly and this slows down my application. I use CenterWindow() in the OnInitDialog function so I don't want a ...
|
| Newbie: How to launch another app from mine | 14 Feb 2005 14:06 GMT | 6 |
Hi, my first question as novice programmer using eVC4 to develop for Pocket PC. My application asks another running application (OziExplorer) to display a position on its map (by putting the data in a predefined text file then sending a message to it) and then my application exits ...
|
| file transfer | 13 Feb 2005 17:15 GMT | 4 |
I must write a program for Windows CE 4.2 ,which have to transver files between PDA and PC (Windows) via GSM-connection or via USB (if PDA is in docking station). How can I implement it ?
|
| newBie:(RAPI/SHBrowseForFolder) how to browse folder on the device | 11 Feb 2005 22:07 GMT | 1 |
I am looking for information on browsing the folders on the device from the desktop programmatically. Specifically it should be possible to do via SHBrowseForFolder but I cannot seem to get beyond mobile devices.
|
| How to get the top window's title on handheld? | 11 Feb 2005 22:07 GMT | 2 |
hi,all I have a question. I want to get the top window's title on my handheld. Because if my program is running, the top window must be itself. So I want to do this in the BOOL CMytestApp::InitInstance() function, before my dialog
|
| SetWinodwPos , SWP_NORESIZE | 11 Feb 2005 21:03 GMT | 3 |
I'm creating my own button class and started by borrowing from the BitmapButton source in afxext.h and winbtn.cpp. I noticed that the official MFC way of auto-sizing the button to its bitmap is to call SetWindowPos() with these flags:
|
| How to create a ComboBox programmetically? | 11 Feb 2005 20:10 GMT | 4 |
For my application (eVC++ v3.0 and v4.0), I need to create a ComboBox programmetically. More precisely, I *cannot* put a ComboBox control on the form at design time, but should be able to create the control on the fly and add strings to the list. I am not quite sure how to ...
|
| IcmpSendEcho and error 11003 | 11 Feb 2005 16:10 GMT | 3 |
I am trying to integrate a ping facility into a system. I have opened the handle with IcmpCreateFile(); which is Ok. then I am trying to send a ping request using....
|
| Serial-Write Delay | 10 Feb 2005 17:29 GMT | 8 |
I'm using a virtual com port to communicate with a device and when I do a write it takes roughly 3000ms for it to return, while a read is done almost immediately. I've tried to changing the settings around but without any luck. The thing is I can tell from other software using ...
|
| wceload woes / install issues | 10 Feb 2005 16:08 GMT | 1 |
I am coming accross a couple of issues with wceload and the .cab files I am packaging for my applications. I am basically bootstrapping wceload with small .exe file, and giving it the command line param of \askdest and the name of the cab file
|
| Wait Cursor not working untill I download code from eVC++ | 10 Feb 2005 14:22 GMT | 1 |
I am using the calls: AfxGetApp()->EndWaitCursor(); AfxGetApp()->BeginWaitCursor(); These work in my CDialog form, but NOT in the calling code, which is a
|
| viewlistcontrol | 10 Feb 2005 14:01 GMT | 1 |
Im doing a project on diolog boxes where i have to include 2 radio buttons,time.I have created no. of rows and columns for monday to saturday.The radio buttons are named as wakeup and sleep.When i click on one row,the dialog boxs opens.I select one of the radio button and set the ...
|
| spinlock | 09 Feb 2005 20:55 GMT | 1 |
Im porting a driver from windows to wince.In my code in windows they have used KeSpinLock,KeAcquireSpinLock,KeReleaseSpinLock. How do I replace these functions in wince? Please help me!
|
| LoadLibrary Fails at times | 09 Feb 2005 15:31 GMT | 1 |
I have got a problem on loadlibrary. error is "Out of memory error", but still have approx around 70% memory is free. anand ---
|