Search:

Type: Posts; User: Gurgle528

Search: Search took 0.03 seconds.

  1. Re: How to Read Command Line Commands to your program?

    Thanks!
  2. Re: How to Read Command Line Commands to your program?

    Yeah sorry I am really bad at phrasing things.
    I want the program to start with those arguments, it would not be already running.
    The other question is totally unrelated to the first, where the...
  3. Replies
    2
    Views
    1,345

    Re: [RESOLVED] P2P question

    There are many ways to approach this. You can port-forward and make whatever port your server uses be somewhat public or you can disable your firewall (don't do that, it's extremely bad).
    Before I...
  4. Replies
    3
    Views
    3,022

    Re: How to Read m4a tags in C#?

    Check out if there are any Audacity add-ons that are open source and even if their code isn't C# it would help you figure out the methods for doing so, I personally have no clue....
  5. How to Read Command Line Commands to your program?

    I probably phrased that in a very dumb way.
    What I mean is let's say my program is ping.exe (the ping tool)
    How would I make it so that when I type in "ping vbforums.com" my program can receive the...
  6. Replies
    3
    Views
    3,901

    VS 2008 Re: Help with getting winsocket in VB 2008

    Now i need help with this code:
    Dim Data As String
    Dim proCedure As String
    sckMain.GetData(Data, vbString)
    proCedure = txtLog.Text & Data & vbCrLf
    ...
  7. Replies
    3
    Views
    3,901

    VS 2008 Re: Help with getting winsocket in VB 2008

    Dim proCedure As String
    sckMain.Close()
    sckMain.Accept(e.requestID)
    sckMain.Accept(e.requestID)
    proCedure = txtLog.Text & "Connected to: " & sckMain.RemoteHostIP &...
  8. Replies
    3
    Views
    3,901

    VS 2008 Re: Help with getting winsocket in VB 2008

    How to get winsocket in VB 08: http://www.youtube.com/watch?v=w8WtmCazc6E
  9. Replies
    3
    Views
    3,901

    VS 2008 Help with getting winsocket in VB 2008

    Ok this code works in VB 05 not 08
    Now i need help with this code:
    Dim Data As String
    Dim proCedure As String
    sckMain.GetData(Data, vbString)
    proCedure = txtLog.Text & Data & vbCrLf
    proCedure =...
  10. Replies
    2
    Views
    2,641

    Poll: Re: Something not Working that Worked before

    Thank you. I will try that.
  11. Replies
    2
    Views
    2,641

    Poll: Something not Working that Worked before

    This is so simple it's embarrassing. I have 2 computers and something like this line works with one and not the other:
    Tex.Text(+", " + Names.Text = Names.Text) I get the error: Error 2 Property...
  12. Replies
    5
    Views
    699

    Re: Math Calculations

    I fixed the physical calculation, I had to make the paranthesis around the entire equation. But then that made a syntax error which I am working on. I will post the error code when I get back to the...
  13. Replies
    5
    Views
    699

    Math Calculations

    I am making a calculator that automatically calculates the amount of days it will take you to get the amount of money required for an item. The user inputs the item price, one out of 2 currencies,...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width