| Thread | Last Post | Replies |
|
| Dialog disappears when switching portrait to landscape | 09 Nov 2006 16:01 GMT | 4 |
Hi, I have a Pocketpc VC++ app. I have a dialog which is sized dynamically in WM_INITDIALOG. I use the GetSystemMetrics to determine screen orientation etc. If i have the device in a particular orientation BEFORE displaying the dialog it displays correctly in
|
| Stop dialog box from moving | 09 Nov 2006 14:24 GMT | 4 |
Hi, I have PocketPc VC++ app. I have used WS_EX_NODRAG flag in the resource file with a dialog box which is in the app. I need to set the position of the dialog box with SetWindowPos dynamically but i don't want the user to be able to move the dialog box. The only time i
|
| about low power in winCE | 09 Nov 2006 13:46 GMT | 6 |
When device's battery power is low in Windows CE system , it will pop up a message window to tell user, I want to know when it will happen , can I receive a message in my EVC program ? how to do it ? thanks for your help !
|
| DaylightSaving problem | 09 Nov 2006 13:45 GMT | 6 |
Hello every body I have problem about TimeZone Setting in Evc program, I don't know which timezone have DaylightSaving setting option or not . what interface or function I can use ? thank you very much .
|
| User breakpoint called from code at 0x7c901230 | 09 Nov 2006 10:37 GMT | 2 |
I got some problem with breakpoint. I didn't set any breakpoint in my source but when I try to run my program, I always get that message "User breakpoint called from code at 0x7c901230" and then I have to press F5 in my eVC for continue. Is there any way how to remove this
|
| how can I get/set the checkbox state in the treeview? | 08 Nov 2006 13:26 GMT | 11 |
I am a rookie about the TreeView control. No I create one with checkboxes, how should I get/set the checkbox state? I will appreciate any idea about this!
|
| how to make other application to recive my messages as if it is a | 08 Nov 2006 12:00 GMT | 7 |
Hi!How can I make other applications(like word excell) to recieve my messages as if it is a keyboard input. Thanks in advance!
|
| Problem with IssueVendorTransfer | 07 Nov 2006 18:59 GMT | 8 |
I have problems with the IssueVendorTransfer function. All parameters are correct, the mistakes messages are: DBGCHK failed in cpipe.cpp DBGCHK failed in transfer.hpp
|
| Windows mobile 5 | 07 Nov 2006 17:28 GMT | 2 |
Is it possible to update evc4 to works with win mobile 5? In particular, i have an Acer n300 and i can't build my project (evc4) on it! Can anyone help me? Thanks, Chri.
|
| Passing command line arguments | 07 Nov 2006 07:06 GMT | 4 |
I implemented an application (named "WinCEApp") using C++ and Windows CE SDK, that used "ShellExecuteEx" method (see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceshellui5/htm l/wce50lrfShellExecuteEx.asp) to launch an other application (named "DotNetCFApp") ...
|
| NotifyIcon issue | 06 Nov 2006 16:12 GMT | 1 |
Hi, I have a tray icon in my PocketPC Vc++ app. I can add and delete this manually using the Shell_NotifyIcon api. My tray icon gets added when the main app is initialised However when debugging using VS2005 when i close
|
| ac97 codec interfacing with our PCI device in winxp | 06 Nov 2006 13:11 GMT | 3 |
Hai all, Is it possible to interface the ac97 codec on motherboard with our own PCI device on PCI bus . Are we able to route the data stream which will be produed by the AC97
|
| Title bar size | 06 Nov 2006 12:08 GMT | 6 |
Hi, I'm developing a PocketPC app in VC++. How do i get the size(height, width) of the title bar of a window. Also is it possible to set the size of the title bar and its text. Thanks
|
| how to get system time through ActiveSync connection in CE devices | 06 Nov 2006 09:20 GMT | 4 |
I want to know if a program in Wince can get the Computer's time through ActiveSync connection ?how to do ? thanks! Calvin.Liu
|
| dialog based project... | 06 Nov 2006 08:34 GMT | 1 |
I have created a dialog based project using EVC++4 and placed a button on the dialog. I created a function for a click event for the button using class wizard. Within the function I place code to open a messagebox. However, when I click the button nothing happens. Why is
|