-
- WM5 global Keypress
by Andre1210
- 1 Replies
- Last post
by AlexY
- Hello,
i've got a bluetooth Keyboard connects with HID-Profile. The problem is that the keyset doesnĄ¯t match and there are no German keys.
So I want to write an application that runs in background and captures every keypress. Special keys should be changed
(e.g. I press a "z" and on my PDA I want to see a "y").
I 've experiences in VB .NET CF 1.1 and EVB.
How can
-
- call a batch file that uses cecopy fromm my application
by ANtMAn1
- 1 Replies
- Last post
by Christopher Fairbairn
- Hi All,
I wrote a c# .net app for a Host PC that executes a batch file and the batch file uses CECOPY.exe to copy files from a device to the host PC. The batch file works fine when I run it stand alone. When i call it from my app it launches and then I get an error that says: "CECOPY is not recognized as an internal or external command, operable program or batch file." Why am I g
-
- Resolve this error::Can't find an Entry Point '#20' in a PInvoke DLL 'cemapi.dll'.
by Aamir Iqbal
- 1 Replies
- Last post
by Ilya Tumanov
- hello all,
I am developing a windows mobile application ( Pocket PC 2003 ) using Visual Studio 2005.
When i run the application(F5) to read the contents(Appointment,Contacts etc), i get this error message:
Can't find an Entry Point '#20' in a PInvoke DLL 'cemapi.dll'.
Can anyone please help me in resolving this error
thanks in advance
-
- pending approval for live gallery
by Cyber22
- 3 Replies
- Last post
by Cyber22
- how much does it take for a gadget to be approved
-
- Can I change the CPU speed on my C++ program?
by saulotmalo
- 3 Replies
- Last post
by saulotmalo
- Hello I'm coding an application for windows CE. But a big part of time it will be in a main loop without doing anything since the user says something. How can I increase the batery life I've thinked that it should be a good aproach to underclock the CPU speed and to switch off the back light automatically. Also my device has alot of stuf that I'm not using like card contact reader, magnet card re
-
- Sidebar to display IE downloads in progress???
by Travis Bean
- 2 Replies
- Last post
by Travis Bean
- How hard would it be to monitor Downloads from internet explorer in a sidebar gadget I owuld love to have one as i really don't look at the taskbar that often, and with tiled windows it makes it harder to see what's going on.
-
- Icon problem with CAB?
by Malleswar
- 4 Replies
- Last post
by Malleswar
- Hi,
I have created CAB for my application with
many shortcuts in different locations. Actually my problem starts with
my Application Icon. When I run CAB in Emulator no problem occurs. But
when I try it on real device the problem comes. Actually the Icons
which is displayed in Strat--> Programs properly. but the icons
which are placed in start, and in my application folder appear on
-
- GPS Intermediate Driver in Unattended Power Mode
by jsunier
- 2 Replies
- Last post
by jsunier
- I try to run a mobile application with GPS (using Gps Intermediate Driver (GPSID)) in unattended mode, for a tracker. But in this mode, my application run normaly but I have no new GPS position from the GPSID. I read that the GPSID has its own power manager.
How to use the GPS Intermediate Driver in Unattended mode
Is it possible to change or configure the power manager in the GPS
-
- Why I use the DMProcessConfigXML fail
by nortsiw_kaka
- 13 Replies
- Last post
by nortsiw_kaka
- Why I use the DMProcessConfigXML function fail. return the error code is 0x80004005. Below is sample code:
===========================================================
LPCWSTR g_wszFavoriteXml =
L"<characteristic type=\"CM_Planner\" ><characteristic type=\"PreferredConnections\"><parm name=\"{436EF144-B4FB-4863-A041-8F905A62C572}\" valu
-
- Autostart Registry Key
by Caioshin
- 6 Replies
- Last post
by Christopher Fairbairn
- Hi to all,
I'm developing an application in C# using the CF2 that need between the other things to start automatically if the user decide to do it.
I've find how to put a shortcup in windows/StartUp/ folder and this is a way to obtain it, but I've noticed that all different localized version of Windows (different about language) has its special folder where there are the shortcuts of program
-
- How to play a wav file in Windows Mobile 6?
by Jason 4D
- 14 Replies
- Last post
by NEO_
- I'm writting a little application for a PDA, and would like to play a different short wav file for success and failure after a function is called. So far, all I can find that works is a call to Microsoft.VisualBasic.Beep(), which is fine, but lacking any inspiration! How do I play a wav (or any sound file) using VB.Net, WM 6, Net 2.0 (I can't get 3.5 to work on my PDA) Thanks! Jason
-
- how to connect this 2 applications?
by yeos_lee
- 1 Replies
- Last post
by Mohit Gogia
- Hi expert, I am new in Mobile application development.Can anybody out there teach me how to setup connection between this 2 application. Receiving SMS Creating call events PS: I am using Visual Studio 2005 not Visual Studio .NET 2003. Thanks in advance.
-
- About wince5.0 updates???
by bubble932
- 8 Replies
- Last post
by bubble932
- In order to support high capacity SD card on wince5.0, I downloaded and installed ''WinCEPB50-070430-2007M04-Armv4I.MSI'' for my platform based on ARM.
But when I rebuilt my platform , it didn't pass. The error massage was as follows: BUILD: [01:0000008660:ERRORE] c:\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\SDCARD\SDCARDLIB\sddebug.cpp(62) : error C2733: second C linkage of overloaded fun
-
- Image transfer from PC to Pocket PC
by Pyromancer
- 1 Replies
- Last post
by AlexY
- Hi everyone, I'm new to C# .NET programming and just programming in general. I'm just wondering how do I send an image from my server (PC) to my Pocket PC using Windows Sockets and the displaying it in a form, which has a picturebox, that I have already made.
I can't seem to find many help sources for such a thing on the internet. Perhaps i'm looking in the wrong place I'm not sure. But I'd
-
- tab control and Visual Studio 2005
by James77
- 2 Replies
- Last post
by Aatif Shaikh
- Hello!
I tried out the tab control in Visual Studio 2005, created a new project and drew a TAB control onto the about dialog box. There were 5 tabs by default, I tested the dialog via 'test dialog', it was OK. But, when I deployed it into the emulator device (F5), there were no tabs.
So the question is, how should I use the tab control
Thanks
-
- Help! The problem of armasm.exe
by houli
- 0 Replies
- Last post
by houli
- Hi MS experts, I need to generate the .asm files with the "/FA" options, then modify the .asm file a little, then use the armasm.exe regenerate the .obj, then link to a new .exe. I create a MFC project with VS2005+ WM5.0SDK. the .asm file is generated. Then I use armasm.exe to compile the .asm. Some errors occur: E:\Documents and Settings\user\My Documents\Visual Studio 2005\Projects\Hel
-
- SMS Location
by Gav KSG
- 2 Replies
- Last post
by Gav KSG
- Hi all,
I'd like to backup my SMS messages (inbox & sent) from my 2003se PDA/phone (I use an HP iPaq h6365). Could someone please advise where I can find this folder/file - thanks.
I'd like to be able to restore my SMS messages should my phone require a hard reset.
Thanks, Gav
-
- Problem retrieving incoming not requested ussd messages.
by Eduardo L.H.
- 0 Replies
- Last post
by Eduardo L.H.
- Hello, I'm using a the ExTAPI function lineGetUSSD to read incoming ussd messages with a QTeck S200 with Windows Mobile Pocket PC phone edition. I can receive the ussd responses from the net framework to ussd messages sent by me, but I don't get the unsolicited messages sent by the network. I suspect the problem is in the configuration stage because using RIL library I been able to read these mess
-
- How to Maximize window when running external program?
by cmsmith81
- 4 Replies
- Last post
by cmsmith81
- Hi,
In my program, I have a menu option to open the Pocket PC Calculator program ("\Windows\calc.exe") which works fine, but I woud like to open it maximized so the user does not have access to the start button. Here is my current code:
'** Code Start ** (Visual Studio 2005, .Net Framework 2.0, Visual Basic Code)
imports system.diagnostics
imports system.io
...
Dim runC
-
- i'm looking for fexplore for my Tornado
by boonhuai
- 1 Replies
- Last post
by Christopher Fairbairn
- Hello,
i am a Dopod 577w user for half years,
the phone came with the os WM5, but i found out it doesn't include the file explorer in the default rom.
Its there any way that i can install this application
Thanks.
-
- RichEdit control in Windows CE 5.0?
by klei0777
- 1 Replies
- Last post
by Guang-Ming Bian - MSFT
- Is it possible to create a RichEdit control on Windows CE 5.0 I found RichEd20.dll in my Windows directory, but I can't find any information about how to use it. I'd like to use the control as part of a .NET CF app so I realize I'll have to provide a wrapper. Thanks, Chris
-
- Can not connect emulator to SQL Server 2005
by Emulator5
- 3 Replies
- Last post
by ai4u
- Heeeeeeeeeelp
I am trying to create a combo box on a form in a device application in C# using the emulator and I can not connect to the sql server 2005 at all.
I tried the connection string "Server=192.168.111.127,25;Initial Catalog=PackingSlips;User ID=MyUser;Password=MyPassword;Integrated Security=SSPI;" ;
and "Server=MyServer;DATABASE=PackingSlips;UID=MyUser;PWD=MyPas
-
- How to make transparent background clickable?
by John Hax
- 3 Replies
- Last post
by John Hax
- There are some transparent areas in my gadget background, because my boss think it's cool... which treat me crazy, becasue all transparent areas are not clickable, and when i move mouse from non-transparent area into transparent area, event onmouseout is fired. Is there any method can make it clickable and not fired onmoustout
-
- Message Interception
by oldSAP
- 10 Replies
- Last post
by mgaur_MSFT
- Hi, i downloaded WM6 SDK Refresh, and created an application that uses message interception. I tried it on my WM5 device and it was ok, but when i used in on a WM6 device, the incoming message went directly to the inbox and was not intercepted by my application. Any help on this please
-
- Microsoft Device Emulator 1.0 needs IIS or not?
by ZuriJAckshoT
- 3 Replies
- Last post
by WoayChee
- Microsoft Device Emulator 1.0 can only connect to ASP.NET web applications that are hosted on IIS, therefore, I need to choose HTTP as location at the new project dialog box. Does the above statement correct Please advice.