Click here to Skip to main content
15,892,059 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Linq, insert a line into a db with a auto generated primary key Pin
Vasudevan Deepak Kumar25-Apr-08 2:24
Vasudevan Deepak Kumar25-Apr-08 2:24 
GeneralHelp - Covert data from MSFlexgrid to excel in VB6.0 Pin
aaraaayen24-Apr-08 22:07
aaraaayen24-Apr-08 22:07 
QuestionERROR : Missing R3NAME=... or ASHOST=... in connect_param in RfcOpenEx Pin
woke24-Apr-08 20:27
woke24-Apr-08 20:27 
QuestionDateTimePicker ? [modified] Pin
Golden Jing24-Apr-08 17:13
Golden Jing24-Apr-08 17:13 
AnswerRe: DateTimePicker ? Pin
~V~24-Apr-08 19:29
~V~24-Apr-08 19:29 
GeneralRe: DateTimePicker ? Pin
Golden Jing27-Apr-08 17:30
Golden Jing27-Apr-08 17:30 
GeneralRe: DateTimePicker ? Pin
AshokPatra28-Apr-08 1:09
AshokPatra28-Apr-08 1:09 
Generalserver connection hung Pin
shee_dee8624-Apr-08 16:29
shee_dee8624-Apr-08 16:29 
i've problem when i try to start the server application, my application getting freeze until iconnect the client application.. why this happen? and how to solve it.. here is my code for start server button..


Dim port As String
Try
MyUpdateTextBox = New UpdateTextBox(AddressOf UpdateTextBoxDelegate)
Dim tcpserver As New TcpListener(TextPort.Text.ToString)
tcpserver.Start()

port = TextPort.Text

Dim tcpClient As TcpClient

tcpClient = tcpserver.AcceptTcpClient

MessageBox.Show("connected")
networkStream = tcpClient.GetStream()
networkStream.BeginRead(buffer, 0, buffer.Length, New AsyncCallback(AddressOf MyReadCallback), buffer)

Synchronizer = Me.ReceiveBox

Catch ex As Exception
MsgBox("Cannot connect to the specified address or port")

End Try
GeneralRe: server connection hung Pin
Zaegra27-Apr-08 3:40
Zaegra27-Apr-08 3:40 
GeneralRe: server connection hung Pin
shee_dee8627-Apr-08 16:14
shee_dee8627-Apr-08 16:14 
GeneralIs it possible? Splash/login as seperate application Pin
ziperzappper24-Apr-08 12:05
ziperzappper24-Apr-08 12:05 
GeneralRe: Is it possible? Splash/login as seperate application Pin
Christian Graus24-Apr-08 12:26
protectorChristian Graus24-Apr-08 12:26 
GeneralRe: Is it possible? Splash/login as seperate application Pin
Mycroft Holmes24-Apr-08 17:05
professionalMycroft Holmes24-Apr-08 17:05 
Generalwriting data to word document Pin
Dwood24-Apr-08 6:33
Dwood24-Apr-08 6:33 
QuestionSetting RichTextBox.Rtf problem Pin
Justin Arnold24-Apr-08 4:50
Justin Arnold24-Apr-08 4:50 
GeneralRe: Setting RichTextBox.Rtf problem Pin
John_Adams24-Apr-08 20:57
John_Adams24-Apr-08 20:57 
Generaltextbox.focus - won't listen Pin
nlarson1124-Apr-08 4:23
nlarson1124-Apr-08 4:23 
GeneralRe: textbox.focus - won't listen Pin
C1AllenS24-Apr-08 4:48
C1AllenS24-Apr-08 4:48 
GeneralRe: textbox.focus - won't listen Pin
nlarson1124-Apr-08 4:53
nlarson1124-Apr-08 4:53 
GeneralRe: textbox.focus - won't listen Pin
nlarson1124-Apr-08 11:21
nlarson1124-Apr-08 11:21 
GeneralRe: textbox.focus - won't listen Pin
Werries27-Apr-08 10:22
Werries27-Apr-08 10:22 
GeneralData Report Error Paramater ?_1 has no default value Pin
Vignesh Krishnan24-Apr-08 3:36
Vignesh Krishnan24-Apr-08 3:36 
GeneralRe: Data Report Error Paramater ?_1 has no default value Pin
darkelv24-Apr-08 20:11
darkelv24-Apr-08 20:11 
GeneralShell.Run Pin
mihai12324-Apr-08 2:52
mihai12324-Apr-08 2:52 
GeneralRe: Shell.Run Pin
Steven J Jowett24-Apr-08 4:56
Steven J Jowett24-Apr-08 4:56 

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.