User Profile

Collapse

Profile Sidebar

Collapse
dtittle
dtittle
Last Activity: Nov 3 '08, 09:26 PM
Joined: Jan 29 '08
Location: Texas
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dtittle
    started a topic TCPClient/TCPListener for C#

    TCPClient/TCPListener for C#

    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
    See more | Go to post

  • dtittle
    replied to Sending data using NetWorkStream in C#
    in .NET
    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.
    See more | Go to post
    Last edited by dtittle; Oct 27 '08, 04:54 PM. Reason: adding to answer

    Leave a comment:


  • dtittle
    started a topic Sending data using NetWorkStream in C#
    in .NET

    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,
    See more | Go to post

  • 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.
    See more | Go to post

    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 ==...
    See more | Go to post

    Leave a comment:


  • As the name (newbie) applies, how do I do that?
    See more | Go to post

    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>
    See more | Go to post
    Last edited by Curtis Rutland; Oct 14 '08, 09:08 PM. Reason: removed skype ID -- against signature guidelines

  • Accessing 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
    See more | Go to post
No activity results to display
Show More
Working...