| Thread | Last Post | Replies |
|
| TcpClient problem with Passthrough | 20 Oct 2005 18:02 GMT | 6 |
I'm working on my own Smartphone MSN Messenger client, and finding some odd behaviour while trying to make TCP connections. For anyone who's never looked at the MSN Protocol, you start off by connecting to messenger.hotmail.com, and it directs you to a second server
|
| Changing menu text while program is running | 20 Oct 2005 13:27 GMT | 2 |
I've got a menu created from ressource. There is a menu point "Turn sound off". When I select it, it turns the sound on. OK. But I like to change the text to "Turn sound on".
|
| does anyone know photo frame capture mode in WM5? | 20 Oct 2005 04:12 GMT | 4 |
In the camera application based on SP5, we need to develop the photo frame capture function.I havn't find any valuable information about this in the SP5 SDK and it's samples, so please give me some instructions if you have idea.
|
| changing 'Start' menu functionality | 19 Oct 2005 23:06 GMT | 1 |
how do i change the Start menu bar function like when clicking 'Start' will launch application instead of showing start menu icons / shortcut. thanks
|
| Simple UI question | 19 Oct 2005 21:50 GMT | 4 |
On a form I simply have a list box and a spinner control, so I can select different things in the list box. I want to be notified when this list box changes, so I set something up in my message map. My message map looks like:
|
| Make window full screen? | 19 Oct 2005 11:25 GMT | 2 |
Now I'm working on an application based on WM5.I need to make the application UI full screen, that means a window with no Title Bar and no Menu Bar.Does anyone know it?
|
| Debugging eVC 4.0 compiled code with VS 5.0 debugger? | 19 Oct 2005 08:35 GMT | 1 |
Have an executable that we compile via command line make file with eVC 4.0. I can start up the application in the Windows Mobile 5.0 Pocket PC emulator and then attached to that application from the Visual Studio "Debug | Attach...." menu selection. Have a DebugBreak() at a know ...
|
| SHFullScreen problem solved! | 19 Oct 2005 02:26 GMT | 2 |
Many people, like myself have had a lot of trouble with this API. In my application, I couldn't get it to work until I tried calling CreateWindow with the exact style WS_VISIBLE|WS_POPUP (contrary to the MS example). Having done this, you get a default window size of 0 by 0, so ...
|
| How to get the antenna signal intensity? | 18 Oct 2005 22:12 GMT | 2 |
Hi,all How to get the antenna signal intensity using some API? Thank you! Jeffrey
|
| Calling SHOnPluginDataChange(const CLSID * pclsidPlugin) in c# | 18 Oct 2005 21:54 GMT | 4 |
I would like to know how to call this function from a managed c# application. I tried a couple of things and nothing worked and I searched the archives without success. Actually, what I don't know is how to pass my guid(CLSID) from c# in a format the native function will ...
|
| How do i start programming to SmartPhones? | 18 Oct 2005 20:52 GMT | 3 |
I would like to program something to smart phones and I want to know which Development tools I need in order to program such application. Plus it will be great If you could add URLs to things I should read before I step into it.
|
| How to send GPS data to remote server through GPRS in C#.NET | 18 Oct 2005 16:53 GMT | 10 |
Hi..i am trying to send gps data(latitude,longitude etc)to a remote server on internet through GPRS using C#..My application runs on a imate PDA..I have used socket programming n my program is working good on simple LAN..
|
| How to sign the cab file with a priviliged certificate? | 18 Oct 2005 07:21 GMT | 2 |
I have created a privilieged test certificate and it works fine to sign exe:s and dll:s using it. However, when I sign the cab (using signcode, I have signed the exe inside as well - I've also tried the cabsigner tool to sign both the cab and the exe) it doesn't seem to work. ...
|
| Applying patches to an app and making them uninstall | 17 Oct 2005 09:36 GMT | 2 |
If I add files to an application after it has been installed (an application update etc.). Is it possible to uninstall these added files when the application gets uninstalled? The way I've started to look into this is by adding appropiate data to the
|
| Numeric input problems | 17 Oct 2005 03:52 GMT | 3 |
I am using .NET CF with C# to write an application for the smartphone. I have a textbox that I am using to enter a date in MM/DD/YYYY format. I am using SendMessage to set the input mode to numeric and the "123" appears in the titlebar status area as it should. When the user is ...
|