Answer Questions
bmoreno Error on connecting to SQL with Pocket PC
Hi I am using Microsoft Windows Mobile 5.0 OS on my Pocket PC. I write a program in Visual Studio 2003, project Smart Device Application. This project works perfect on emulator in Visual Studio, but when I try to deploy it on Pocket PC I give an exception : "System.MissingMethodException:MissingMethodException" on code : string conString = "Data Source=<ip>,<port>" + Initial Catalog=<database>;user i ...Show All
Buck Woody - MSFT Testing IR applications on Microsoft Device Emulator
Hi I am a developer working on the Universal Remote Control project for the Pocket PC. I want to try my applications on the device emulator before I install them on the Pocket PC. I have the Microsoft Device emulator which comes with Visual Studio 2005, Active sync 4.1, WM Developer Resource Kit and Windows Mobile 5.0 Pocket PC SDK installed on my machine. I also have a USB IRDA device attached to my machine. A Serial port IRDA devic ...Show All
Jasbir Once again Problems with SerialPort class
Hi, we were thinking (hoping) that with SerialPort we get a class solving the problems with the Serial Communications on PocketPCs. But instead it works worse than our own implementation via PInvoke. On thing I allready showed there: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=9794 Now we got a new one! On an IPAQ we have a bluetooth barcode reader. The serial port for BT is Com8 in this case. With our handmade&nbs ...Show All
Jason N capturing web form values in WebBrowser class .net compact 2.0
I realize that .net 2.0 compact framework does not support the Document property in the WebBrowser class, which is the straightforward way to, say, detect whether a checkbox in a web from is checked. I've tried what was suggested in http://msdn2.microsoft.com/en-us/library/ms229657 ; however, it doesn't work as advertised. Even when I used the exact code snippets as shown, the Url property of the WebBrowserNavigatingEventArgs was nul ...Show All
Fred h Activesync fails to sync after installing vers. 4.0
Hello to all, I have upgrade activesync from version 3.7.1 to 4.0 in order to deploy my application in VS2005 beta2 to the device. After doing that, activesync stops to work: although the AS icon show connection (green) when the PDA is in the cradle, is is not possible to get the main screen of activesync ; and, when trying to explore the device, I get the following error window: " Critical communications services have failed to ...Show All
Michael Friedman Defragmented Internal Memory
Is there a tool that can be used to defragment internal memory. Not an SDCard. I have found lots of tools for that. But nothing for internal memory. Any odeas Thanks Well, you got me there. I imagine I am talking about Virtual memory. Since this happends when we run our application. A GlobalMemoryStatus call reports that the device has 25165824 of dwAvailVirtual. It's a Dell X50 with MS Mobility 2003. ...Show All
tuanph991 Bypass the Pocket PC Network Log On dialog box.
Is it possible to programmatically send the User Name, Password and Domain when doing network file IO functions I am creating an application that appends information to a text file located in a shared folder on our network and would rather not have the operator enter the information using the Pocket PC Network Log On dialog box. VB examples would be helpful. Thanks I looked at using the NetworkCreden ...Show All
false420 stopping application on Pocket PC
Hi New to Pocket PC and .Net in general. How do I stop my application from running and unload it from Memory on the Pocket PC Regards Meir To stop your application and unload if from memory please execute this in your main form: VB: Me.Close() C#: this.Close(); ...Show All
jrobinson2000 Regarding Emulator Device
Hi To All, I am new to the Emulator device environment, I want to know how to start my programming with this device. Please Help Me. Thanks In Advance Raja Hello, This link might be useful for you http://msdn2.microsoft.com/en-us/library/sa69he4t(en-US,VS.80).aspx -Thanks, Mohit ...Show All
Eric Lee Create CAB
Hi, i have a question: I must create a shortcut in List Progams on my device. For create the cab file. i use this istructions : http://msdn2.microsoft.com/en-us/library/zcebx8f8.aspx but i don't know to create a shortcut in programs list. How can i do it thanks Alessandro But What is the Special Folder thai i must to use What do you mean by programs list The Add Special Folder menu should give you the list of places you can place ...Show All
skrvigneshkumar concept for evc/dll
I would like to ask some question for win32 dymanic library in evc system , does some concept can given when should can i added more dll in this part /project/setting/link/object/library modules : Does it support that much diff dll in evc system kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib frontend_pc.lib wi ...Show All
ChrisTullier Specifying Additional Deployment Files
I was wondering how you specify additional deployment files. I have a COM object that is dependant on the MFC libraries and I need to download them as part of the build deployment from Visual Studio 2005. I would like to put these MFC dll's in the Windows directory and not the deployment directory for the component. My assumption is that I need to specify them in the project properties under Configuration Properties | Deployment | Addition ...Show All
Ragin Cajun Once again Problems with SerialPort class
Hi, we were thinking (hoping) that with SerialPort we get a class solving the problems with the Serial Communications on PocketPCs. But instead it works worse than our own implementation via PInvoke. On thing I allready showed there: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=9794 Now we got a new one! On an IPAQ we have a bluetooth barcode reader. The serial port for BT is Com8 in this case. With our handmade&nbs ...Show All
Anil Ambati Web Service invocation failure
With an emulator, remote call to web service from Smartphone 2003 application goes through without any issues. However the same call fails when the application is deployed on the actual device and the call is made through the wireless network of Service provided. But, I'm able to browse the web service from the device browser. However when the device is connected to the computer the web service gets invoked successfully through the internet c ...Show All
BigRav dynamic buttons in CF
Hi, Already i've posted this question in .NET CF forum. Got some ideas. but not solution. Sorry to post here again. My problem is, Actually i created 10 btns and 10 labels dynamically. But i couldn't set the name for them. As well as in the clicking event, sender.name and sender.text r not working. how can i get sender's info When i type sender.text or sender.name in clicking event , getting error that "targetted version does ...Show All
