Click here to Skip to main content
15,887,585 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalpocket pc problem Pin
Ali Usman4-Dec-04 15:34
Ali Usman4-Dec-04 15:34 
GeneralRe: pocket pc problem Pin
Mitch F.4-Dec-04 15:54
Mitch F.4-Dec-04 15:54 
GeneralRe: pocket pc problem Pin
Dave Kreskowiak5-Dec-04 3:02
mveDave Kreskowiak5-Dec-04 3:02 
GeneralRe: pocket pc problem Pin
Mekong River5-Dec-04 3:23
Mekong River5-Dec-04 3:23 
GeneralAllowing Certain Keys Only Pin
Mitch F.4-Dec-04 14:03
Mitch F.4-Dec-04 14:03 
GeneralPrint Preview "print button" select printer Pin
crsimmons4-Dec-04 6:23
crsimmons4-Dec-04 6:23 
GeneralRe: Print Preview "print button" select printer Pin
crsimmons5-Dec-04 2:53
crsimmons5-Dec-04 2:53 
QuestionHow can I cocnect TCP/IP to the Server? Pin
ATC4-Dec-04 4:14
ATC4-Dec-04 4:14 
Hi,

I have a Server TCPIP socket open at 192.168.1.100, port 80. When I use an C++ Client application to connect it ---> It works fine!

However, when I use VB.net with:
        <br />
Dim tcpClient1 As New TcpClient<br />
Dim ipAddress As IPAddress<br />
ipAddress = Dns.Resolve("192.168.1.100").AddressList(0)<br />
<br />
Try<br />
   tcpClient1.Connect(ipAddress, 80)<br />
Catch ex As Exception<br />
   Console.WriteLine(e.ToString())<br />
End Try<br />

Compile wihout any errors, but when I execute it, it show errors!

Can any one show me how to do it right?

Many thanks,
Generaltroubles with MS.Access &amp; ASP.NET. Pin
gamerPotatoe4-Dec-04 0:09
gamerPotatoe4-Dec-04 0:09 
GeneralRe: troubles with MS.Access &amp; ASP.NET. Pin
Mekong River5-Dec-04 3:29
Mekong River5-Dec-04 3:29 
GeneralCRystal Report Pin
nitin_ion3-Dec-04 18:04
nitin_ion3-Dec-04 18:04 
GeneralDatagrid !!! Urgent Pin
syed saba3-Dec-04 16:22
syed saba3-Dec-04 16:22 
QuestionWindowshade? Pin
TAlvord3-Dec-04 13:32
TAlvord3-Dec-04 13:32 
AnswerRe: Windowshade? Pin
Dave Kreskowiak4-Dec-04 5:52
mveDave Kreskowiak4-Dec-04 5:52 
GeneralReturn the highest value Pin
helpmeplease...3-Dec-04 11:11
helpmeplease...3-Dec-04 11:11 
GeneralRe: Return the highest value Pin
Dave Kreskowiak3-Dec-04 12:35
mveDave Kreskowiak3-Dec-04 12:35 
GeneralRe: Return the highest value Pin
MohammadAmiry4-Dec-04 2:45
MohammadAmiry4-Dec-04 2:45 
QuestionCan Anyone Help me with this one? Pin
Suresh Prasad3-Dec-04 8:41
Suresh Prasad3-Dec-04 8:41 
AnswerRe: Can Anyone Help me with this one? Pin
Jim Matthews3-Dec-04 9:00
Jim Matthews3-Dec-04 9:00 
GeneralRe: Can Anyone Help me with this one? Pin
Suresh Prasad3-Dec-04 10:28
Suresh Prasad3-Dec-04 10:28 
GeneralRe: Can Anyone Help me with this one? Pin
Jim Matthews3-Dec-04 10:51
Jim Matthews3-Dec-04 10:51 
GeneralRe: Can Anyone Help me with this one? Pin
Suresh Prasad3-Dec-04 10:56
Suresh Prasad3-Dec-04 10:56 
GeneralRe: Can Anyone Help me with this one? Pin
Dave Kreskowiak3-Dec-04 12:34
mveDave Kreskowiak3-Dec-04 12:34 
GeneralRe: Can Anyone Help me with this one? Pin
Suresh Prasad3-Dec-04 12:38
Suresh Prasad3-Dec-04 12:38 
GeneralSerialization Gremlin Pin
Tom John3-Dec-04 5:48
Tom John3-Dec-04 5:48 

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.