G
Guest
Hello
I'm trying to open a form from within another form
I do this several times, and it works okay, but it won't work for this specific form
There are 4 forms that show in the Solutions list, but only 2 of them show up automatically when typing the code to open them
I'm using the code
dim nFrm as new frm_myfor
but am getting the error "frm_myform is not defined"
I use this exact same code to open other forms from forms..
I am not new to programming, but am very new to VB.net
What is the problem here
Thanks
ambe
I'm trying to open a form from within another form
I do this several times, and it works okay, but it won't work for this specific form
There are 4 forms that show in the Solutions list, but only 2 of them show up automatically when typing the code to open them
I'm using the code
dim nFrm as new frm_myfor
but am getting the error "frm_myform is not defined"
I use this exact same code to open other forms from forms..
I am not new to programming, but am very new to VB.net
What is the problem here
Thanks
ambe