Answer Questions
MikeLing TypeLoad Exception on Pocket PC.
Hi all, I have a slight problem and hope i could get your assistance. When i deploy my program from visual studio 2005 to the Pocket PC, it gives me the TypeLoad Exception on the Pocket PC. TypeLoad Exception at Device Application1.Form1.Initialize component() at system.Reflection.Runtime Constructor Info. InternalInvoke() Above are some of the errors. Any idea what is wrong I would really appreciate your help. Thanks so much! -- sam -- ...Show All
jhcrafts Resource Manager not working in Compact Framework v2.0 and Pocket PC 2003 SE Emulator
Hello all, The ResourceManager class will not find a resource under the Compact Framework v2.0. However, this used to work under CFv1.0. Let me elaborate on my problem. I have my main program in main.dll and a resource with name 'Messages.en.resources' in main.resources.dll. Here is the code in the main.dll: ResourceSet _msgs; ResourceManager rm = new ResourceManager( "Messages", Assembly.GetExecutingAssembly() ); ...Show All
MarkusL Will more processor types be supported in the VS 05 release
Hi - A question to somenoe 'on the inside': On the 'Platforms' panel we get: Instruction sets: ARMV4 When the 'real deal' gets here, will there be some other goodies like Mips and SH3... Thanks - John This is a retransmit that hopefully a Microsoft person will see. About other processor support in VS8 could you say if: A) They havn't decided. B) They havn't informed us. It affect development decis ...Show All
Petr Horinek Date-entry controls (TextBox style) for Compact Framework 1.0?
Hi, I am looking for an easy way to do date fields for Compact Framework, in one unified control, enforced to a format such as YYYY/MM/DD ... or YYYY/MM/DD HH:MM:SS Is there a way to do this in a single control, or will I have to use multiple TextBox's for each portion of the date and time Thanks, Mark Rejhon For now, I am trying to stick to Compact Framework 1.0 for now. Eventually, I'll go to 2.0 ...Show All
vic_ Net CF 2.0 , Is it Possible For me to Enable Voice Recording Feature From My Appliaction
HI , Please help me to find a way to enable voice recording feature in my .NET CF 2.0 Pocket PC application. Thanks , JayaKumar.A Hi senthil , yes , it's working fine . In that my doubt is while installing it installed a .cab for (OpentNetCF Samart Device Framework) file in my PDA while creating setup is it required for me to add OpentNetCF Samart Device Framework with my .msi file Thanks, J ...Show All
Trevor Clark How to Select a DIRECTORY instead of File by using "OpenFileDialog" ?
Hi, Can anyone solve this problem plz,...Its very urgent...!!! I'm developing an app for the PocketPC - 2003. Problem : I want to select a file from my working Directory... i.e; @"\Program Files\MyApp\" There are many sound files under this directory, i want to select a file. How to do this The code snippet i was using is : OpenFileDialog openFileDlg = new OpenFileDialog(); //openFileDlg.Location = ... //openFileDlg.Size = ... //th ...Show All
Lerxst193952 Can WSE 3.0 be used used with the Compact Framework 2.0 on Mobile 5.0 devices?
I tried to find the answer to this question, but could only find a lot of partial answers. Can WSE 3.0 be used with the Compact Framework 2.0 on Mobile 5.0 PPC devices so how should a .net cf app talk to a server with a secure connection SOAP / Web Services work great to move data and stuff... but what if you need a mobile client to process a CC auth so i ...Show All
bugra Windows CE DVD Playback
I have a question about DVD Navigation Manager: When I've recieved VOBU, which consists of a single frame (Still menu), and rised a DVD_PLAYBACK_EVENT, the DVD navigation manager calls the IDVDNavigatorSink::OnPlaybackStateChange(DVD_STILLED) After this call all calls of IDVDUserOperation::StillOff returns a E_ACCESSDENIED. What is wrong There is nothing to answer, I've found a solution. Regardless E_ACCESSDENIED returning, ...Show All
mAuo gwes.exe errors - how to analyze?
I am developing and testing a Windows Mobile 5 application. Occasionally, I get the screen "A problem has occurred with gwes.exe". How can I determine if the gwes.exe problem is related to my application, and if related, the nature of the problem (so I can correct) Thanks, Frank Do you see a fairly consistent failure The gwes.exe error is likely an issue with the application you are writing, pa ...Show All
HairyDan small bug with List Control in vs 8
Hi all, I'am using vs 8 beta 2. Today, i made a very simple program with List Control. I did like that: 1) From vs 8, create a MFC program for pocket pc 2003 based Dialog. 2) In Dialog, using toolbox to add List Control to Dialog. 3) Now, you can choose the List control, click right -mouse to go to properties page. 4) In Properties pae, choose tag controls events, go to LVN_ITEMACTIVE then, click Ad ...Show All
scompa Windows CE support?
Using using the RC I just found out I have a \CE directory which contains the compiler (and CRT includes and lib) for different CE architechtures. However I did not find any way to set it up properly. Having set PATH, INCLUDE and LIB environment variables it fails to compile any code by giving a error in crtdefs.h: cl test.cpp Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50725 for ARM Copyright (C) Microsoft Corporation. ...Show All
CarlVerret PocketPC 2003 Full Screen App
I am modifying a PocketPC 2003 Visual Basic app. I am using VS 2003. Does anyone know how to write the app so it runs full screen I basically want my app to start full screen when the user turns on the device and lock the device down so that's all the user can do and use all of the real estate on the screen.. I'll include some backdoor way to get to the OS if required. Any help or direction would be greatly appreciated. ...Show All
Mauro Mazzieri Installing MS. NET CF 2.0 on Treo 700w
I can't install the .Net Compact Framework on the Treo 700. I get the following error. Installation error. Stop all applications and processes, maximize available storage space, and run installation again. Support info: 4. I have nothing running and nothing is installed that didn't come with the phone. Here is the log file. 20/01/2006 15:20:58: Entered Install_Init(). First Call: Yes Previously Installed: No Installation folder is: '\Progr ...Show All
Christopher.Gao Mobile 5.0 Emulator to SQL 2005 Mobile Problem
I have been developing mobile applications in VS 2003 with "0" problems with the 2003 emulators. We have upgraded to VS 2005 and setup the Mobile 5.0 Emulators last December. They seamed a little buggy compared to the Mobile 2003 Emulators at first, but work great on everything except Connecting and synching via SQL Server Merge/Pub via IIS. The Problem: Our mobile software developed for windows mobile 5.0 connects great on the m ...Show All
Vitali Greenberg Hot to create web link with linklabel
I create linklabel with text "Open myweb" How to click on it then open website in Pocket IE automatically Language VB thanks for your reply pls give me sample code thanks again You can find sample here, just tweak it to start PIE instead of IE: http://msdn2.microsoft.com/en-us/library/h6ak8zt5.aspx You can add click event handler ...Show All
