| Thread | Last Post | Replies |
|
| Is it posible to create ActiveX Control for Pocket PC | 04 Aug 2005 16:26 GMT | 6 |
hai Is it posible to create ActiveX Control for Pocket PC. Will the ActiveX Control created using WCE MFC ActiveX ControlWizard register in Pocket PC. regards
|
| convert integer value into CString | 03 Aug 2005 14:35 GMT | 2 |
i have used CString::Format to convert int value into CString. For eg, int i = 4; CString strTemp;
|
| Problem with using the easyInk control in a COM control | 03 Aug 2005 09:53 GMT | 1 |
I downloaded and installed the easyInk control from the Odysee website. After I right click on the dialog and select insert "ActiveX Control" I select the PPC2002 ARM easyInk.ocx. Then I get "Failed to find desktop version of control in registry.
|
| Keep Backlight On | 03 Aug 2005 09:41 GMT | 3 |
Im developing an application for PPC2003 running on an HP iPAQ 1710 and I need to keep the backlight ON in a certain part of the app( it keeps going off depending on the timeout set in the Control Panel). Is there any specific function I can use to set the timeout to infinity???
|
| memory leak with FILE | 03 Aug 2005 04:13 GMT | 1 |
I test the low level file operation with stream "FILE" functions. When I opened My Computer->Harddisk, I found the hundreds and thousands of files with the name "test3.dat" were added to explorer folder (Harddisk) when "FILE" was clicked. At the same time, it made system memory ...
|
| Animation Speed is Terrible (improves with menu displayed) | 02 Aug 2005 23:12 GMT | 7 |
I've posted a similar question before (and didn't get much to work with)
:( Hopefully with some more info, one of you experts can help.... I need to spin a graphical object on the screen of a PDA. I'm using Embedded Visual C++ 4.0 and I'm using MFC for everything I can.
|
| Power consumption info | 02 Aug 2005 22:31 GMT | 1 |
i've seen interesting today pluggin TodayWarrior which shows power consumtion information. But on my HP 2210 it shows only the battery voltage. Is there any way how to get information such as current, etc? -----
|
| RegQueryValueEx hangs | 02 Aug 2005 20:00 GMT | 2 |
Even the buffer is large enough to receives the value's data, RegQueryValueEx hangs on some registry keys like "HKLM\AsyncMac", "HKLM\L2TP" etc. Has anyone else ever met this problem and is there a way to solve it? Thanks.
|
| FindFirstFile FindNextFile CE.NET 4.2 | 02 Aug 2005 18:19 GMT | 12 |
I'm trying to use the FindFirstFile and FindNextFile on CE.NET 4.2, but when i do a call to GetLastError() i'm getting: "This function is only valid in Win32 mode". Based on documentation
|
| How to Register OCX in PDI & use it in a Application | 02 Aug 2005 16:41 GMT | 8 |
hai i have created an .ocx file for boath win 32 application and for PDI. which i registered in boath the system, so i am able to access in the application in the WCE MFC Application wizard using Insert ActiveX
|
| Static text / check box bacground in FomView is white | 02 Aug 2005 15:31 GMT | 1 |
I generated a single document app using the project wizard for Windows CE 4.2. I changed the base class of the view to be CFormView. When I add static text controls or check box / radio button controls, the background color is white instead of gray. If I create a modal popup ...
|
| how to use GetPrivateString | 02 Aug 2005 15:03 GMT | 2 |
GetPrivateString function takes value from which file and what is the exact path. Can i customise the file name.i.e use my own ini file. if yes then what settings i have to make.
|
| Handle? | 01 Aug 2005 21:27 GMT | 2 |
In its simplest terms, I would like a definition of what it means when we say that a function returns a handle?
 Signature Best regards
|
| Folder (Directory) Name Check | 01 Aug 2005 03:52 GMT | 3 |
Is there an API/method to use to validity check for a name of a folder without a folder actually created? I have an GUI that allowed user to specify a folder location without the folder actually created until there is file to be stored on that folder.
|
| Switching keyboards layouts | 01 Aug 2005 03:42 GMT | 1 |
how do I programatically switch between various installed keyboard layouts? And how do I get the list of all installed layouts? Thanks for your help.
|