G
Guest
H
I'm just a confused newbie, so please excuse this question: In one of my click- handlers of my main form, the following shall happen: A new window shall appear, that gives the user some information about what the main thread is doing (some status). But which "Show" function shall I use
I declared the class of the status window
Dim stat as new Status(
stat.Show() 'This does not display all of the controls in the status window correctl
stat.ShowDialog(Me) 'This does not return to the parent window, so actually no work is don
stat.SetText("This is my test...") 'self-written member function, sets the text of a status label in the status windo
Can anyone help me with this
Thank
Gordon
I'm just a confused newbie, so please excuse this question: In one of my click- handlers of my main form, the following shall happen: A new window shall appear, that gives the user some information about what the main thread is doing (some status). But which "Show" function shall I use
I declared the class of the status window
Dim stat as new Status(
stat.Show() 'This does not display all of the controls in the status window correctl
stat.ShowDialog(Me) 'This does not return to the parent window, so actually no work is don
stat.SetText("This is my test...") 'self-written member function, sets the text of a status label in the status windo
Can anyone help me with this
Thank
Gordon