Answer Questions
saphir333 When will WM5 SDK for Smartphone RTM
Hi All, Does anyone know when the Windows Mobile 5 SDK will be released Kind Regards, Tarek May be just a download page to remove "Beta 2" from it. :) I believe it did about 5 months ago. Please download here: http://www.microsoft.com/downloads/details.aspx FamilyID=dc6c00cb-738a-4b97-8910-5cd29ab5f8d9&DisplayLang=en I was under the impression that it would be updated for VS 2005 RTM. ...Show All
tim.rachel How to download a file from a URL?
Hi All, I want to write a programme to download file from a URL and the file may be any type. I found class like webclient with method downloadData for Desktop. But it is not in netcf. So how to download file That means you forgot to create instance of something before you use it or forgot to check if object is Nothing/null before using it. Real life equivalent of NullReferenceException would be an att ...Show All
Celtic_Guy Deployment error...
Hello; I'm writing a program with VS 2003 but when I start deploying to the device, I receive this error: "Error: Cannot establish a connection. Be sure the device is physically connected to the development computer." Although the device is connected with Async,VS2003 gives this error. How can I solve this... May you help me pls... Thanks in advance. That is a FAQ and been answered several times, for ...Show All
davidw Reading in Data from GPS
Hello all, I am trying to create a Smart Mobile/GPS application using .Net 2003 framework. In addition for the GPS support I am using OpenNETCF SDK 1.4 library. I am having problems reading in data from the GPS . The following is my code snippet: private void button1_Click(object sender, System.EventArgs e) { gps.BaudRate = OpenNETCF.IO.Serial.BaudRates.CBR_9600; gps.Co ...Show All
Farrukh Akhtar How to automated Terminal Services Client in WM5
Hi, I'm trying to run terminal service Client (mstsc40.exe) on PocketPC wm5. I don't want my user to see the connection dialog and the login windows . Is there anyway to accomplish this I used this codes; System.Diagnostics. Process proc = new System.Diagnostics. Process (); proc.EnableRaisingEvents = false ; ... ... etc. SADIK ERGUN AVESSOFT Union Software Company www.avessoft.com This forum is int ...Show All
angel1610 Create DLL in VS2003 for a Pocket PC
how can I create a DLL in 2003 for a Pocket PC Anyone got a link/tutorial on this Please note I don't have visual c++ embedded. Thanks Is it a native or managed If it's a native you can use eVC++ 4 or VS2005. ...Show All
Virrr Porting WORKING MFC Application and depricated classes
I am trying rather unsuccessfully to port a WORKING eVC4 MFC application to VS2005 under the Mobile 5.0 SDK. It would appear that microsoft has dropped some classes from support in the latest version of MFC. The two that are hitting me the hardest right now are CSplitterWnd and CEditView though I assume the CDumpContext is going to come around to be pretty troublesome as well. Are there replacement classes that we are supposed to use, or a ...Show All
Parky ConfigurationManager
Can anyone tell me why System.Configuration.ConfigurationManager is not in CF 2.0 What do other people use to configure their mobile apps Thanks for the help Graham Check the OpenNETCF SDF Configuration class. http://www.opennetcf.org/library/OpenNETCF.Configuration.html Should provide the functionality you need Why Because CF 2.0 is a subset, and not a full implementation. You 'might' f ...Show All
Tim M How to Assign the Context Menu to WebBrowser Control
Hi coders, I am using VS.NET 2005, my application type is Device Application. In this my Form1 I placed the WebBrowser Control. I created one Context menu(with 3 menu items) for webBrowser Control. I added this.ContextMenu = this.myContextMenu; my problem is browser (default) context menu is displaying instead of my context menu. I found that webBrowser control is not having webBrowser1.ContextMenu Property. ...Show All
Abhay Lakkad urgent: modeless dialog doesn't get focus
Hello everyone, I am developping a win32 application for smartphone that needs to open a modeless dialog to display information. The dialog is showing up, but the problem is that it seems not to have the focus. Indeed I can't use its menubar, nor can I edit or go to my textfileds on the dialog. Please help! I must say that returning TRUE of FALSE doesn't change anything in my case. I have tried everything according to the documenta ...Show All
Snake_122 Unable to create cab files in visual studio 2005
Dear All I am facing a problem when i am trying to create cab files for the smart device application. it is not showing me any option to create the cab files. it is giving me option to only build the project. waiting for your reply thanks in advance regards Mahmood thanks for the reply i have used the same and was able to do it. but now we r facing some more problems ...Show All
qpeHukc Making wceload.exe wait / or return codes
Hiya, Im making an autorun.exe that needs to install 4 CAB files, onto a brand new device. My problems are the following: 1) I need to install the netcf.core onto the device as part of the autoinstaller, but the autoinstaller isnt going to run unless the netcf runtimes are already installed.. The install process is as follows: User enters SD card, auto installer pop's up, and prompts users to press a button to install (in the follow ...Show All
Bryan Foster VS 2005 RTM and .NET CF v1.0
I have an application developed using VS 2003 and the WM 2003 SDK. I recently installed VS 2005 (RTM Version) and .NET Compact Framework 2.0. Before installation, I removed VS 2003. When trying to open my existing project in VS 2005, I get an error during the conversion process informing me that the project requires .NET CF v1.0. I have previously installed v1.0 and re-installed it after receiving this error. Howeve ...Show All
rob444 Webservice problem
Hi I have some issues calling webservices. I have a server running on a wireless network that hosts the webservice im trying to access. This webservice has 3 simple methods that return string arrays and a dataset. My problem is that everyonce in a while the webservice stops responding and the pocket application justs gets stuck, sometimes it will achieve 10 calls sucessfully on a row, and sometimes in the first call it fails. Any ideas why is ...Show All
Tony B datagird
how do i use datagrid to retrieve the diffrent information from few table by using the sql query and how to i use arrayList data to show up in the datagrid any one can provide me a simple example You don't. DataGrid is unaware of SQL tables and queries and would show whatever's in the DataSource. So, the procedure has two steps: 1. Get data from SQL using respective query and store it in memory (in D ...Show All
