About Syed Adeel Rizvi Expertise I can answers questions regarding web based and desktop based programming in VB.Net. Which can include XML, Custom Controls + Computer Hardware and Windows Turboshooting...etc.
More Skills :
1 . PHP - > All Type Of CMS e.g. (Joomla,Drupul,PHPNuke...etc)
2 . ASP
3 . ASP.Net
4 . CMS
5 . MySql
6 . SQl Server 2000 & 2005
7 . Ms Access
8 . Web Designing
9 . Networking Turboshooting
10 . Windows Turboshooting
11 . Hardware Turboshooting
All Type Of Work Related To IT
I also Do Work as a Freelance as Application & Web Developer & Designer
Experience i have 3 years work experience in software house and 4 years work experience for computer hardware and Networking..
Question Dear Sir, I am currently undertaking a high school course in vb.net design. I have a tool strip progress bar as part of a web browser I need to build, however, it does not function. I need it to fill up while a web page loads (similar to IE or firefox) is this possible?
any help would be greatly appreciated
Answer Hello Sir
so u r making web browser and u want to fill progress bar like IE ok...
If U r using WebBrowser Control then use ProgressChanged Event as follow :
Private Sub WebBrowser1_ProgressChanged(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserProgressChangedEventArgs) Handles WebBrowser1.ProgressChanged
ProgressBar.Max = e.MaximumProgress
ProgressBar.Value = e.CurrentProgress
End Sub
ok thank you if any problem then mail me at syedadeel2@gmail.com