|
-
Jun 14th, 2000, 11:02 AM
#1
Thread Starter
New Member
Alright I'm sure there is a simple answer to this but I am a less than expert programmer. On certain events(namely a winsock connect) I want the text in a statusbar panel to change.
On FormLoad() I used :
frmMain.StatusBar1.Panels(1).Text = "TEST"
-- I run it, and it shows TEST in the panel.
Ok, so on an event in winsock1 I enter the exact same code and it does nothing. I've tried it so many times. I've done it with frmMain.StatusBar1.Panels.Item(1).Text = "TEST" and I still get no result.
Thanks for any help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|