| Thread | Last Post | Replies |
|
| How could my driver know the SIP(Software-Based Input Panel) pop up or not? | 19 Sep 2006 09:49 GMT | 2 |
In my driver I would like to know that if the SIP(software-based input panel) pop up in any application. Is there an API to know this? thanks a lot. Regards,
|
| how to change the platform to PocketPC | 19 Sep 2006 09:00 GMT | 1 |
i created a sample console application in win32 in VS 2005.I want to run this application for PocketPc. So i chaged the Platform in project properties. I am getting
|
| WM05 PPC menu bar and dialogs | 19 Sep 2006 01:31 GMT | 3 |
I have not been able to figure this out. I have a dialog with a button. When the application start I create the dialog and it it shown to the user. At this point if I press the right or left keys that handle the menu bar is all fine.
|
| Identify Windows Mobile 5.0 during compilation | 18 Sep 2006 21:52 GMT | 4 |
I'm porting from evc3.0/4.0 to visual studio 2005 mobile 5.0 but would like to keep as much of the source common as possible. Currently I'm using this trick http://groups.google.com/group/microsoft.public.pocketpc ...
|
| help uninstalling solitaire | 18 Sep 2006 21:52 GMT | 7 |
Dear developers, For som odd reason I cannot stop playing solitaire on my windows mobile 5 device. Ie. I'm wasting my time - and I thought this device was to make me more efficient. Usually I uninstall all such programmes on my
|
| Send Control ID info to Member | 18 Sep 2006 19:15 GMT | 4 |
Ok, I'm a VC newbie, and I can't figure out how to do this: I have a CComboBox on my form: IDC_CBOLOCATION. From the ClassWizard, I have inserted a Member Variable: m_cboLocation of type CComboBox.
|
| Installing app through ActiveSync?? | 18 Sep 2006 16:53 GMT | 2 |
Is there information/samples on how to register an application to be installed on mobile devices via ActiveSync? For instance, Adobe Acrobat Reader for PocketPC, you download a setup.exe (.msi installation) run it and it registers Acrobat Reader with ActiveSync.
|
| Launching SMS-Application with number? | 18 Sep 2006 16:02 GMT | 2 |
Can I launch the integrated SMS-Application from my application and define a "To"-Value? Thanks James
|
| WinCE COM port doesn't work on low baud rates | 18 Sep 2006 03:20 GMT | 1 |
I am working on some program that has to comunicate at low baud rates. Problem is that data is sometime transmitted, and sometime not. There is no pattern in that. I tried it on HP6515 and Toradex Colibri evaluation board. HP6515 is
|
| start timer synchronized with system time or use systemtime events | 18 Sep 2006 03:17 GMT | 4 |
I want to do something each minute, but it needs to be synch to Local or system time If I do: SetTimer(hWnd, 1, 60000, TimerProc);
|
| VS2005, C#, .Net: start new project, no debugging info?!? | 17 Sep 2006 19:05 GMT | 1 |
I've just finished my first experiments with VS2005, C#, .Net. Now I want to start a new project from scratch, but debugging does not seem to work as advertised. I'm targeting a Dell Axim x51v Pocket PC connected to my developer machine through USB, ActiveSync 4.1.
|
| Urgent: I need ftp help | 16 Sep 2006 09:00 GMT | 2 |
I am developing an appl. for pocket pc Mobile5 i need to send a file to an ftp server, and receive an file from the ftp server. Can someone show me example of receiving and sending a file?
|
| Change Font help | 16 Sep 2006 02:42 GMT | 1 |
Hi, I have an ActiveX digital clock and the following code is in the OnDraw() function: HRESULT OnDraw(ATL_DRAWINFO& di) {
|
| Big problem about developing a PPC 2003 application for WM 5.0 dev | 15 Sep 2006 21:12 GMT | 6 |
Hi all, I developing a small PPC program by using VS.net 2003, when I build it on PPC emulator 2003 SE, everything is fine. However, I use my DELL x51v as device tool in VS.net 2003 and build in debug mode, I found that the program cannot be builded successfully due to many ...
|
| embedding resource | 15 Sep 2006 14:27 GMT | 2 |
HI, I have this file called rola.cgt , does anyone know how i can embed the rola.cgt as a resource so i wont be loading the rola.cgt as a seperate file in C#? any help would be appreciate.. any code would be very helpful too...
|