I need to us TCPClient/Listener to send data from a mobile device to a server. Dumb question, does the client portion need to be its own cs file? Or can I put it in with my main app?
OS: Mobile 05
Language: C#
Server: Windows XP
Thanks,
dtittle
User Profile
Collapse
-
TCPClient/TCPListener for C#
-
Yes, this is a broad question, because I have no clue as to what I'm doing. I found in my book that I could use NetWorkStream to send data to a server. If someone could point me in a good direction to go with this, I'd appreciate it. What would be the best way to send data from a mobile device to a server?
Protocol????? I guess TCP. -
Sending data using NetWorkStream in C#
Hi,
I am working on a C# app for a mobile 05 device that will send data to a server. I think I need to use the NetWorkStream to send it via TCP but I'm not sure how to do that. The book that I am using is not very clear on that subject. Can anyone help?
Thanks, -
Sorry all, I am trying to keep focus on a button that is remapped to a virtual key. when I press the trigger ((PSION WORKABOUT PRO) device with a trigger grip). I want to fire the RFID reader. It works the first time; however, after reading tag and displaying the output, the focus leaves the read button, So yes, Plater I am trying as you asked, to keep the focus to on the read button at all times.Leave a comment:
-
How do you use the Focus() method???
I'm trying to keep focus on a button after I press it. The TabIndex is set to zero. I've heard some stuff about using the Focus() method of the control but I'm not sure what to do with it. Do any of you all have an example I could look at?
CODE
private void cmdRead_KeyDown (object sender, System.Windows. Forms.KeyEventA rgs e)
{
if (e.KeyCode ==...Leave a comment:
-
-
Cannot assign to 'Focus' because its a 'Method Group in C#
I am trying to keep focus on a button. How do I do that?
private void cmdRead_KeyDown (object sender, System.Windows. Forms.KeyEventA rgs e)
{
if (e.KeyCode == Keys.F24)
{
StartReading();
}
}
Thanks,
dtittle
Skype: <removed>Last edited by Curtis Rutland; Oct 14 '08, 09:08 PM. Reason: removed skype ID -- against signature guidelines -
dtittle started a topic Accessing Terminal Services on handheld device via serial port - where to startin Visual BasicAccessing Terminal Services on handheld device via serial port - where to start
I am working on an app which will run on a hand held device. I am using Terminal Services to access a progarm on a server. This app needs to get accept an input and then send it to the (app) on the server through a serial port. I have no idea how to start on it. I have the demo software and SDK from the RFID reader (running on the hand held) but I'm not sure where to go from here. Any ideas?
Thanks,
dtittle
No activity results to display
Show More
Leave a comment: