-
- Windows Mobile 5.0 Pocket PC Emulator in 640 x 480 Screen Size
by Leonard Lee
- 4 Replies
- Last post
by Leonard Lee
- Hi all, How can I change the default Windows Mobile 5.0 Emulator in 640 x 480 screen size Any workaround for it Thanks in advance.
-
- How to call OnScreen-Keyboards? Is there a library of chart?
by Le.W
- 4 Replies
- Last post
by Le.W
- Hello everyone, I am a newbie for programming with windows CE system. I want to program a software for a chemical experiment under a WinCE system without real keyboards. I found there is already an OnScreen -Keyboard in WinCE , is there anyway to call it in a C# project Is there a keyboard just with numeric inputs And I also need a chart to show the measurement result curves. Is there any nice li
-
- Creating CAB files for different Processors
by Malleswar
- 14 Replies
- Last post
by Alex Poon
- Hi,
I want to create CAB files for different processors. Can any one guide how can i proceed.
Thanks in Advance,
-
- HTMLView on Windows Mobile 6 with VGA screen
by dseifert
- 2 Replies
- Last post
by dseifert
- Hi, Having downloaded the Windows Mobile 6 SDK and testing my software on the new emulators, I notice a problem with the htmlview on WM6 with VGA screen. My application is not VGA aware, i.e. on VGA devices it is being scaled up by the OS. It seems like in WM6 the htmlview component is overcompensating and is increasing the font size as well even though everything is already scaled. The result is
-
- Need help
by mrUmka
- 3 Replies
- Last post
by Ilya Tumanov
- I need to develop software for Windows CE 6.0 with .Net Frameworks 2.0 I downloaded and installed Windows Embeded CE 6.0. It is integrated win VS 2005 and I got a new type of projects OSDesign, but it is a C++ project. How to create C# project, run emulator and deploy project here like in CE 5.0
-
- about connection error in the DeviceEmulator Manager.
by Jack Kim
- 4 Replies
- Last post
by kaku Mohanty
- hello
I'm studing windows ce with ARMV4I emulator but i had a problem this is
occuring when DeviceEmulator Manager(devcemumanager.exe)
connects to ARMV4I emulator that made by me.
the error is following below.
"Cannot connect device. Error : 0x800705b4"
above error appears after aboute 15 minutes since connection then i can
use activessync with cradl
-
- EXE file in windows Mobile 5.0 Pocket PC
by Computer Guy
- 9 Replies
- Last post
by Computer Guy
- Hi,
I want to write a small exe file that runs once a day to check a date on the data base of an application created by vb.net, windows Mobile 5.0 Pocket PC platform.
In this exe file I should track SystemState.Time and apply a condition so that I am notified when the time changes to the correct value.
Then I have to call EnableApplicationLauncher to register the application with the Stat
-
- Install CAB automatically
by Martin Sommer
- 9 Replies
- Last post
by Martin Sommer
- Hi, I've created a function for a .NET CF application that is able to download a CAB file containing updates for my application. When there is an update for my application I want to download and execute the CAB file. This is no problem using Process.Start(), but I want to be able to execute the CAB file and silently install to the same location as the application already exists. Is that possible I
-
- run at startup with hklm\init registry subkey
by Mihailo Car
- 9 Replies
- Last post
by ChunSheng Tang - MSFT
- Hi, After I have written this code and lost more then 5 hours trying to figure out what is the problem, I`ve decided to post it here. So, the simplified code is this: class MyClass { [DllImport("coredll")] extern static void SignalStarted(uint dword); public static void Main(string[] args) { RegistryKey rk = Registry.LocalMachine.CreateSubKey("\\Init\\"); rk.SetValue(&quo
-
- Device Emulator V2
by gchippie
- 3 Replies
- Last post
by gchippie
- is RTM available now
so that we can get on with mobile development on Vista
any updates, anyone
-
- Device handle read/write operations...
by Coder82
- 2 Replies
- Last post
by Coder82
- When i call ReadFile/WriteFile do i need to check the actual bytes read/written other than checking if they are successfully completed For example, if i tell WriteFile to write 512 bytes on a serial handle, is it possible that WriteFile returns me successfully with dwBytesWritten less than 512 This question is valid for non-overlapped I/O. So the cases are: a- WriteFile fails --> i trace the
-
- Stored procedure execution error from pocket PC
by iooioio
- 0 Replies
- Last post
by iooioio
- I have a server on my network running SQL server 2005. On this server is a database that I want to be able to connect to from multiple locations. I use the same SQL server authentication username and password to connect from everywhere.
On my desktop running windows XP, the program I have written to connect to and run procedures on the database works fine. When I try to run the same stored proc
-
- [Win CE 6.0] Create link on desktop
by Francesca1983
- 1 Replies
- Last post
by Chunsheng Tang - MSFT
- Hi,
I'm trying to insert a link on deskop of my winCE6.0 project, but the only result is that I create a link in Windows folder, I want link a touch screen calibration and link of my program.
I append the code that I have include in my project:
on file project.bib:
Code Block
MODULES ; Name Path Memory Type ; -------------- ------------
-
- Error when installing .NET Compact Framework on lots of different devices
by Claus Baelum
- 5 Replies
- Last post
by Ilya Tumanov
- I have made a small application in my Visual Studio 2005, for a WM5 device.
The application needs .NET Compact Framework on the device to work.
I can deploy the application to a WM5 device emulator. When deploying to the emulator, NETCFv2.vm.armv4i.cab is installed, and the application can run.
I can deploy the application to a physical device, the same happens. The application ca
-
- Handling Home key and 5-Way Navigation keys
by zankar sheth
- 1 Replies
- Last post
by MannyNS
- Hi,
I have an application in which I need to control the default behaviour of the Home Key. (i.e. I should be able to enable and disable this key). I should be able to alter the behaviour of Up,Down, Left & Right buttons.
I have tried to capture these keys using Virtual Key codes. Key_Down & Key_Up events did not work. I have also tried to override these keys as WM_HOTKEY but it
-
- Motorola Q template
by BMcCool
- 2 Replies
- Last post
by Leonewlive
- I'm trying to build an application for my Motorola Q. I've downloaded the sdk and image template from MotoDev, but when I try to use it, the phone image in the design view is distorted to where it looks like a regular cell phone and not a Q. The form ends up being 176 x 180. Anyone else run into this and/or know how to fix it
Thanks, Brian
-
- Intercept Outgoing/Incoming Voice Stream
by Nihal Chand
- 4 Replies
- Last post
by Nihal Chand
- Hi,
I have a requirement to intercept the outgoing/incoming voice stream to encrypt/decrypt the outgoing/incoming voice data. Can all of you there please provide your feedback on the feasibility of this scenario and point out some resources for supporting your comments.
Thanks in advance
-
- smart bridge alert
by harry1961
- 1 Replies
- Last post
by Ilya Tumanov
- keep getting this messege on start up
-
- Looking for an online web based mobile simulator
by teoman_sert
- 2 Replies
- Last post
by Christopher Fairbairn
- I have developed an asp.net mobile application and tried it on the local simulators ,it works.
But for other's evaluation, I need a web based simulator to reach our application.Do you kn ow this kind of online simulator to test our application from the web
-
- NotSupportedException
by ygcho
- 6 Replies
- Last post
by ygcho
- Hello!
I am developing application program targeting for Windows Mobile 5.0 Pocket PC.
A managed GUI program (VC#) calls functions implemented in unmanaged DLL file (VC++).
When a function implemented in the dll file is called by the GUI program during debugging by deploying to the device, the 'NotSupportedException' error message comes out.
Related codes are as below.
<V
-
- getLanguage() not working?
by Daniel Rodriguez
- 7 Replies
- Last post
by Daniel Rodriguez
- Hi everyone,
I have a simple question this time, I'm trying to use the Module.getLanguage() to fill the string variables that my gadget uses with the right language.
But even if I change the browser's language (I've used IE and Firefox), the function always returns "en".
I had that same problem when I created my Messenger game, it seems that language functions only g
-
- pull - push, etc help
by CSharpCoder
- 1 Replies
- Last post
by AlexFeinman
- Ok, I'm using a web service to pull data from the 'main sql server database', is there a way to lock the record/table I'm pulling from so no one else can pull down the same record at the same time Due to the type of app this is, this could happen, I can have a user do a pull from the table from the handheld or a web app at the same time, Is there a way to prevent this from happening
Also
-
- VS2005 SP1: Deploying to emulator... Error: The operation could not be completed
by Phil Quinton
- 1 Replies
- Last post
by Zero Dai - MSFT
- Hi, I've ended up with a wierd problem.. VS2005 is picking up the wrong directory for deploying to the emulator giving the following output: 3>c:\Documents and Settings\Phil Quinton\My Documents\Visual Studio 2005\Projects\FusePPC\FusePPC\FusePPC\FusePPC.obj 3>Error: The operation could not be completed Notice that location of the .obj file... that obj file is placed in the below a futher
-
- Installation of NetCFv2.wce5.amr4i.cab was unsuccessful
by Jartech
- 6 Replies
- Last post
by Ilya Tumanov
- I am using palm treo 750. My client has the same.
I could drop cab file and install successfully, but when my client tried the same on an cab file he is getting error, for cf 2 example: Installation of NetCFv2.wce5.amr4i.cab was unsuccessful
Any thing blocking the cab install
I don't see the same issue on my palm, may be i used to deploy from VS 2005 directly in the begining and then to
-
- terminate asynchronous call?
by SenthilNathan
- 3 Replies
- Last post
by gtamas
- Hi,
I am downloading a file asynchronously. I want to terminate before the full file is downloaded. So how to terminate asynchronous call