M mahesh.nimbalkar May 18, 2007 #1 Hi, What is the difference between Form.Load and Form.Shown event? Thanks!
H Herfried K. Wagner [MVP] May 18, 2007 #2 What is the difference between Form.Load and Form.Shown event? Click to expand... 'Load' is raised directly prior to showing the form, 'Shown' is raised when the form is already visible.
What is the difference between Form.Load and Form.Shown event? Click to expand... 'Load' is raised directly prior to showing the form, 'Shown' is raised when the form is already visible.