Answer Questions
pln CF 2.0 - Rotate an image ??
Hi, I saw somewhere that on CF 2.0, an image rotating will be feasible. I installed the vs 2005 with the new framework and new cf but couldnt find any rotating ability. Does anyone can give me a hint thanks, Check out this article: http://www.mperfect.net/cfMDX/ Cheers Daniel Hi Adiraz, can you give me some 'kick start' :-) for using the direct3d a small code snippet or such will be great. thanks, No, rotating bitmaps is ...Show All
tomazek WebException when running NETCF1.1 SP3 vs. Older version of .NETCF1.1
Why am I getting a WebException when running .NET CF1.1 SP3 vs .NET CF1.1 I'm using JBOSS as the App server... but... I'm truly puzzled as to why this version of the framework would cause this issue. Appreciate any advise... Thanks! Ok, sniffed it... Successful when using 2268 on Emulator PPC 2002/2003, and Non Emulated. Fails when using 3316 or greater again on Emulator PPC 2002/2003, and Non Emulated So... The Post head ...Show All
BNavas How to detect when a custom control is being used at design time?
Hi I am trying to port a control library that was written with VS 2003. In the VS2003 version I had 2 libraries, 1 for the run-time code and one for use in the designer. The designer version checked a registry setting to see if it was licensed. VS2005 seems to do away with the need for the designer version, but I still want to check the registry when the controls are used at design-time. I thought I could use the DesignMode property but that is ...Show All
xcorporation Launch Excel
Is there a way to launch excel (or any other application) programatically in C# on a PPC so that it occupies only part of the screen Thanks buddies, Pete M Sample is available on MSDN. Please make sure you’re using absolute and correct paths on device: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdiagnosticsprocessclassstarttopic.asp I would say no, yo ...Show All
Shawnh Required 3rd Party contol of HTML Viewer
Currently I am using Intelliprog.Windows.Forms.HTMLViewer. But it is giving problem in its dispose Method as MissingMethod Exception. So can you please suggest another 3rd Party component. Why don't you search for one You may find something in the SDF form OpenNETCF that helps you. However, since you are using a 3rd party control, have you thought about contacting the vendor to ask your question (with ...Show All
AnAgile OnClosing / WM_CLOSE message when switching apps (why?)
I have an application that uses multiple forms for data entry. Each for is modeless and is shown via show/hide. All of these forms are stored in an array list until the user requests them and they are shown. When the user switches applications (ie: starts notepad) on the pocket pc, the window (which is visible), has the OnClosing event occur (which I assume is triggered by a WM_CLOSE message). Why is this happening I've dealt ...Show All
Dondata ActiveSync 4.0
I've done a full install of VS 2005 Beta 2, created a test app and tried to download it to a PPC 2003 device. I get a deployment error: 1>The current version of ActiveSync is not supported. Install the latest version from www.microsoft.com. ========== Deploy: 0 succeeded, 1 failed, 0 skipped ========== I have ActiveSync 3.8 installed and running. Where do I find ActiveSync 4.0 That's really ...Show All
EladioG How to soft reset device from eVC++ MFC application
Hi all.. I have an eVC++ MFC application(.exe) targeted for a winCE 5.0 x86 device In want to make my application soft reset my device on the click of a ok button. Can somebody tell me wht code i have to add in the OnOK() part of my app. Maybe these will help. Found them here What is the proper way to perform a device reset The method you use depends on whether you are running on a Windows Mobile 5.0–based devi ...Show All
TravisQuerec ngen on CF
can we use ngen by any way in CF APPs Hi, No NGEN is not supported for the CF. The reason for this is size. The JIT Compiler produces native code that is larger than the managed code. Having both on your device would take up too much space. Regards, Vikram ...Show All
Goran _ How to call netcf from flash?
Hi, In my application i am using flash for UI design. When i click a flash button it should execute netcf coding.For windows application there is some third part Components like ShockwaveFlashObjects.So how can i achive it in ppc. Hi, Alex Yakhnin and Mark Arteaga thanks for ur reply. There is a tool CFCOM from Odyssey Software( http://www.odysseysoftware.com/products_cfcom.asp ) which is used to commun ...Show All
Gerald Loeffler Input Panel question
Hi all, I have a problem with the appearance of the InputPanel (SIP) in my app. When I load my form I set the InputPanel.Enabled=True and the SIP shows but when hiding the SIP by tapping the SIP icon both the panel and it's icon hides. How can I make the SIP icon visible att all time I run WM 5.0 on the device with CFv2.0 installed. Develop in VB.net. I have searched the forums for answers but it seems like nobody have this proble ...Show All
Vin Klassen What's the equivalent solution in Device Projects for ToolboxItem
To control how my custom controls appears under the toolbox with the Framework, I define a Subclass of ToolboxItem. This class is not supported under CF 2.0. What's the equivalent solution Hi, Frederic, ToolboxItem class is not needed if you want to add your custom controls to VS toolbox. You can do one of the two things: - from Toolbox, right click "Choose items..." and navigate to your assembly. - or, use ...Show All
akaa Device Emulator and connection to internet
Environment vs2005 windows mobile 5.0 ActiveSync 4.0 Question: how Device Emulator connection to internet thanks Hi! I have installed the MS VS 2005, and active Sync 3.7.1, but i cannot connect to the emultator. It says " cannot conenct to d ...Show All
graphicsxp How to edit Registry using .NET CF please?
Does any one know how to edit (read, write) Registry entries. Please give an advice. Thanks You can do it pretty much the same way as on desktop for NETCF V2 (e.g. Microsoft.Win32.RegistryKey class). OpenNetcf.org offers registry support for NETCF V1 which mimics desktop as well. Hello Ilya Tumanov, It was fine with WM5.0, Now i create a program for Smartphone 2003SE. It seems to be f ...Show All
nadeemmar copy file from PDA to desktop PC
hi all any idea on how to programatically copy file from PDA to desktop PC using vb.net in VS.NET 2003 You can use the RAPI.DLL functions of connecting to the pda and copying file back and forth. You need to have ActiveSync installed on the pc you are running this code. I have written these set of functions in VB6 you may convert it to VB.Net. Just copy and paste in an empty Module. Option Explicit Publ ...Show All
