| Thread | Last Post | Replies |
|
| How to place round images? | 01 Aug 2005 00:25 GMT | 1 |
I'm working on a SmartPhone program which involves the placement of round tokens onto the interface. I can render the round images (GIF's with transparency) in picture boxes, but then the background of the picture box shows in the four corners since I'm working with a round image ...
|
| provisioning XML question | 30 Jul 2005 23:17 GMT | 2 |
I'm feeding some XML to DMProcessConfigXML() but how should I handle things like passwords? Passwords can contain characters that would goof up XML structure.. so how do I put this in my XML for SMProcessConfigXML? Shoudl I use stuff like <
|
| how to change text mode for edit control? | 30 Jul 2005 09:21 GMT | 3 |
I don't even know how it is called, but by using your * key, you can change the text mode (abc, Abc, ABC, t9, T9, 123). I wish to change the mode to Abc automatically when my edit control receives the focus. How is this done?
|
| custom-drawn listview | 30 Jul 2005 08:55 GMT | 1 |
Hi Alex Can u tell me more about custom-drawn listview. I am not getting proper help regarding this feature. Or do u have link for this with example thnx in advance
|
| WinInet problem | 30 Jul 2005 01:00 GMT | 2 |
Hi i send request on server after my code or use IE but callback function dont call and i can't to see messages... Why?
|
| Connection manager | 30 Jul 2005 00:36 GMT | 2 |
I read the structure CONNMGR_CONNECTIONINFO in MSDN. I would like to know if it is the choice between MaxCost, MinRcvBw, MaxConnLatency and guidDestNet is exclusive. I mean if only one choice among this four is obligatory. Can I combine them?
|
| Problem with Microsoft SMARTPHONE 2003 SDK | 29 Jul 2005 12:23 GMT | 6 |
I have downloaded and installed Microsoft SMARTPHONE 2003 SDK.msi and now when I create smartphone application and run it show me deploy error. Why?
|
| SetFocus and Scroll into view | 28 Jul 2005 08:26 GMT | 2 |
I have dialog based app, with several edit fields.. extending beyond the visible area of the screen. So I have a vertical scroll bar on my dialogbox template. when I set focus to one of the controls, I wish to ensure it is visible by scrolling it into view.
|
| URGENT: Changing menu item kills my app??? | 28 Jul 2005 07:44 GMT | 5 |
I am trying to update the OK menu item .. It's a dialog based application with some edit fields and in response to edit fields' EN_CHANGE notification, I test if all edit fields are filled out and call the following function to enable or disable the menu item.
|
| Windows Mobile 2003 Second Edition does not support Vibrate API? | 28 Jul 2005 06:43 GMT | 2 |
I am trying to migrate my SP2003 application to WMSE platform. I have installed "Developer Resources for Windows Mobile 2003 Second Edition", and copied the static library files and header files to Smartphone 2003 SDK directory.
|
| QVGA emulator really slow!!!! | 28 Jul 2005 06:26 GMT | 1 |
Has anyone used the QVGA emulator for Windows Smarpthone 2003 SE, it seems to run about 3 times slower than the normal 176x220 emulator. Anyone found a solution? Thanks
|
| file browser and running programs view | 28 Jul 2005 04:45 GMT | 5 |
Pocket PC has a file browser and you can view all running applications, and shut them down. Does smart phone have this? I can't find it.. Lisa
|
| Questions about timer in Plugin | 28 Jul 2005 00:19 GMT | 4 |
I would like to know in which function I have to Initialize a timer to refresh a plugin with : m_ppe->SetSingleShotTimer (hPlugin, 10); I tried in Initialize, OnEvent, in a constructor and it doesn't work at all :(
|
| Streaming content from smartphone to web | 27 Jul 2005 14:35 GMT | 1 |
Hi, I was just wondering if anyone knows whether it is physically possible to develop an application that would stream live video data from your smartphone to a webpage???
|
| Run Application in Background | 27 Jul 2005 12:39 GMT | 7 |
How do you run a c# application in the background on your smartphone. The application needs to run continously(i.e. it's always monitoring), since it context aware application. I have seen stuff on the web about registering dll at startup of phone. I have no idea of how to do ...
|