Link to home
Start Free TrialLog in
Avatar of emi_sastra
emi_sastra

asked on

Info at bottom of mdiform.

Hi,

I have a mdiform and I need to show info at the bottom of the mdiform such as user login, current date and time.

What control should I use, and how to do it?

Thank you.
Avatar of vb_jonas
vb_jonas
Flag of Sweden image

Preferrably a statusstrip, set dock = bottom. Add a toolstripstatuslabel, and set it's text:

ToolStripStatusLabel1.Text="my user"
Avatar of emi_sastra
emi_sastra

ASKER

Hi Jonas,

I need to show like in a frame:

Login User : Emi    Login Time : 15:10:12 and etc.

Could I do it using your suggestions?

Thank you.
ASKER CERTIFIED SOLUTION
Avatar of vb_jonas
vb_jonas
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi Jonas,

I think it is what I am looking for.

Thank you very much for your help.