| Thread | Last Post | Replies |
|
| Project types in VS2005 | 30 Apr 2006 17:49 GMT | 2 |
Hopefully this is an easy question. I installed the Windows Mobile 5.0 SDK for Smartphone (and the one for Pocket PC too) but when I create a new project in VS2005, I dont see any new project types under Smart Devices. I can create an application for Pocket PC
|
| edit box hold&press the back key | 30 Apr 2006 10:35 GMT | 1 |
Hi, I need a help to handle hold&press of Back key on SmartPhone 2002 device. I tried to send EM_SETEXTENDEDSTYLE with ES_EX_CLEARONBACKPRESSHOLD mask and ES_EX_CLEARONBACKPRESSHOLD parameter as recommended but that
|
| invoking dialog box on click of menu item | 28 Apr 2006 15:14 GMT | 1 |
i have dynamically added a menu item in the menu of smartphones now wai i want ia that when end user click that menu item a dialog box should appear..can u plz send ome sample which i can work upon and proceed in my project...or refer me some link by which i can acheive
|
| Smartphone Home vs. WM5 Today screen plugin lifecycle | 28 Apr 2006 07:20 GMT | 3 |
We're porting an app from Windows Mobile 5 to Smartphone; in WM5 the plugin DLL stays resident from when it is registered and first invoked; the lifecycle in Smartphone appears to be quite different with the DLL being instantiated/streamed to persistent storage/destroyed before
|
| Animated icons on Home screen | 27 Apr 2006 22:40 GMT | 1 |
Is it possible to have animated icons on the home screen for a Windows smartphone? I hear that Windows Mobile does not support it. Is this true? If so, is there a way to implement it ourselves? Thanks.
|
| cant resolve error | 27 Apr 2006 17:40 GMT | 1 |
I m trying to add a dialog box to the inboxmenuextensibility example..when i add a dialog box and build my application the following errors are obtained: ------ Rebuild All started: Project: InboxMenuExtensibility,
|
| Converting BYTE to LPWSTR | 26 Apr 2006 03:25 GMT | 1 |
I'm writing a plugin for WM5, but I can't find any explanations on how to work with strings. This is what I have: BYTE* pAllbyteData; pAllbyteData = new BYTE[dwSizeLow];
|
| VS 2005 Home screen CAB project CESelfRegister: how? | 26 Apr 2006 00:31 GMT | 1 |
After getting the SDK homescreen example project to work, I tried creating my own project that is just a trivial revision of the sample. I set up my new dll and CAB projects' properties to mirror the settings in the homescreen sample.
|
| Transparent List Box | 25 Apr 2006 22:10 GMT | 2 |
I would like to put on dialog (smartphone, mfc, wm5.0) LIST BOX with transparent backgroud. I can not find any word about how to do this? Best regards.
|
| Strange Scrollbar Issue on ListBox | 25 Apr 2006 10:39 GMT | 1 |
My Listbox scrollbar is either only 1 pixel wide or is drawing too far over to the right. Can I not have a scroll bar on a listbox on SmartPhone? Here is the creation code: // Create the history list
|
| Help about placing files on FTP server ! | 25 Apr 2006 10:11 GMT | 1 |
Hello, I'm a newbie about programming on smartphone, and I have just few notions. Actually, I want to make a soft for a Windows Mobile 5.0 smartphone which can take a picture with the camera and automatically place it on a FTP server. I have to do this for my training course. I ...
|
| Smartphone desktop jpeg where is it? | 25 Apr 2006 10:05 GMT | 2 |
Now I'm want to write app with one dialog box, and I want to use image from smartphone desktop in my dialog. I'm coding in MFC/C++ WM5.0 Thanks for help!
|
| Not full screen Dialog Box | 25 Apr 2006 10:00 GMT | 1 |
I have dialog box, and now I want to show it as modeal: CInputText iText; iText.DoModal(); But this window is full screen now. How can I resize this window?
|
| Deployement of signed cab on multiple devices | 25 Apr 2006 09:56 GMT | 1 |
I would like to understand the portability of signed cab on multiple devices. For instance, if I have developed an application using Smartphone 2003 SDK and that I have signed it through Mobile2Market program, will it be possible to :
|
| how to modify the Inbox menu? | 25 Apr 2006 07:45 GMT | 2 |
In the SMS-Inbox, i want to add one menu item ,suck as add "save as" below "Delete". Who know how to do it in one application? I use Evc++, smartphone sdk 2003
|