E
Eva
hi,
I have just managed to add a progress bar to my statusbar
control. the problem i am having is that t appears in the
far left as default. I want it to appear in the far right
side of the form. Can anyone help me code this or point
me to a good article??
this is my code so far..
Dim Pbar As New ProgressBar()
StatusBar1.Controls.Add(Pbar)
Pbar.Visible = True
Thx
I have just managed to add a progress bar to my statusbar
control. the problem i am having is that t appears in the
far left as default. I want it to appear in the far right
side of the form. Can anyone help me code this or point
me to a good article??
this is my code so far..
Dim Pbar As New ProgressBar()
StatusBar1.Controls.Add(Pbar)
Pbar.Visible = True
Thx