| Thread | Last Post | Replies |
|
| Custom Controls | 12 Dec 2004 22:16 GMT | 2 |
Can anybody help or point me at some relevant resources, I am using C# VS.Net 2003. I am trying to create a custom control but not getting very far. I tried creating a class that inherits from Forms.Control, and added the dll to the
|
| How to add context menu to Contacts? | 11 Dec 2004 20:45 GMT | 1 |
How to add context menu to Contacts List View Form? I want to add a sub-menu "IP Dial" to Contacts Context menu, and retrieve the current selected contact info, so i have two questions 1, Add sub-menu item to Context Menu
|
| connecting to the emulator with active sinc | 11 Dec 2004 14:45 GMT | 3 |
Hi everebody! I need to copy some amount of data(several folders) to smartphone emulator. I have some difficultes connecting to it with active sinc. Have sombody made it? What could be the problem? Is there any other variants of copying
|
| Unique identification idea... | 10 Dec 2004 14:22 GMT | 22 |
I know that this has been beat to death before (getting a serial number, etc. for a WM 2003 Smartphone device). While poking around on my SMT 5600, I found an interesting string in the registry at: HKEY_CLASSES_ROOT
|
| Adding a notification icon using Shell_NotifyIcon() | 10 Dec 2004 09:54 GMT | 3 |
I wish to add an icon to the notification area of the Smartphone screen. I tried using SHNotificationAdd() with no luck. When I used Shell_NotifyIcon() and a 2-colour icon, I could display the notification icon. But then the icon disappears whenever I go to the
|
| Play WMA on smartphone | 10 Dec 2004 05:55 GMT | 2 |
Eh... Sorry. I have posted a question in the wrong forum just now. So this is the correct forum to post. I need to know how to use .NET to play a WMA File on the application. I am able to play a wav file now. Please advise. Thanks!!!
|
| Launch a Process | 10 Dec 2004 03:53 GMT | 2 |
I'd like to be able to launch internet explorer from my smartphone application. In windows forms you can just call System.Diagnostics.Process.Start, but there is no Process Class in the SmartPhone SDK.
|
| What do I need to start developing? | 10 Dec 2004 01:37 GMT | 2 |
I have been asked to develop software for a Harrier cellphone which has Windows Mobile 2003 (its a pocket PC with a phone built in :) I am aware that I can develop using Visual Studio .NET 2003, but I would like to know if I have to have the entire studio package, or can I do
|
| XML of Configuration Management | 10 Dec 2004 00:08 GMT | 9 |
I am using DMProcessConfigXML to switch the home screen layout, for another already installed HomeScreen layout. However the XML I'm passing does not seem to be correct. Bellow is the code snip of my plugin. TCHAR* pXMLout = NULL;
|
| SDKs for MPX220 | 09 Dec 2004 20:41 GMT | 2 |
Couple of questions about the MPX220: 1) Has anyone made any progress on obtaining a camera API for this phone? 2) Is anyone aware of a .NET tapi library? Ben
|
| Serial port of bluetooth | 09 Dec 2004 19:22 GMT | 1 |
Bluetooth is usually seen as serial port by the operating system. How can I find serial port number(COMxxx) of bluetooth in smartphone, how to write this program? Mobile phone connected with PC by bluetooth,the program on the PC is the
|
| How to get call logs using PhoneOpenCallLog() | 09 Dec 2004 11:45 GMT | 2 |
Hi, does anyone have an example of how to get the call logs using PhoneOpenCallLog() ? I have tried the following (very basic) code but get linker errors! #include "windows.h"
|
| T9 API? | 08 Dec 2004 10:02 GMT | 5 |
I'm writing an C++ application using eVC4 where it would be great if I could access some sort of T9 API, i.e. converting keypresses to text strings using the phone's dictionary. The problem is that I need the user to be able to write text but I cannot use native text fields or
|
| How to create a editbox that can get mulitline. | 08 Dec 2004 06:23 GMT | 1 |
How to create a editbox that can get mulitline....and I can get back those text again properly in multiline? ~~thx
|
| MS POOM bug database? | 07 Dec 2004 22:27 GMT | 4 |
Hi, does MS have a publicly accessible database of known bugs in Smartphone POOM (or Smartphone OS, or CE in general)? When I do a general MSDN search I get results for all sorts of products, mostly XP related. In particular I am looking for a catalogue of known memory leaks in the ...
|