CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: TeamACiD

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    7,357

    Re: I need help with a .swf link.

    Under Button1_Click add the following code:
    Note: Movie1 is the ShockWave Flash Player. Rename 'Movie1' to whatever yours is named.


    If TextBox1.Text = "0"
    MessageBox.Show("Invalid XAT CBOX...
  2. Thread: Help with TCP

    by TeamACiD
    Replies
    3
    Views
    947

    Help with TCP

    Ok, I am developing an Application that uses TCP To listen for connections, and then when a message is sent to the server and then it alerts the IP that is running the server.
    (Lets say the server...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured