Click here to Skip to main content
15,916,379 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Windows Service Automatic Start Pin
Barathan6-Jan-05 2:14
Barathan6-Jan-05 2:14 
GeneralRe: Windows Service Automatic Start Pin
Todd_S7-Jan-05 8:03
Todd_S7-Jan-05 8:03 
GeneralCF .Net Update Database from Dataset Datatable Pin
careysc5-Jan-05 5:03
careysc5-Jan-05 5:03 
GeneralAltering contents of a string Pin
SimesK5-Jan-05 4:55
sussSimesK5-Jan-05 4:55 
GeneralVARIANT leaks in VB.NET Pin
Jonathan [Darka]5-Jan-05 3:26
professionalJonathan [Darka]5-Jan-05 3:26 
Generalcalling subs from other classes Pin
fo0lish5-Jan-05 2:37
fo0lish5-Jan-05 2:37 
GeneralRe: calling subs from other classes Pin
T Manjaly5-Jan-05 5:37
T Manjaly5-Jan-05 5:37 
GeneralRe: calling subs from other classes Pin
fo0lish5-Jan-05 7:23
fo0lish5-Jan-05 7:23 
Also do I have to use parent/child forms or can i just close/show them?

here is the block of code im calling
<br />
Public Sub SendData(ByVal data As String)<br />
        Dim writer As New IO.StreamWriter(client.GetStream)<br />
        writer.Write(data & vbCr)<br />
        writer.Flush()<br />
    End Sub<br />


here is another block of code that wont work i have to be doing something wrong, first part of code is in a class called database in a sub called LoadPlayerCurrentLoc2

<br />
Dim Form1 As New frmMain<br />
Form1.UpdateStatus(myreader.GetString(0) & ": " & sender.Name)<br />

when I copy and past this block and run it from within the form it works great but from this class it dont work
my UpdataStatus code is as followed

<br />
Public Sub UpdateStatus(ByVal statusMessage As String)<br />
        lstStatus.Items.Add(statusMessage)<br />

any ideas?
thanks
GeneralRe: calling subs from other classes Pin
T Manjaly5-Jan-05 9:04
T Manjaly5-Jan-05 9:04 
GeneralRe: calling subs from other classes Pin
fo0lish5-Jan-05 9:20
fo0lish5-Jan-05 9:20 
GeneralNeed Help for Crystal Report Page Setup Pin
Murtuza Husain Miyan Patel5-Jan-05 2:04
professionalMurtuza Husain Miyan Patel5-Jan-05 2:04 
GeneralRe: Need Help for Crystal Report Page Setup Pin
Barathan6-Jan-05 2:34
Barathan6-Jan-05 2:34 
GeneralRe: Need Help for Crystal Report Page Setup Pin
Barathan6-Jan-05 2:38
Barathan6-Jan-05 2:38 
Generalaspi Pin
Anonymous5-Jan-05 1:43
Anonymous5-Jan-05 1:43 
GeneralAI Pin
ironic20055-Jan-05 1:36
ironic20055-Jan-05 1:36 
GeneralRe: AI Pin
Colin Angus Mackay5-Jan-05 5:45
Colin Angus Mackay5-Jan-05 5:45 
GeneralFile.Copy File Not Found Exception. Pin
netSam4-Jan-05 21:04
netSam4-Jan-05 21:04 
GeneralRe: File.Copy File Not Found Exception. Pin
Dave Kreskowiak5-Jan-05 1:47
mveDave Kreskowiak5-Jan-05 1:47 
GeneralRe: File.Copy File Not Found Exception. Pin
netSam5-Jan-05 2:38
netSam5-Jan-05 2:38 
GeneralRe: File.Copy File Not Found Exception. Pin
Robert Rohde5-Jan-05 8:19
Robert Rohde5-Jan-05 8:19 
GeneralRe: File.Copy File Not Found Exception. Pin
netSam5-Jan-05 21:18
netSam5-Jan-05 21:18 
GeneralRe: File.Copy File Not Found Exception. Pin
Robert Rohde6-Jan-05 20:31
Robert Rohde6-Jan-05 20:31 
GeneralRe: File.Copy File Not Found Exception. Pin
netSam8-Jan-05 18:57
netSam8-Jan-05 18:57 
GeneralConstant Variables and Collection Pin
akaSDN4-Jan-05 19:20
akaSDN4-Jan-05 19:20 
GeneralRe: Constant Variables and Collection Pin
T Manjaly5-Jan-05 10:02
T Manjaly5-Jan-05 10:02 

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.