Click here to Skip to main content
15,891,316 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Parameter is not valid. Pin
Anubhava Dimri25-Sep-09 18:07
Anubhava Dimri25-Sep-09 18:07 
GeneralRe: Parameter is not valid. Pin
Dave Kreskowiak25-Sep-09 18:38
mveDave Kreskowiak25-Sep-09 18:38 
GeneralRe: Parameter is not valid. Pin
Anubhava Dimri25-Sep-09 23:26
Anubhava Dimri25-Sep-09 23:26 
GeneralRe: Parameter is not valid. Pin
Dave Kreskowiak26-Sep-09 7:10
mveDave Kreskowiak26-Sep-09 7:10 
GeneralRe: Parameter is not valid. Pin
Anubhava Dimri27-Sep-09 18:01
Anubhava Dimri27-Sep-09 18:01 
GeneralRe: Parameter is not valid. Pin
Dave Kreskowiak28-Sep-09 0:55
mveDave Kreskowiak28-Sep-09 0:55 
QuestionControversial Topic of Winsck and TCP/IP Connecting Pin
teknozwizard24-Sep-09 20:17
teknozwizard24-Sep-09 20:17 
AnswerRe: Controversial Topic of Winsck and TCP/IP Connecting Pin
Johan Hakkesteegt24-Sep-09 22:53
Johan Hakkesteegt24-Sep-09 22:53 
Having no actual experience myself, with what you are trying to do, here is a couple of thoughts that may help:
- Attempt the actual connection in a Try Catch block with msgbox(ex.tostring) to first find out if it really is not connecting, or if there is simply some error in the code.
- Does the .Connect method in your winsock code example return a value? If so, the return value may tell you why the connection fails / is refused. You can step through the code, or perhaps you can show the return value (if there is one) in a messagebox as well.
- Almost all remote connections require some sort of identification (username / password). Have you checked if maybe the connection simply wants you to supply such information?

My advice is free, and you may get what you paid for.

AnswerRe: Controversial Topic of Winsck and TCP/IP Connecting Pin
Ian Shlasko25-Sep-09 3:36
Ian Shlasko25-Sep-09 3:36 
AnswerRe: Controversial Topic of Winsck and TCP/IP Connecting Pin
Dave Kreskowiak25-Sep-09 3:39
mveDave Kreskowiak25-Sep-09 3:39 
QuestionRe: Controversial Topic of Winsck and TCP/IP Connecting Pin
teknozwizard25-Sep-09 5:12
teknozwizard25-Sep-09 5:12 
AnswerRe: Controversial Topic of Winsck and TCP/IP Connecting Pin
Ian Shlasko25-Sep-09 5:57
Ian Shlasko25-Sep-09 5:57 
GeneralRe: Controversial Topic of Winsck and TCP/IP Connecting Pin
teknozwizard25-Sep-09 9:23
teknozwizard25-Sep-09 9:23 
GeneralRe: Controversial Topic of Winsck and TCP/IP Connecting Pin
Ian Shlasko25-Sep-09 11:08
Ian Shlasko25-Sep-09 11:08 
Questionlistview Pin
paya1pa24-Sep-09 19:39
paya1pa24-Sep-09 19:39 
AnswerRe: listview Pin
Christian Graus24-Sep-09 19:47
protectorChristian Graus24-Sep-09 19:47 
AnswerRe: listview Pin
Paramhans Dubey25-Sep-09 0:22
professionalParamhans Dubey25-Sep-09 0:22 
QuestionDevice Programming Pin
structures8324-Sep-09 19:19
structures8324-Sep-09 19:19 
AnswerRe: Device Programming Pin
Christian Graus24-Sep-09 19:48
protectorChristian Graus24-Sep-09 19:48 
AnswerRe: Device Programming Pin
Dave Kreskowiak25-Sep-09 3:32
mveDave Kreskowiak25-Sep-09 3:32 
QuestionAttached an Exe file in a mail and not able to find at destination pc. Pin
r_mohd24-Sep-09 13:48
r_mohd24-Sep-09 13:48 
AnswerRe: Attached an Exe file in a mail and not able to find at destination pc. Pin
Christian Graus24-Sep-09 13:59
protectorChristian Graus24-Sep-09 13:59 
AnswerRe: Attached an Exe file in a mail and not able to find at destination pc. Pin
Luc Pattyn24-Sep-09 14:57
sitebuilderLuc Pattyn24-Sep-09 14:57 
Question.NET memory encreasing (GetBitmapBits) Pin
Colin Raaijmakers24-Sep-09 9:56
Colin Raaijmakers24-Sep-09 9:56 
AnswerRe: .NET memory encreasing (GetBitmapBits) Pin
Luc Pattyn24-Sep-09 10:05
sitebuilderLuc Pattyn24-Sep-09 10:05 

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.