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

Search:

Type: Posts; User: briansykes

Search: Search took 0.02 seconds.

  1. Re: Need help porting VB6 code to C#

    Alright, i fixed the problem, thanks for the insight, will mark as resolved, once again thanks alot guys :)
  2. Re: Need help porting VB6 code to C#

    Wouldn't that be a synchronous method, if i use that in a GUI application, it'll hang completely, unless i can make a thread using that method.
  3. Replies
    25
    Views
    37,106

    Re: Difference between c#.net and VB.net

    I'm a VB6 programmer and when i first saw VB .NET and tried to learn it it was **** near impossible, they changed everything and made it completely different, VB6 is dead, but its still the most...
  4. Re: Need help porting VB6 code to C#

    I made a function like Left in VB6 as C# didn't have the equivalent i wanted, as substring passes an error if the len is bigger then the string, so this way it doesn't, and it adds the data to...
  5. [RESOLVED] Need help porting VB6 code to C#

    Alright i'm trying to get this:


    Dim newcom As String, i As Integer, Data As String
    wskData.GetData Data
    WSBuffer = WSBuffer + Data
    While InStr(WSBuffer, vbLf) > 0
    i =...
  6. Replies
    2
    Views
    5,430

    Re: Socket Error need help

    Awesome, thanks, will mark as solved.
  7. Replies
    2
    Views
    5,430

    [RESOLVED] Socket Error need help

    Ok so first things first, here is the error i'm getting and then i'll post the code below it where the error happens:

    No overload for method 'EndReceive' takes '0' arguments (CS1501) -...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured