Click here to Skip to main content
15,926,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Float to Hex To Decimal Pin
Christian Graus3-Feb-05 12:42
protectorChristian Graus3-Feb-05 12:42 
QuestionSetVersionInfo equivalent of GetVersionInfo? Pin
Zenly3-Feb-05 11:25
Zenly3-Feb-05 11:25 
AnswerRe: SetVersionInfo equivalent of GetVersionInfo? Pin
rwestgraham3-Feb-05 16:12
rwestgraham3-Feb-05 16:12 
GeneralRe: SetVersionInfo equivalent of GetVersionInfo? Pin
Zenly4-Feb-05 10:35
Zenly4-Feb-05 10:35 
GeneralRe: SetVersionInfo equivalent of GetVersionInfo? Pin
rwestgraham4-Feb-05 14:38
rwestgraham4-Feb-05 14:38 
GeneralRe: SetVersionInfo equivalent of GetVersionInfo? Pin
Zenly4-Feb-05 14:56
Zenly4-Feb-05 14:56 
Questioncan some one help me with this end of ststement Expected error Pin
Delo3-Feb-05 6:07
Delo3-Feb-05 6:07 
AnswerRe: can some one help me with this end of ststement Expected error Pin
Dave Kreskowiak3-Feb-05 8:40
mveDave Kreskowiak3-Feb-05 8:40 
You're killing yoursel;f with all these line continuations. Just don't use them this much.
This is what got you into the trouble. Remove the line continuation character (_) from the line BEFORE the one that threw the error:
socket.Bind(New _
    IPEndPoint(IPAddress.Parse _
        (iphost.AddressList(0).ToString()), 0))
socket.SetSocketOption(SocketOptionLevel.IP, _
        SocketOptionName.HeaderIncluded, 1)
Dim bin As Byte() = New Byte() {1, 0, 0, 0}
Dim bout As Byte() = New Byte() {0, 0, 0, 0}
    ' This next line caused the error... 
Dim sio_rcvall As Integer = &H98000001 _
dim ret_code as integer = socket.IOControl _
    (SIO_RCVALL, bin bout)
Do



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: can some one help me with this end of ststement Expected error Pin
Delo3-Feb-05 11:31
Delo3-Feb-05 11:31 
GeneralMemory... Pin
Tim McCurdy3-Feb-05 4:04
Tim McCurdy3-Feb-05 4:04 
GeneralRe: Memory... Pin
Dave Kreskowiak3-Feb-05 5:30
mveDave Kreskowiak3-Feb-05 5:30 
GeneralRe: Memory... Pin
halhamilton16-Feb-05 9:16
halhamilton16-Feb-05 9:16 
GeneralRe: Memory... Pin
Dave Kreskowiak16-Feb-05 10:07
mveDave Kreskowiak16-Feb-05 10:07 
GeneralRe: Memory... Pin
halhamilton16-Feb-05 10:25
halhamilton16-Feb-05 10:25 
GeneralAdding description to Function Pin
nitin_ion2-Feb-05 22:03
nitin_ion2-Feb-05 22:03 
GeneralRe: Adding description to Function Pin
Just Greeky Creek3-Feb-05 2:00
Just Greeky Creek3-Feb-05 2:00 
GeneralCorrecting Re: Adding description to Function Pin
Just Greeky Creek3-Feb-05 3:06
Just Greeky Creek3-Feb-05 3:06 
GeneralRe: Adding description to Function Pin
Dave Kreskowiak3-Feb-05 4:09
mveDave Kreskowiak3-Feb-05 4:09 
Questionhow to get location on zoomed image Pin
Rizwan Bashir2-Feb-05 21:27
Rizwan Bashir2-Feb-05 21:27 
AnswerRe: how to get location on zoomed image Pin
Christian Graus3-Feb-05 10:12
protectorChristian Graus3-Feb-05 10:12 
QuestionHow to create .exe file in VB.NET Pin
preesteya2-Feb-05 19:31
preesteya2-Feb-05 19:31 
AnswerRe: How to create .exe file in VB.NET Pin
rwestgraham2-Feb-05 19:40
rwestgraham2-Feb-05 19:40 
AnswerRe: How to create .exe file in VB.NET Pin
Robert Rohde2-Feb-05 19:48
Robert Rohde2-Feb-05 19:48 
AnswerRe: How to create .exe file in VB.NET Pin
Ritesh12343-Feb-05 4:37
Ritesh12343-Feb-05 4:37 
GeneralCreating .NET Components accessibly by classic ASP Pin
Chris Quick2-Feb-05 19:03
Chris Quick2-Feb-05 19:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.