Archive for August, 2008

Passing Data between Windows Forms

Sometimes people can have a pretty tough time finding a thorough guideline as to how they can achieve passing data between Windows Forms (namely from a parent form to a child form). Since it’s far simpler than it would seem at first glance, I figured I’d walk through it real quick.
I’ve setup a Windows Forms […]

Simple Progress Bar for WebBrowser Control Navigation

I recently helped someone who asked how to implement a working ProgressBar control and update it based on the progress of a WebBrowser control that is navigating to a URL.
Often I encounter things like this which are very easy to do, yet rarely appear on the web, be it in articles, message boards, or email […]