Answer Questions
basedcp Can Control.Invoke have a return type?
I have a checkbox in my main thread, and I'm running a worder thread that needs to know if that checkbox has been checked. How do I go about doing that I tried using the invoke methods but not sure if it's allowed to have a return type. This is what I'm trying to do. Workder thread: privated void somefunction() { if(this.checkbox.invoke(new EventHandler(mainCheckBoxChecked))) ...Show All
ZeeGee Viewing a dvd on a pc through a data projector
Help, I want to view a dvd in the classroom using my pc and a data projector. The picture shows on my laptop in Windows Media Player, but does not show on the screen. Othere files can be viewed with Quick Time. I know there is probably a simple solution, but this eludes me! Thanks. Linda Hi, This forums is for developer questions relating to VS 2005 and Windows Mobile and CE. This newsgroup micros ...Show All
Jedimark When using "InternetOpen()"...
I am working on a smartphone 2003 project. I want to use the " InternetOpen " function. What to import Where is it Thanks! Forgot to say: I am using VB.Net in Visual Studio 2005. InternetOpen is defined in #include <wininet.h> Is it what you want --- Lao K Visit my Blog for Windows Mobile Pocket PC Smartphone Programming Hints and Tips Refer to this post for details http://bl ...Show All
greesman_jr Smart Device Project in the Visual Studio 2005 Express
Is it possible to create a Smart Device Project (Pocket PC) in the Visual Studio 2005 Express There is no 'Smart Device' template in the 'New Project' dialog. I have searched for the projcet template on the net but failed. Thanks Thanks You'll need Visual Studio 2005 Standard or higher to develop smart device applications with Visual Studio. http://msdn.microsof ...Show All
paul_at_foobar_nu Stop sound
Hi, i have just learned how i am able to play a sound in a loop. I used exactly the same method to stop the sound - this works properly in the emulator. If i copy the executable to my device the sound also plays properly, but it dont stops any more Here are the sound messages: The function declaration Public Declare Function WCE_PlaySound Lib "CoreDll.dll" Alias "PlaySound" (ByVal szSoun ...Show All
J. Schouten Visual Studio 2005 Beta 2 - Emulator problem
Hi! I've got a problem and wonder if anyone else has it (and has resolved it ) My problem is as follows .. I create a new device application and try to run in in emulator.. the emulator starts just fine, but it won't connect to it! At all! The error is "Connection failed. The system cannot find the path specified." Thanks in advance, Tadej worked thanks! There is no simple w ...Show All
mcdonaldn Emulator softkeys
I recently upgraded to VS 2005 FC1 and now I have a problem. For some reason, the Windows Mobile 5 Emulator's softkeys are mapped to numeric keys. For example, pressing the left softkey while in the home view will result in a '1' being entered instead of display the start menu. Pressing the right softkey will result in a '2'. Pressing the home and back buttons work. Pressing the Green phone button will result in a '3' and the red phone button in ...Show All
Solution Unable to initialize Direct3D on Windows Mobile 5.0 Pocket PC Device - MDA PRO (HTC Universal)
i allways get a DriverUnsupportedException (it works in the emulator) Device Information: Device: MDA PRO (HTC Universal) OS : Microsoft Windows Mobile Version 5.0 OS 5.1.70 (Build 14409.1.1.2) Framework: Microsoft .NET CF 2.0 installed Processor: PXA270-520MHz Is there any known problem with directX on this device The Software Update AKU 2.0 05/2006 is released. http://www ...Show All
Greenrelations-Webmaster Any idea for wince.net voice recording sample code
Dear all I would like to asked some wince.net master who know and how to find out some sample code for voice recording system in wince.net . if someone knew it could make some help Thank's u Sorry, this forum is for questions specifically about the DeviceEmulator. You might want to try the native or C#/VB forums instead. Barry ...Show All
MYVB CF 1 Setting time across Daylight Saving Boundary Issue
Hi all, I have a CF 1.0 application that needs to keep its time coordinated with that of a server. I am using a P/Invoke of SetSystemTime on the device to set the device time to that received from the server. However I have noted a peculiarity when the new time is in a different daylight savings period from the current time on the device. While, in general, the time drift between the handheld device and the server will not show this issue, i ...Show All
ShaneBough Debugging and deployment problems on WM5.0
Hello I have a couple of questions I can't figure out on my own. I've written a program that runs fine when I use the PocketPc 2003 emulator. It also builds for smartphone 2003 and both smartphone/pocketpc WM5.0. The problem is that it doesn't run on other emulators than the pocketpc2003. When trying to run any of the other versions I get: Data Abort: Thread=9798b6a0 Proc=80fc7010 'PhotoEditor.exe' AKY=00008001 PC=000988cc(PhotoEditor.exe+0x0008 ...Show All
Madhur68 VS2005, How to create Mobile5.0 project
If I want to create a project for PPC2005, (WM5.0), how do I do that in VS2005. When I click to create new project, I see only the following options under Smart Devices. PPC2003, SP2003 and CE5.0 devices. If I create project for CE5.0 device, the screen sizes are not for PPC devices. We have to adjust each screen's size as well as calling PPC's unmanaged API's throws exception. Can somebody help Thanks. Th ...Show All
Josh Ledgard Deploy options in Beta 2
Just upgraded my Pocket PC application from Beta 1 to Beta 2. In Beta 1, when I selected the "Build | Deploy" option, there were 4 options in the Device listbox: My Computer, Pocket PC 2003 Device, Pocket PC SE Emulator, and Pocket PC SE VGA Emulator. In Beta 2, only the last three options are displayed, i.e., "My Computer" is no longer an option. During development with Beta 1, I've been using the "My Computer" debug opti ...Show All
TS1985 Print PDF document
I have a Vodafone v1640 (also called I-mate jasjar). I've written a program to create a PDF file. How can I print the a PDF file from my c# application On the pocket is installed a ClearVue PDF but it doesn't print file, only view. I've tried to install the Acrobat Reader but it doesn't start. I supposed it isn't for Window Mobile 5. Thanks Hi Jey, I am Prashanth. For time being i am using third party component now. I am using Tall ...Show All
bojan platisa Windows CE 4.x Emulator does not work correctly if you have PAE mode enabled
I am attempting to develop a smart device application but the Windows CE 4.x Emulator will not load. The file is VPCAppSv.sys. I have verified that PAE is not enabled. Any help would be appreciated. My wallet does not go deep enough for the technical help. Visual Studio 2005 does not ship with a 4.x emulator (VS2003 did with a 4.1) so we need more info on the context of your problem. Also I don't understand wh ...Show All
