| Thread | Last Post | Replies |
|
| Application in Background? | 06 Apr 2005 23:33 GMT | 3 |
I have multipleviews in my application. Now I want to detect that when my application is going to background and when it is coming to foreground. We can not achieve this by using event WM_ACTIVATE, because whenever I switch from one window(view) to another window(view), this ...
|
| how to ensure the device is mpx220? | 06 Apr 2005 23:08 GMT | 1 |
For some reason, I want my application only run on MPX220, not other smartphone 2003 device. Is there any way to ensure the device is MPX220? Thanks,
|
| Saving and image using imaging.h | 06 Apr 2005 20:35 GMT | 3 |
Have been playing around with IImagingFactory in imaging.h, what a great library shame it isn't documented anywhere. I have succesfully read an image from a file, resized it to thumbnail size, and displayed it, I now want to save the thumbnail image for a rainy day,
|
| smartphone | 06 Apr 2005 16:05 GMT | 1 |
Explain me how to create combobox on a dialog in smartphone and how to add items in it.
|
| can't get smartphone device emulator in device list | 06 Apr 2005 15:13 GMT | 2 |
hi all, i've installed all, like evc++4 , activesync, vs.net 2003 and smartphone 2003 sdk, but when i select the smart device project in vs.net smartphone is not listed in the list, is there anything to do, or someone having this problem thanks.
|
| vc6,WTL71,and Alpha | 06 Apr 2005 14:00 GMT | 2 |
I use vc6 on WinXP english edition. I download WTL71.exe from microsoft.com,and follow readme.htm to install it. I can compile BmpView,GuidGen,MDIDocVw sucessfully,but it's failed to Alpha and MTPad project.Please see the following information:
|
| Trimming | 06 Apr 2005 12:34 GMT | 1 |
How to trim a TCHAR string by 3 characters from begining in evc++ for smartphone
|
| Timers on Smartphone 2003 | 06 Apr 2005 11:10 GMT | 11 |
I am now trying to use smartphone timer and I can't detect the timer timeout. The SetTimer calling seems ok because a timer identifier is returned but the callback method does not seems to be called after timeout (breakpoint in the method is never reached).
|
| Time set | 06 Apr 2005 09:09 GMT | 1 |
I hv to set the time of datetimePicker by setting the value of system.wHour , minutes and so on from text file. But it doesnt show the set time. It still shows current time. What should i do
|
| (WCHAR *) or (BYTE *) | 05 Apr 2005 18:15 GMT | 3 |
Is it true that Smartphone should only use unicode arrays? It means that if I need to define buffers, it has to be arrays of WCHAR and not arrays of BYTE (or CHAR)?
|
| UShort to string convertion | 05 Apr 2005 17:47 GMT | 1 |
I would like to convert an unsigned short number into a 4 digits hexadecimal string. What is the best way to do it? example: number=10 should be converted into "000A" Thanks in advance for your help.
|
| eVC4 and WTL | 05 Apr 2005 13:25 GMT | 1 |
If I use eVC4 to develop,can the program run on smartphone2003 and smartphone2002? Thanks.
>I am afraid, I have never develop on the eVC3. Is there any particular |
| Any way to use SD card as a default storage for GSM messages? | 05 Apr 2005 11:23 GMT | 4 |
As the title, thanks a lot!
|
| capture numeric key in combobox | 05 Apr 2005 10:31 GMT | 1 |
I need to capture a numeric key (perhaps the '*') key in a combobox I have on a Form. I Develop using Compact Framework and SmartPhone 2003 SE device. I have no idea of how to do that, I tried to inherit from combobox control, but still the result of Keypress and keydown events ...
|
| Time Picker | 04 Apr 2005 11:47 GMT | 1 |
How to use n create Time picker in evc++.
|