Duration: 16:45 min
Summary: In this video, we continue our discussion on TreeView and WebBrowser controls. We add a context menu to the tree view. A context menu is a menu that shows up when the user right clicks on an item. The context menu contains four options, but we will add code to show and hide some of those options depending on where the user is clicking. Then we start with BackgroundWorker component which is a component that provides an easy way to run time-consuming processes in the background. We drop a background component on the main form and add two buttons that can start and cancel the process. The details of how this control works are explained in the next video.