| Thread | Last Post | Replies |
|
| how do I update the resource | 10 Apr 2005 05:40 GMT | 1 |
I use eVC4 with smartphone2003 sdk and WTLEx1.0 to create a project based on SDI. I write nothing on the project,then build it and run it on smartphone2003 emulator.it run well.
|
| Is there a FileManager in the emulator for smartphone 2003? | 10 Apr 2005 05:30 GMT | 1 |
I can't find it in the start menu :( What's more, I don't know how to use share folder in the main menu without file manager.
|
| kill the process | 10 Apr 2005 01:24 GMT | 1 |
I download my project to smartphone2003 emulator,and it run well. It don't exit because I press others key,e.g: Home key.The process wasn't been killed. If I press F7 on eVC4,the following information appear:
|
| smartphone2003 emulator and download directory | 10 Apr 2005 01:23 GMT | 2 |
The default download directory is \Storage\Application Data\Volatile\. After I build my project,the .exe will download to \Storage\Application Data\Volatile\. I want to change the folder,and let the .exe file can be seen on the start
|
| WTL Extension library for Smartphone | 09 Apr 2005 10:43 GMT | 3 |
I download WTL7.1 and WtlEx 1.0 library from smartphonedn.com. I open WtlExTest project using eVC3,and select smartphone2002 as active platform. After I build it,the following information appear:
|
| Launching of Application from PocketIE. | 08 Apr 2005 18:26 GMT | 1 |
Is it possible to launch an application from Pocket IE depending on the mime type of file is getting download. Thanks in advance, AG.
|
| newbie C++ syntax question | 08 Apr 2005 09:21 GMT | 2 |
I have an easy C++ question for you :-). I am looking at an existing application that uses winsocks. The accept method of the socket is called using the following code: method( ::accept (socket, addr, addrLen));
|
| how to use InternetReadFile to store file in smartphone locally? | 08 Apr 2005 09:15 GMT | 3 |
hRootHandle = InternetOpen( TEXT("Example"), INTERNET_OPEN_TYPE_DIRECT, NULL,
|
| Mpx200 Missed Calls trouble | 08 Apr 2005 02:23 GMT | 1 |
I have made telephony software for Spv and it works fine, now I need it runon Mpx but there is one big problem, maybe TAPI bug. Here it goes. Im making standard call usin lineMakeCall API, for example: lineMakeCall(hLine, &g_hCall, szNumber, 0, NULL);
|
| how to show subregion of a larger image (gif, jpp) on smartphone | 07 Apr 2005 16:25 GMT | 2 |
i want to show a subregion (=size of application window) of a large image (located in a gif.file) in the application window an change/move the visible region within this large image. Any ideas or code samples?
|
| Keypad is lock or not ? | 07 Apr 2005 11:09 GMT | 7 |
How can I detect that keypad is locked or not? Now if this Keypad lock is a application, than I think we can achieve it by GetForegroundWindow(), but the problem comes like, how can we get the handle of the Keypad lock Application, to compare with
|
| Creating a service | 07 Apr 2005 08:22 GMT | 5 |
I've been following the advice at http://www.pocketpcdn.com/articles/services.html and trying to write a background process as a service. That is a great article but so far I've not gotten my test to work on the Emulator so I'm looking for suggestions. I've
|
| Are Windows Mobiles slower than Symbian Mobiles? | 07 Apr 2005 04:27 GMT | 10 |
I am drawing two bitmaps alternatively on a click on Left soft key. I found one thing that, Drawing bitmap is very slow, also the event handling is very slow. Like say suppose I am calling InvalidateRect on pressing of left soft
|
| dialogbox / menu problems | 06 Apr 2005 23:47 GMT | 6 |
I have a smartphone application written in visual c++. I have in the main form a menu which pops up, and one of the items open a dialogbox. this works fine. but when the dialogbox appears the menuitem which popped up didnt disappear, nor the new menu item appeared. when I
|
| Why the edit control does not respond the back-key press? | 06 Apr 2005 23:42 GMT | 1 |
In my application, I bind edit control with spin control to let the user change the value (an integer) of the edit control using the left and right key. It works well. But I found that after I did that, the edit control does not respond the back-key press. As I know, the edit ...
|