| Thread | Last Post | Replies |
|
| WinInet and Connection Manager | 07 Mar 2005 19:23 GMT | 2 |
All, How are the WinInet and connection manager components related? Since they both provide data connectivity to data applications? When should a developer use WinInet and when would it be preferable to use
|
| how to broadcast registry changes | 07 Mar 2005 00:49 GMT | 7 |
I know similar questions were asked several times before, but there is still no clear answer so far. Here is the question: I programmatically changed the HKCU\ControlPanel\Profiles\ActiveProfile value on the smartphone 2003 emulator, and then called SendMessage(HWND_BROADCAST,
|
| Native Exception while accessing registry | 06 Mar 2005 09:58 GMT | 3 |
I have no clue what's going on with this one! I am getting a native exception 0x80000002 (out of memory) error when I run the following code. The interesting thing is that I'm pretty sure this code worked before on my smartphone. This code DOES work on the smartphone emulator. ...
|
| i-mate SP3i Smartphone security question | 05 Mar 2005 21:22 GMT | 6 |
I have SDA T-Mobile Windows Mobile 2003 SE powered edition. How i can get into privileged mode? I have tried to download my dll, signed by Smartphone Privileged Development Code-Signing,
|
| How to launch Pocket Outlook email with email address? | 05 Mar 2005 18:01 GMT | 3 |
I want to launch Pocket Outlook email with the receiver's email address in the To: column. I know the PIE can do that with mailto: . But for my own application how can I launch Pocket Outlook email with my receiver's email address if Pocket Outlook email is not active (not ...
|
| access to call audio stream | 04 Mar 2005 21:22 GMT | 1 |
Is there a way to access the audio stream of a call through the SmartPhone windows API, TAPI, etc.? My hardware platform is the audiovox smt5600. If this is completely hardware dependant, does anyone know of a smartphone that allows this?
|
| TAPI lineMonitorDigits for audiovox smt 5600 | 04 Mar 2005 20:38 GMT | 8 |
I have the Audiovox SMT 5600 smartphone and I'm trying to write an application that monitors digits. I can answer the call, but get OPERATIONUNAVAIL when I try to monitor digits. If I understand correctly, this is a limitation of the TSP (telephony service
|
| Saving a Bitmap Object to a File | 04 Mar 2005 08:09 GMT | 1 |
Does any body know how to save a bitmap object into a file (i.e a .bm or .jpeg file) in smartphone using C# in the normal framework it would be as simple as Image.Save method.. is there anything similar ??
|
| ddraw.dll | 03 Mar 2005 20:53 GMT | 1 |
I'm trying to port the ddraw driver , but the middleware is not recognized by the os in ppc . What's the mechanism for updating the DD on ppc . It seems 'm missing something some where . My bsp is made using "new build window wizard "
|
| How to get ActiveSync connection status on smartphone? | 03 Mar 2005 20:50 GMT | 1 |
Is it possible to get ActiveSync connection status on smartphone?
|
| Various questions around the POOM database and notifications... | 03 Mar 2005 19:21 GMT | 6 |
I'm developing a customized homescreen "calendar" plug-in for Smartphone 2003 and I'm trying to make use of some info from an earlier post about how to register a callback to receive WM_DBNOTIFICATION messages. A couple of questions here...
|
| Simulate an incoming call | 03 Mar 2005 17:32 GMT | 1 |
I am confused about this LTPSTR datatype. Just what exactly is that? How should I simulate an incoming call? Also I wish to extract the incoming call phone number to carry out some manipulations. What should I extract from the simulated call?
|
| POST WebRequest | 03 Mar 2005 17:02 GMT | 1 |
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(webValue); Encoding encode = System.Text.Encoding.GetEncoding("utf-8"); WebResponse response = request.GetResponse(); try
|
| registry / sound categories | 03 Mar 2005 16:53 GMT | 4 |
I modified the hkey_current_user/controlpanel/soundcategories/notification/script key and it works great _until_ I switch profiles. Therefore there must be another registry key that has this setting so that
|
| Intercept Outbound Phone call using TAPI | 03 Mar 2005 02:11 GMT | 2 |
I am a newbie at TAPI programming. I was wondering is there a way to monitor line for outbound phone call being made by default phone application on Smartphone or PocketPC? Please reply.
|