Answer Questions
matthewYoungblood Net Framework version 2.0.50727
Could someone pls tell me where i can download this.....Net Framework version 2.0.50727 Thanks http://msdn.microsoft.com/netframework/downloads/updates/default.aspx ...Show All
LaShene Lowe How to Convert Stream to String
How to Convert a Stream datatype to string.For example Dim path As System.IO.Stream = (Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream(AssemblyName)) the path should to converted string. Sorry Peter, It is String to Stream; Vijil jones Bangalore. Dear Peter, &nb ...Show All
ambujkn Win 5.0 debug with eVC 4.0
Hello folks, I am using Microsoft eMbedded Visual C++ 4.0 with SP3 + SP4 installed and I want to debug my aplication on a SPV C600 that runs with Windows Mobile 5.0 - debug on. The set platform is SmartPhone 2003. My question is do I have to install a debug tool for this device or what I want to do is not possible Either way I would appreciate an answer. Best regards. You can try these steps ...Show All
foosnazzy Print Euro Sign
Im sending out ASCII Characaters to a bluetooth mobile printer. When i send out the euro Sign,€, inside of a String it prints it as a ' ' not '€' how can i get the printer to print it or whats the ASCII for the '€' That's quite expected because there's no Euro sign in ASCII. ASCII is probably 20 years older than Euro, so luck of Euro is quite understandable. If your printer has Euro character, you should use printer's encoding to pri ...Show All
dehjli How to open/close GPRS connect?
Hi there, I would like to write a program for data socket with GPRS connection. My smartphone, Dopod 585, is as the client and PC is the TCPserver. To deliver string from smartphone and show it on PC is my current task. However, I can do that via USB connection but failed in GPRS. It seems to mean that both programs in client and server are correct but something wrong in GPRS connection. Maybe I need to write a program in C# to start GPRS conne ...Show All
coder99 System.Net.Sockets.SocketException:Could not find resource assembly
Hi everyone, I have developped a small app for ipaq, windows ce (for which I have installed .Net Compact Framework runtime SP2). The app is very simple, it connects to a url via System.Net.Sockets.TcpClient and retrieves a html web page. Strangely enough, it works on the Emulator however when I deploy it on the ipaq, I get: System.Net.Sockets.SocketException:Could not find resource assembly then System.Net.Sockets.SocketException Could not ...Show All
Felipe Diderich Birk DataGrid issues
Hi, I've installed the CF2.0 SP1 patch so that my DataGrid could be align to the right (I'm writing a RTL program.. hebrew) But I didn't understand how to get the headers to be align to the right aswell, another question regarding the binding of the SQL MOBILE and the DataSet, I have a table, and i want the user to see only 3 columns in the datagrid, but the problem is that one of the columns vary in the DB, I need to display i ...Show All
Ameya Barve "the new connection uses a data provider that is not supported"
When attempting to estbalish any form of data connection in my mobile device project I get - "the new connection uses a data provider that is not supported" I have the same problem when I'm trying to connect to a local SQL 2005 Mobile Db ... I think is VS2005, and some weird configuration, but I really don't know what to do .. I'm trying to do the tutorial http://msdn2.microsoft.com/en-u ...Show All
Miker2006 WIFI signal strength detection
Good day, Is there any way in which I can see what the signal strength is by using my vb smart device application I have found examples for normal VB.NET application but nothing for smart devices. My problem is that when I try and synchronise my SQL Server CE database on my mobile device and my SQL Server 2000 on the server over WIFI and there is no convereage it takes for ever, about 25 seconds, before realising it can do nothing and in stead ...Show All
john thom How can I place TOOLBAR on top?
I try to place TOOLBAR on top or right with .netcf, but I can not do that . thank your help! I can not still find it at http://msdn.microsoft.com/library/default.asp can you specify a URL for me Thank you AlexY, I got a lot of help from you. thank your help , AlexY. Can you describe it You can create your owner-drawn custom control, deriving from Control and drawing the buttons and text the way you like. ...Show All
rich2000 How do i get cellid?
hi, i am using csharp to develop a simple smart phones and pocket PC with phones. how is it possible to get cellid (as well as LAC, MNC, MCC) with best regards, rnv The sources at the opensource CellTrack download site may prove to be useful to you. ...Show All
SaurabhKhurana Deploying a .net2/sqlce app
Hi! note: new in mobile development but experienced .net developer Can you give me a guidance on what do I need to install in a wm2003 device to deplory a .net 2.0 app which also uses sqlce 2005 Are some specific dll's enough I would like to create a complete CAB with all the necessary files so that end-user can easilly install/uninstall the application. Unfortunately, you can not do that. License does not allow you to break NETCF/SQL Mo ...Show All
Erik B. Unable to connect Web Services with Pocket PC 2003 Emulator in vs2005RC
The output window: A first chance exception of type ' System.IO.FileNotFoundException' occurred in Mscorlib.dll A first chance exception of type ' System.Net.WebException' occurred in System.dll A first chance exception of type ' System.Net.WebException' occurred in System.Web.Services.dll Test of the Web Services in IE is good How to resolve this problem ...Show All
Zephyr_Yi conman
Hi, I'm using VS 2005 beta2 and when i try to make a mobile applications i get follow deployment error when targetting the emulator as well as my iPAQ : Error 1 Deployment and/or registration failed with error: 0x80070020. The process cannot access the file because it is being used by another process. Strange thing here is that when i click to continue the app seems to work on the emulator and iPAQ. ( overwrites ) I find out that when ...Show All
bluestar Major bug in RelayoutDialog?
I am using DRA:: RelayoutDialog to use different dialog templates based on screen orientation. However, if I dynamically change the text of a static control in WM_INITDIALOG, the control's text is not updated after RelayoutDialog. To reproduce, create a simple MFC Pocket PC app with all default settings. Modify the CAboutDlg class so it contains the line below: BOOL CAboutDlg::OnInitDialog() { CDialog::OnInitDialog(); ...Show All
