| Thread | Last Post | Replies |
|
| Incoming GSM Data Connection Problem on SP 2003 2nd ed using TAPI | 08 Oct 2004 14:39 GMT | 2 |
Hello... I'm an ita developer writing and porting old code for PPC 2003 in evc 4.0 on .NET and smartphone 2003 platform using MS VS 7.1 , CF 1.0; We used to make and receiving data call on PPC through TAPI interface...
|
| Smartphone - Adding Icons to System Tray | 08 Oct 2004 06:22 GMT | 2 |
Does anyone know how to add an icon 'properly' into the system tray on the sp? At present i've hacked an icon using "hWndParent= FindWindow(_T("Tray"), NULL))", and then making the icon a child window, "myIcon =
|
| Q : Loading An Icon File In A Home Screen Plugin | 08 Oct 2004 04:10 GMT | 2 |
Ugh... it's really hard to come back to Win32 after being so used to .Net.
:) Anyway I'm trying to load an External Icon file to be drawn in my Smartphone 2k3 Homescreen plugin and well it's failing, maybe due to security reasons,
|
| DMProcessConfigXML w/ GPRS | 07 Oct 2004 23:37 GMT | 1 |
I am trying to create a new GPRS connection for the connection manager. I want the created connection to be displayed in the Connection Manager UI. I have tried a couple of methods with no success. I found a sample XML file @ MSDN for setting up GPRS w/ DMProcessConfigXML
|
| last dial number | 07 Oct 2004 19:21 GMT | 2 |
How can I get the last dial number from Smartphone? So far I cannnot find a API function work for getting the last dial number. Please help!! -- Best Regards,
|
| Homescreen Creation Queries | 07 Oct 2004 15:43 GMT | 5 |
Hi there, any Homescreen developers here? I've got a little question, I'm trying to make a homescreen where each plugin has an background image of it's own therefore I modified the helloplug.home.xml's calendar plugin node to look like this.
|
| Combobox/Spinner Control Click | 07 Oct 2004 12:28 GMT | 4 |
I'm wondering is it possible to disable the default behaviour of the combobox/spinner control when you click on it? By default it will display a list of the items in the combobox which you can select from. Instead I want a click to select the item that is currently displayed in
|
| Accessing Sim IMSI returns error 0x80004005 | 04 Oct 2004 17:45 GMT | 3 |
HRESULT hRc,hRc1; HSIM hSim; DWORD size; DWORD lock;
|
| DateTime/TimeSpan milliseconds resolution in .NETCF | 04 Oct 2004 14:40 GMT | 1 |
* Question: Is there no milliseconds in .NETCF DateTime object? * Reason I ask: > If I run the example below, using Device: 'My Computer'
|
| OpenNETCF.Net.Bluetooth | 04 Oct 2004 10:52 GMT | 2 |
I haven't done any c# programming before, and am trying the code below, but it comes up with "an object reference is required for the nonstatic field,method or property" on the "bdi = opennetcf..." line. ideas?
|
| Where to Install to? | 03 Oct 2004 00:01 GMT | 2 |
What is the difference between the Storage\Windows and the Windows\ directory on the Smartphone. Is one or the other a better place to install things to?
|
| Deleting color scheme | 03 Oct 2004 00:00 GMT | 1 |
What should I write in color scheme to be able to delete the color scheme form home screen settings selecting menu, delete color scheme. On my attempt to do so I got message "there is no available color scheme to delete ..."
|
| splash screen | 02 Oct 2004 23:58 GMT | 1 |
I would like to flash a screen when the user starts an app, so that i can perform background initializations. How can i do it? any links/pointers would be really helpful. thanks.
|
| Determine if code is running on PPC or Smartphone | 02 Oct 2004 20:15 GMT | 4 |
I am looking for a reliable way to determine (at runtime) if the Windows Mobile device is a Pocket PC device or a Smartphone device. The Smartphone device is an Audiovox PPC4100. The Pocket PC device is an Intermec 700. When I call SystemParametersInfo(SPI_GETPLATFORMTYPE...)
|
| How can I access Registry by vs.net 2003? | 02 Oct 2004 08:16 GMT | 1 |
How can I access Registry by vs.net 2003? I use C# now,and want to write a simple registry tool just like tweak. Still exists namespace like Microsoft.Win32? Much more thanks!
|