I have the application in VB.NET where I have a main form (A) which opens another form (B) in modeless state. Then from the form A I want to open another form (C) as modal form.
Is there anyway to do anything on form B whilst the form C is still open?