Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Progress bar in web browser

I am building a web browser in visual studio .net 2003. It is in a windows form using the inbuilt windows browser function and i need to add a progress bar to the browser but i have no idea how to go about doing this. I am also wanting to stop people from rite clicking while using the software. I would much appreciate it if someone could tell me the code to do both of these this or even point me in the direction of finding out how to do it.
[444 byte] By [hayden1479] at [2007-11-11 8:18:42]
# 1 Re: Progress bar in web browser
You might want to have a look at this. It covers a progress bar using IHttpModule

http://www.codeproject.com/aspnet/File_Upload_Progress_Bar.asp
Jason Hales at 2007-11-11 21:47:44 >