I have a method in a class that is reading an authority database... and depending on what kind of auth-class it find I want to open a certain form in my windows app... My problem is that I have no clue what I should use as startup point?

I have forms 1 2 and 3. Let's say I add the check-method in form_load in form 1. It discovers that it should only show form 2. Then I have to close form 1 and never load form 3...


I load forms with

dim myAdminform as new AdminForm

....
...

Am I going on about it the wrong way? Im used to asp.net development

kind regards
Henrik