K
Kardon Coupé
Dear All,
I'm bemused, I'm moving an application I've written from VB6 into VS2005,
and I'm getting all the fundamentals over before I delve into the hard part,
like getting the forms layout etc....and the simple things, like the 'About'
option, opens another form....
Well here is the problem (which has me stumped)....
My VB6 Application, I click 'About' and it opens a form, from that form,
there is an 'ok' to close that form or 'information' which opens another
form with 'information' on it...
So I tried this in VS2005.....both forms get opened? but the code isn't
telling it too?
Form1 is the main form, Form3 is the About Box and Form2 is the Information
Box, I choose About and Form2 and 3 open....even though the code is
Form3.Show(), there is no reference to opening Form2, so why is form2
deciding to open?
I'm confused....
Also, whilst I'm here, it is getting apparent, VS2005 is much more advanced
that VB6, but on the flip side, so is the MSDN for it...Does anybody know of
any sites that are for beginners for VS2005?
Regards
Paul.
I'm bemused, I'm moving an application I've written from VB6 into VS2005,
and I'm getting all the fundamentals over before I delve into the hard part,
like getting the forms layout etc....and the simple things, like the 'About'
option, opens another form....
Well here is the problem (which has me stumped)....
My VB6 Application, I click 'About' and it opens a form, from that form,
there is an 'ok' to close that form or 'information' which opens another
form with 'information' on it...
So I tried this in VS2005.....both forms get opened? but the code isn't
telling it too?
Form1 is the main form, Form3 is the About Box and Form2 is the Information
Box, I choose About and Form2 and 3 open....even though the code is
Form3.Show(), there is no reference to opening Form2, so why is form2
deciding to open?
I'm confused....
Also, whilst I'm here, it is getting apparent, VS2005 is much more advanced
that VB6, but on the flip side, so is the MSDN for it...Does anybody know of
any sites that are for beginners for VS2005?
Regards
Paul.