| Thread | Last Post | Replies |
|
| Debugging into a .dll | 30 Dec 2007 13:56 GMT | 4 |
Hi - I tried searching through the newsgroups for an answer to this but have been unable to locate a similar problem. Seems like it could be a fairly common mistake on my part, but the searches come up empty. Anyway...
|
| How do I get the icon of a window or process | 25 Dec 2007 19:10 GMT | 1 |
I need to make a task manager on wm6(smartphone),it can enumerate all the task and process running on the system... I add a ListCtrl to display a list of process,I use CreateToolhelp32Snapshot to get a snapshot of process,and for each process, use GetModuleFileName to
|
| opening file explorer on a folder | 21 Dec 2007 15:19 GMT | 2 |
How can I open the WM file explorer on a given folder? Under Windows, I'd use ShellExecuteEx(), but it's not working under WM. I've also tried launching fexplorer.exe directly, but passing a straightforward command line parameter of the full path of the desired folder, quote ...
|
| how to add a new control panel applet under settings menu in a sp | 19 Dec 2007 17:02 GMT | 2 |
I have to add a new control panel applet under settings menu in a smartphone device. I am using window mobile 6.0 standard SDK. I couldnt find the proper document for this. Help me to do this?
|
| How to handle END Key in C# Application | 19 Dec 2007 16:28 GMT | 1 |
I am developing an application using CF 2.0 & smartphone SDK 5.0. Usually I am getting the END Key. But, if I start downloading data and press END key when download is going on, my application doesn't recieve END key. How can I get the END key at that time?
|
| Restart after cab installation | 18 Dec 2007 12:56 GMT | 2 |
I'm writing a program which needs the smartphone to be restart after cab installation. Is there any way/settings I can do to restart the device automatically after cab installation. I'm working on VS2005 IDE. Thanks for the help
|
| How to get calendar appointments on Windows Mobile 6 | 18 Dec 2007 03:04 GMT | 2 |
Hi, I want to get calendar appointments on Windows Mobile 6, Does anyone have any ideas about this ? Thanks.
|
| How to write a new MMS? | 17 Dec 2007 12:02 GMT | 1 |
I want to write and send a new MMS(Multimedia Messaging Service) on smartphone and I use Visual Studio 2005. Could anyone please provide a sample or help instruction for my reference? Thanks in advance.
|
| SQLCe datetime in different formats | 16 Dec 2007 00:27 GMT | 1 |
I am writing an application that uses a lot of DateTime() values and run into this weird problem. I can't get this to work properly for me. Basically, the problem is that DateTime.Now, for example will use different format depending on the mobile device settings and SQL
|
| SendMessage to home screen plugin | 12 Dec 2007 17:15 GMT | 2 |
is there any way to SendMessage from external application to own-created home screen plugin? I mean: how the pluging can receive and recognize this external message? becasue the plugin has no own window and class.
|
| detect incoming call during sleep() | 08 Dec 2007 05:40 GMT | 1 |
Hi all, I got a problem to deal with incoming call and thread.sleep. The problem is When program during Thread.sleep(20000), it cannot detect incoming call...
|
| How to rotate smartphone emulator to landscape | 07 Dec 2007 15:35 GMT | 1 |
I need to do some debugging of my smartphone application when the phone changes from portrait to landscape. So far I can only find out how to start a WM 5.0 Smartphone or WM 6.0 Standard emalutors in either landscape or portrait mode. I can't figure out how to make it switch ...
|
| Menu event vs control events | 06 Dec 2007 17:31 GMT | 1 |
I have a .NETCF2 C# application with a number of 'pages' where each page is defiend as a panel. I use menu items to control what page (=panel) to show. My problem is that when I use the menu buttons to select a new page, the currently selected page (and its controls) is not ...
|
| Change Home screen default softkey1's name and execute association | 05 Dec 2007 10:04 GMT | 1 |
I put below settings in platform.reg. HKEY_CURRENT_USER\SOFTWARE\Microsoft\Home\Keys\112 @ = "myMenu1" "Open" = "myApp1.exe"
|