Having trouble figuring this one out..
I currently have a frmMain and a frmLoading..
inside frmMain Shown event, I\'m doing
frmLoading load = new
frmLoading doesn't know about frmMain. But you can use events if you want to change sth on form main from second form. You need to pass frmMain handle to frmLoading.
Look here: http://forum.codecall.net/c-programming/515-c-calling-parent-functions-child-form.html