text in a progress bar(for webbrowsers)
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
7 posts
Page 1 of 1
well to put the status text into a textbar go to your code and write this
enabled= true
interval = 1
then double click the timer icon and put this
Code: Select all
then make a timer Private Sub change_status()
ProgressBar1.Refresh()
Dim text As System.Drawing.Font = My.Settings.font
ProgressBar1.CreateGraphics.DrawString(WebBrowser1.StatusText, Font, Brushes.Black, 10, 10)
End Sub
enabled= true
interval = 1
then double click the timer icon and put this
Code: Select all
change_status()
What does this do?
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

it puts the webbrowsers status in the progressbar
btw admin can you move this to the snippet section , since its not a full tutorial
7 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023