Click here to Skip to main content
15,913,232 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: drawing function Pin
charchabil0327-Nov-06 2:20
charchabil0327-Nov-06 2:20 
Questionhow to place the link label over the datagrid control Pin
Rmesh23-Nov-06 0:05
Rmesh23-Nov-06 0:05 
QuestionHelp in msgbox Pin
Rmesh22-Nov-06 23:45
Rmesh22-Nov-06 23:45 
AnswerRe: Help in msgbox Pin
Dave Sexton23-Nov-06 1:08
Dave Sexton23-Nov-06 1:08 
AnswerRe: Help in msgbox Pin
ayeleteric23-Nov-06 3:36
ayeleteric23-Nov-06 3:36 
QuestionWindows Desktop application Like Pin
Nuno Chumbo22-Nov-06 22:28
Nuno Chumbo22-Nov-06 22:28 
AnswerRe: Windows Desktop application Like Pin
Christian Graus22-Nov-06 23:12
protectorChristian Graus22-Nov-06 23:12 
Questionwinsock : connectin between 1 client and many remote servers Pin
charchabil0322-Nov-06 22:23
charchabil0322-Nov-06 22:23 
Hey Guys
Using Winsock application under vb.net 2005

Using same client, i want to connect to many remote servers

the Exception that i m facing : "cant not send data while not connected"
i knew the problem of this Exception:the client is sending data before being connected to the specified server,hence, can you guys give me a simple hint what to add to slow the commincation,and thus wait the connection to be created,then send the message "exit;"
note : i tried to use timer,but to tell you the truth, i didnt know how to well use it :S
this is the code that i am using at the Client side
Public Sub connect()<br />
        Try<br />
            For Each cb As CheckBox In Me.GBBranches.Controls<br />
               wskClient.Connect(cb.Text, 5000)<br />
               wskClient.Send("exit;")<br />
            Next<br />
        Catch noCon As Exception<br />
            MsgBox(noCon.Message)<br />
<br />
        End Try<br />
    End Sub<br />





Regards
Ramy

AnswerRe: winsock : connectin between 1 client and many remote servers Pin
MatthysDT23-Nov-06 3:39
MatthysDT23-Nov-06 3:39 
GeneralRe: winsock : connectin between 1 client and many remote servers Pin
charchabil0323-Nov-06 8:14
charchabil0323-Nov-06 8:14 
AnswerRe: winsock : connectin between 1 client and many remote servers Pin
MatthysDT23-Nov-06 20:07
MatthysDT23-Nov-06 20:07 
GeneralRe: winsock : connectin between 1 client and many remote servers Pin
charchabil0325-Nov-06 7:56
charchabil0325-Nov-06 7:56 
Questionhelp Pin
Rmesh22-Nov-06 22:08
Rmesh22-Nov-06 22:08 
AnswerRe: help Pin
Christian Graus22-Nov-06 23:11
protectorChristian Graus22-Nov-06 23:11 
GeneralRe: help Pin
Rmesh22-Nov-06 23:22
Rmesh22-Nov-06 23:22 
Questionsql [modified] Pin
fatidarya22-Nov-06 20:39
fatidarya22-Nov-06 20:39 
QuestionProgress bar Pin
GauravAshish22-Nov-06 20:26
GauravAshish22-Nov-06 20:26 
AnswerRe: Progress bar Pin
Taylor Kobani22-Nov-06 20:41
Taylor Kobani22-Nov-06 20:41 
Questioncell to anather cell move auto increment by five in datagrid Pin
kumarganesh22-Nov-06 20:09
kumarganesh22-Nov-06 20:09 
AnswerRe: cell to anather cell move auto increment by five in datagrid Pin
_mubashir22-Nov-06 20:37
_mubashir22-Nov-06 20:37 
GeneralRe: cell to anather cell move auto increment by five in datagrid Pin
kumarganesh22-Nov-06 20:43
kumarganesh22-Nov-06 20:43 
QuestionARRAY Pin
momooomooomomo22-Nov-06 19:00
momooomooomomo22-Nov-06 19:00 
AnswerRe: ARRAY Pin
momooomooomomo22-Nov-06 19:08
momooomooomomo22-Nov-06 19:08 
QuestionExcel + VB.Net Pin
viji]22-Nov-06 17:29
viji]22-Nov-06 17:29 
AnswerRe: Excel + VB.Net Pin
Taylor Kobani22-Nov-06 20:30
Taylor Kobani22-Nov-06 20:30 

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.