ok. I am trying to figure out how to replace a progressbar with a picturebox and a picture
for use in a webrowser.
VBBrowser v1.4.73Code:Private Sub WB_ProgressChange(ByVal Progress As Long, ByVal ProgressMax As Long) On Error Resume Next picPB.width = (Progress * ???)'* / - + ???what do I doo!!! 'etc...
how do i fifure out the formula to make the image size grow at the rate of the progress??
(right now it goes wayyyyyyy of the right side of the screen!!)
Thanks




Reply With Quote