Click here to Skip to main content
15,918,889 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralNew Kid On The Block Needs Help Pin
ChrisK11-Nov-02 9:06
ChrisK11-Nov-02 9:06 
GeneralRe: New Kid On The Block Needs Help Pin
robrtb13-Nov-02 5:02
robrtb13-Nov-02 5:02 
GeneralSubs and Functions w/ Optional Args Pin
Eldon Zacek11-Nov-02 7:24
Eldon Zacek11-Nov-02 7:24 
GeneralRe: Subs and Functions w/ Optional Args Pin
Richard Deeming11-Nov-02 23:55
mveRichard Deeming11-Nov-02 23:55 
GeneralMonochrome Bitmap Pin
Jamie Nordmeyer11-Nov-02 6:41
Jamie Nordmeyer11-Nov-02 6:41 
Generalnework folder connection problem using vb.net Pin
pampatipraveen10-Nov-02 14:12
pampatipraveen10-Nov-02 14:12 
GeneralRe: nework folder connection problem using vb.net Pin
Ravi_Shankar11-Nov-02 2:35
Ravi_Shankar11-Nov-02 2:35 
GeneralSocket/TCPclient (Seriazlation) Pin
DeSerializeMe10-Nov-02 12:52
sussDeSerializeMe10-Nov-02 12:52 
Hi Guys
Im making a messanger for myself... in vb.net... everything works greate if i use text, but as soon as i try to send an object through sending works fine but receiving gives me lots of problems...
Canyone help me with this?
Here is my code for receiving
Public Sub listen()
Dim formater As New BinaryFormatter()

Do While True
Dim message As New Message()
Try
message = formater.Deserialize(stream)
RaiseEvent update(message.ToString)
RaiseEvent update(message.ToString & vbNewLine)
Catch e As Exception
MsgBox(e.Message)
End Try
'If message Is Nothing Then Exit Do
Loop
End Sub
GeneralPrinting on dot-matrix printer in .NET Pin
Derec Roofie10-Nov-02 10:53
Derec Roofie10-Nov-02 10:53 
GeneralAxInterop.AXRfaxVwRctrLLib Pin
Zulfikar Ali8-Nov-02 12:57
Zulfikar Ali8-Nov-02 12:57 
QuestionObject behaviour of simple data types? Pin
Jan Tielens8-Nov-02 0:37
Jan Tielens8-Nov-02 0:37 
AnswerRe: Object behaviour of simple data types? Pin
Richard Deeming8-Nov-02 7:07
mveRichard Deeming8-Nov-02 7:07 
GeneralTreeView redraw lag.. Pin
dazinith7-Nov-02 10:41
dazinith7-Nov-02 10:41 
GeneralRe: TreeView redraw lag.. Pin
mikasa7-Nov-02 11:10
mikasa7-Nov-02 11:10 
GeneralRe: TreeView redraw lag.. Pin
mikasa7-Nov-02 11:14
mikasa7-Nov-02 11:14 
GeneralRe: TreeView redraw lag.. Pin
dazinith11-Nov-02 4:32
dazinith11-Nov-02 4:32 
GeneralRe: TreeView redraw lag.. Pin
mikasa26-Mar-03 3:31
mikasa26-Mar-03 3:31 
GeneralVB Silent Install Pin
Davy Mitchell6-Nov-02 4:43
Davy Mitchell6-Nov-02 4:43 
GeneralRe: VB Silent Install Pin
Nick Parker6-Nov-02 16:49
protectorNick Parker6-Nov-02 16:49 
GeneralRe: VB Silent Install Pin
Davy Mitchell6-Nov-02 22:09
Davy Mitchell6-Nov-02 22:09 
GeneralLaunching External Exe File Pin
Desmond5-Nov-02 22:43
Desmond5-Nov-02 22:43 
GeneralRe: Launching External Exe File Pin
Nick Parker6-Nov-02 2:12
protectorNick Parker6-Nov-02 2:12 
GeneralRe: Launching External Exe File Pin
Vasudevan Deepak Kumar6-Nov-02 4:02
Vasudevan Deepak Kumar6-Nov-02 4:02 
QuestionMultiple DataTables in DataGrid? Pin
ILoveInternet5-Nov-02 22:10
ILoveInternet5-Nov-02 22:10 
AnswerRe: Multiple DataTables in DataGrid? Pin
Tuukka Turto19-Nov-02 19:42
Tuukka Turto19-Nov-02 19:42 

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.