Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Visual Basic Help


ghost's Avatar
0 0

I need Visual Basic help

markupListBox1.Items = Winsock1.RemotePort & " is open"

How do i add the open port from the Winsock to the ListBox1?


Mr_Cheese's Avatar
0 1

ListBox1.AddItem that should work


ghost's Avatar
0 0

Mr_Cheese wrote: ListBox1.AddItem that should workThat code didn't work

I use Microsoft Visual Studio .NET 2003 Professional


ghost's Avatar
0 0

get 6 >>>>>Morpheus.com<<<<<<<<


ghost's Avatar
0 0

0wned wrote: get 6 >>>>>Morpheus.com<<<<<<<<How come it won't work with Microsoft Visual Studio .NET 2003 Professional?


ghost's Avatar
0 0

Michael33 wrote: [quote]0wned wrote: get 6 >>>>>Morpheus.com<<<<<<<<How come it won't work with Microsoft Visual Studio .NET 2003 Professional?[/quote] Because .NET sucks balls.


ghost's Avatar
0 0

Because .NET sucks balls.

just get VB6. thats what i have and it works like a charm.

go VB6 !_!


ghost's Avatar
0 0

Go teh 6 although at my reformat i lost it and havnt had time to get it


ghost's Avatar
0 0

Mr_Cheese wrote: ListBox1.AddItem that should work

**Michael33 wrote:**That code didn't work

I use Microsoft Visual Studio .NET 2003 Professional

ListBox1.Items.Add( "item" ) should work.