| Thread | Last Post | Replies |
|
| SHCreateShortcut() | 22 Apr 2005 12:02 GMT | 1 |
Im able to create the shortcut file.but when i try to tap on it.im getting a error. CString strProgramPath = _T("\\sample.exe");
::SHCreateShortcut(_T("\\sam.exe"), (LPTSTR)(LPCTSTR)strProgramPath); |
| CDialog or CWnd? | 21 Apr 2005 17:39 GMT | 1 |
I'm building a medium sized application with ~60 forms. It's pretty much your standard data entry app. Im having trouble figuring out if I should be using "modless" modal dialogs or derive all of my forms from CWnd. Obviously being able to
|
| EVC++ SP4 / Newbie Question. | 21 Apr 2005 15:31 GMT | 3 |
I'm trying to call a function from a dll. My exported dll function : ///////////////////////////////////////////////////////////////////////////////////////////////////// DllExport void fnEmuDll(char *x,char *y, char *t)
|
| kbhit -key pressed- | 21 Apr 2005 07:50 GMT | 1 |
I'm writing a WCE >>console<< application. How can I know if a key has been pressed? Just like the kbhit fuction in C.
|
| BITMAP BUTTON | 21 Apr 2005 05:58 GMT | 2 |
As I can insert one bitmap in a button without to use CBitmapButton of MFC? My project is WIN32 classic not MFC and SO Wince3.0. Thanks.... Miky
|
| Exit Thread Problem | 21 Apr 2005 05:51 GMT | 1 |
I have developed a dialog based application which should be finally included in PB for a ARM based processor. My application creates a thread before returning from InitDialog(). Main thread and child thread are working fine but when i close the applcation the application is
|
| Axim x50 USB host support | 20 Apr 2005 14:23 GMT | 5 |
I know this has been discussed (I did some searching), just looking for some more ideas. My understanding is that PPC 2002 does not specify USB host support and as a result, devices running it don't contain this support. I'm not sure if this is also the case for PPC 2003. In any ...
|
| read file line by line into variable length strings | 20 Apr 2005 14:18 GMT | 3 |
I despirately need to read a file with evc 3 and process each line. I OBVIOUSLY :) am not much of a c++ programmer. I find examples for file handling line by line but none seem to work with evc. I'm assuming the language may not be as complete as the desktop
|
| code problem | 19 Apr 2005 22:35 GMT | 6 |
Ok. I posted earlier about reading line by line from a text file. This code was supposed to work on CE but does not. It does however work on a desktop app compiled with the VC++ compiler that is in VStudio.NET 2003. Any idea what is wrong with it. I am compiling with eVC 3.0 and ...
|
| Popup resizes to full screen, yuck... | 19 Apr 2005 21:32 GMT | 2 |
Friends, most of our modal dialogs are full screen, but a few are not. But even the ones that are NOT full screen seem to get resized to full screen somehow after a different (usually informational) dialog that covers it is dismissed. When focus returns to the dialog, boom, full ...
|
| show today screen | 19 Apr 2005 20:25 GMT | 5 |
is there any api command to hide all application then show the today screen ? thanks, Riki Risnandar
|
| Pocket IE will not draw ActiveX Control | 19 Apr 2005 18:45 GMT | 1 |
I'm having trouble displaying a simple control on a webpage in Pocket IE on Windows Mobile 2003 SE. Here's my configuration: Device -Symbol MC 50 running Windows Mobile 2003 Second Edition (Version
|
| Regex | 19 Apr 2005 16:43 GMT | 1 |
Can anybody recomend a regex lib that will work in evc++ 3.0 without too much trouble? thanks Josh
|
| Taskbar won't go away even though HKLM\Software\Microsoft\Shell\OnTop is set correctly | 19 Apr 2005 14:15 GMT | 10 |
I'd like to have my app set a registry key to make the taskbar not "Always on top". Searching the windowsce.* newsgroups I came across some pretty informative posts and thought I had it all figured out, but the code below runs without any errors yet fails to work. Any ideas?
|
| Debug | 15 Apr 2005 19:07 GMT | 5 |
I am trying to debug an app on the device, but evc++ only directs the down loads to the emulator. How can I change the default device from the emulator to my embedded device.
|