| Thread | Last Post | Replies |
|
| Smartphone clock synchronziation with external source | 01 Apr 2006 00:56 GMT | 3 |
I didn't see this post come over from Google groups so I thought I would post it here directly. "Does anyone know if any of the SmartPhone devices synchronize their clocks with an external source? I know that when connected through
|
| Expandable spinner control problem | 31 Mar 2006 09:42 GMT | 1 |
Created simple spinner control in resource, with UDS_EXPANDABLE option. After expanding and selecting an item from a list, the dialog box loses focus. Is there a way to restore focus to the dialog window after expansion? Tried adding WS_CHILD flag to the controls, but no success.
|
| Changing to and from Silent Profile | 31 Mar 2006 07:17 GMT | 3 |
Has anyone figured out how to do this? My application notifies the user that they are in Silent mode and asks them if they would like to turn off Silent mode. If they answer 'yes', the registry setting for the profile is changed from 'Silent' to
|
| How to speak with the GSM Modem (HTC SDA) | 31 Mar 2006 04:47 GMT | 1 |
I have a SDA smartphone from HTC (T-Mobile, OS: WM 2003). I need a GSM connection (no GPRS) in my visual c++ program. If I open a serial port and send "AT\r\n", I will get nothing back. I tested on port COM1 to COM10.
|
| About the application which runs on smartphones | 30 Mar 2006 18:48 GMT | 3 |
if i develop an application which runs on microsoft smartphone 2003 will it run in smartphone 2005 in similar way? thanx Jyothi
|
| FindWindow/SetForegroundWindow | 30 Mar 2006 18:46 GMT | 2 |
I'm writing an app for Smartphone (WM2003) in C#. I am trying to write it so that only one instance will run at a given time. I have added code that checks for a mutex. If found, it attempts to do a FindWindow and SetForegroundWindow to bring the application to the front. It ...
|
| Smartphone clock synchronziation with external source | 30 Mar 2006 18:00 GMT | 1 |
Does anyone know if any of the SmartPhone devices synchronize their clocks with an external source? I know that when connected through ActivcSync, that the clock on the SmartPhone will be set to the clock value on the PC. What I'm wondering about is more like a "cell tower
|
| direct show app.. | 30 Mar 2006 16:26 GMT | 13 |
I am using the following sample code for rendering a video stream directly from the camera. I am getting an error "HRESULT: 0x0004027e (262782) " in RenderStream API call. How do I make a work around to this problem ? I am sure there is a way to do this.. please help. My ...
|
| Label Edit in LIstControl | 30 Mar 2006 15:02 GMT | 2 |
I have List Control and I want to edit it's label in place. But both m_ctlList.EditLabel(nItem) and m_ctlList.GetEditControl() return NULL. Is this feature supported in Smartphone 2003? PS: I use WTL 7.5.
|
| Develop DirectShow app in smartphone mobile 5.0 | 30 Mar 2006 05:11 GMT | 2 |
I want to develop some directshow app in smartphone mobile 5.0. I have already installed the VS.NET 2005 & Windows Mobile 5.0 Smartphone SDK & ActiveSync 4.1, but I have no idea what to do next...I can't find any sample in the SDK for me to familiar with DirectShow..
|
| DirectShow source filter | 30 Mar 2006 05:00 GMT | 1 |
Has anyone succeeded to build, register and making to work a DirectShow source filter for WMP on WM 5.0? We have filter that works OK on PC. We built it for WM 5.0, and register the same way we register it on PC. However the filter does not even get loaded by WMP.
|
| Looking for spell checker for vb.net mobile | 29 Mar 2006 16:08 GMT | 1 |
Anyone know of an available spell checker for vb.net mobile? Thanks in Advance LS
|
| MessageBox ontop problem | 29 Mar 2006 11:48 GMT | 7 |
I am working on Qtek8310, the problem I am facing is I call int nResult = MessageBox(GetActiveWindow(), _T("Do this thing...?"), _T("MyApp"), MB_YESNO|MB_ICONQUESTION|MB_TOPMOST); from a simple exe which doenst have any window...
|
| Focus in Smartphone applications | 29 Mar 2006 08:02 GMT | 4 |
I have problems with focus of input in my application. For example, I have application that has main window and several modal dialogs. User runs application, starts dialog, then he wants to press "Home" key.
|
| CreateFileMapping problem. | 29 Mar 2006 05:14 GMT | 1 |
Code: -------------------- DWORD err; HANDLE hFile=CreateFile(_T("\\Storage Card\\1.txt"),GENERIC_WRITE | GENERIC_READ,0,NULL,OPEN_ALWAYS,FILE_ATTRIBUTE_NORMAL,NULL);
|