Status bar - Active X control

D

dk

I have statusbar active X control on my form.
Id like to pass some data into panel. eg.
Panel 1.text = currentuser"

Please, can enybody send me example how to control value from code.

Thank You in advance

DK
 
R

Rosco

dk,
Try inserting something like this into what ever form event code you want .
where stbStatusbar1=name of the statatus bar. and item 1 is the first panel.

stbStatusbar1.Panels.Item(1).Text = "some text"

Rosco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top