G
Guest
I have built an application with one form only (form1). Everything went well
for weeks. I have access with Visual Studio 2005 to Form1.vb[design] (the
form) and Form1.vb (the code).
I decided to add an second form to my application (with some difficulties, i
am new) and was able to modify and maintain form2. Now, I have:
form2.vb (that seems empty (0 bytes using Windows Explorer))
form2.designer.vb (were the code is (why?))
but with no access to the form itself.
The application is cleaning, building & rebuilding & executing very well
(form2 appears, as form1, during execution). But I have lost access to my
second form under Visual Studio 2005 ! So maintenance to the form2 itself is
now impossible.
What happens ?
for weeks. I have access with Visual Studio 2005 to Form1.vb[design] (the
form) and Form1.vb (the code).
I decided to add an second form to my application (with some difficulties, i
am new) and was able to modify and maintain form2. Now, I have:
form2.vb (that seems empty (0 bytes using Windows Explorer))
form2.designer.vb (were the code is (why?))
but with no access to the form itself.
The application is cleaning, building & rebuilding & executing very well
(form2 appears, as form1, during execution). But I have lost access to my
second form under Visual Studio 2005 ! So maintenance to the form2 itself is
now impossible.
What happens ?