Answer Questions
dkmsdn windows services for CE.NET??
Due to a very complex network environment I need a Mobile ASPx APP can comunicate with a Unitech PA962 portable terminal running Win CE .NET 4.2. That communication must be established to print over a Cameo2 Zebra Bluetooth printer. The PDA has a AnyCom Bluetooth CF-300 and a Orinocco 802.11b card on it. From the Web application I'm sending a string with the information to print, (command secuences and variable data) using a tcpclient over a tcp ...Show All
Sox VS2005 CR1: Failed to open vpc network driver
My emulator is working fine except it can't connect to the network. Here are the steps: 1) Try to use Pocket Internet Explorer, type my favorite web address 2) Got the following bubble message: Cannot Connect, Unable to connect: blah blah 3) Dismiss the message, go to Setting-> Connections-> Network Cards 4) It says "My Network Card connects to: Work" (Good) 5) On the emulator window -> File -> Configure -> Network -> Clic ...Show All
Tiramisu can't pass variable in SQL insert
If you put a value (number) in "VALUES" it works....Why can't I use variable name for values in the insert Private Sub load_data( ByVal code As Integer , ByVal id As String ) Dim cn As New System.Data.SqlServerCe.SqlCeConnection( "Data Source=\My Documents\mobdata.sdf" ) Dim SQL As String cn.Open() Try SQL = "INSERT INTO obsdata (patid, code) VALUES (@id, @code)" ...Show All
mrgilbe1 Setting background issue for drawing application in .NETCF
Hi all, I am developing painting software for pocket pc using .NETCF. I like to set background for that painting application. I declared one global bitmap variable like this ...Show All
qtPA2t Lauren Serial Port DataReceived Event
Hi im trying to create a vb.net application that uses the serialport component, i seem to be having the same problems as in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=129797&SiteID=1 in there they found that catching the exception and ignoring it gets past the problem and everything works apart from the datareceived event being called, now i need this event to be called and i was wondering if anyone has any ideas o ...Show All
mahalie Reading Blocks from Removable Storage Disk
Hi, I need to read the disks blocks from a FAT file system on a removable storage device. I've not been able to find any classes part of .NET so far that allows me to do this. I simply want to read from the first block, or byte, to the last to create an image of the disk. Can anyone suggest a method or classes on how to do this I wasn't sure where to post this, sorry if this is the wrong forum... Thanks. Y ...Show All
Greg Knierim Serial Port Error: COM1: does not exist
I have a PPC app that I am simply trying to open a serial port for using the SerialPort control in VS2005. As soon as I try to open the port it will give me "Error 57: The port 'COM1:' does not exist. And it does this for COM2, COM3 & COM4 too. This is a Dell Axim x30 with Wifi if that helps at all. Anyway, I cant figure out why it keeps throwing this error. If anybody has any ideas what may be going on I would love to hear em'. ...Show All
sang How to debug custom controls at design-time with VS 2005?
Hello, Has anyone tried to debug a Compact Framework custom control at design-time with Visual Studio 2005 I have read this article http://msdn.microsoft.com/smartclient/default.aspx pull=/library/en-us/dnnetcomp/html/debugdestime.asp but it is for Compact Framework 1.0 and VS 2003. regards, Romeo Hi Romeo, The custom control design time is based on the .NetFramework (not .NetCF). Hence, it is s ...Show All
nparis What is App.Config and how can I use it?
I'm having a problem with .NET CF1.1 SP3. When connecting to a JBOSS web app via webservice, I get a webexception. This appears to be caused by SP3 (this wasn't present when I was running bog standard 1.1). Apparently... through research it looks as though the following is occurring: Q: Why do I receive a strange error message when debugging my Web Services client which talks to an Apache web server A: The problem here is that when ...Show All
vbhelp Registry Editor for x86 devices?
Hi there. So Ive looked all over the net to find at registry editor for x86 devices but with no such luck. And also these forums without any luck. Anybody that knows of either a free or a trial registry editor out there On that will run on the device directly I have tried to connect remote but for some reason I cant. I get an error message stating that the computer I connect to either is not available or it is not ready! Ed ...Show All
mehmet bey Using .NET CF with XML - displaying image in picturebox
I'm trying to add a picture whose path is in an XML file to a picturebox. I am programming in C#. I have tried using the foreach command, but I keep getting an error. XML file: < fragenkatalog > < ca_id > 4 </ ca_id > < ca_bildurl1 > kopf_ap.jpg </ ca_bildurl1 > </ fragenkatalog > Form code: foreach (ca_bildurl1 b in fragenkatalog) { ca_bildurl.Image ...Show All
desijays NetworkStream with WriteTimeout not supported in WM 5?
.NET CF 2.0, Windows Mobile 5 Hi, I would like make a write timeout function for tcp connection. I use TCPClient at which the attribute SendTimeout is not supported by CF 2.0/ Windows mobile 5 yet. On the other hand, networkstream - WriteTimeout shall be supported on synchronous write operations. However, it throws an InvalidOperationException, if I want set/get the attribute. This is what I found in the documentation: http://msdn2.m ...Show All
Jack-Jack Application info in Homescreen
Hi all, I have an simple windows mobile application (c#) for Windows 2005. the application contains certain data of the user. i would like to show some of these data in the Home Screen as well. how is it possible regards, rnv no problem. Thanks a lot. doing a homescreen plugin is not supported directly by .NETCF. Here is a response lifted from another forum ... Here is a good start: http://msdn.microsoft.com/ ...Show All
Michael Wright Pocket pc and Smart phone applications
Hi, I have some questions about pocket pc and smartphone application development with vs.net 2003 These maybe fundamental questions but i am a bit confused plz help.. I am planning to implement a health care website which can be accessed via the computer, the pocket pc and the smartphone.. 1)I need to know wheter i can do all the development and testing using the sdks..will i need to get a pocket pc or smart phone 2) the dat ...Show All
etcheverrjc How to record utterance in PocketPC without using OpenNetCF?
Hi all, I am writing an application on PocketPC to record utterance and save it as wav file, but the relative methods in OpenNetCF (in class Multimedia.Audio) don't gurantee the thread safety, which makes my application die all the time, so does anyone know any other libaries that provides thread safety Instance members are usually not thread safe (inclu ...Show All
