Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
You have to specify the form the statusbar is on..frmParent.sbrMenu.Panels(0).Text = "Customers Processed: " + someNum.ToStringfrmParent = the name of your parent form.
You have to specify the form the statusbar is on..
frmParent.sbrMenu.Panels(0).Text = "Customers Processed: " + someNum.ToString
frmParent = the name of your parent form.