More on the Tab Control Enable - Please

D

Dave Griffiths

Hi All

I follow the newsgroups for interest as I am a inexperience VB programmer. I
am interested in the Tab Control post and the answer from Eric Moreau, I
have followed the web link he supplied

http://www.emoreau.com/Entries/Articles/2004/05/The-(incomplete)-TabControl.aspx

My real question here is I have moved from VB 2003 to VB 2005. In the
article it discusses changing the code in the "Windows Form Designer
generated code" I knew where that was in VB2003 but where do I find that in
VB2005????

Thanks in advance

DaveG
 
R

rowe_newsgroups

Hi All

I follow the newsgroups for interest as I am a inexperience VB programmer. I
am interested in the Tab Control post and the answer from Eric Moreau, I
have followed the web link he supplied

http://www.emoreau.com/Entries/Articles/2004/05/The-(incomplete)-TabC...

My real question here is I have moved from VB 2003 to VB 2005. In the
article it discusses changing the code in the "Windows Form Designer
generated code" I knew where that was in VB2003 but where do I find that in
VB2005????

Thanks in advance

DaveG

On the solution explorer click the the button that shows all files
(it's tooltip says "Show All Files"). Then each form/usercontrol/etc
will have a [+] button that you can click to expand the item's sub
files. Find the one titled MyForm.Designer.Vb and open it - that's
where your Designer Generated code is.

Hope that made sense...

Thanks,

Seth Rowe
 
D

Dave Griffiths

rowe_newsgroups said:
Hi All

I follow the newsgroups for interest as I am a inexperience VB
programmer. I am interested in the Tab Control post and the answer
from Eric Moreau, I have followed the web link he supplied

http://www.emoreau.com/Entries/Articles/2004/05/The-(incomplete)-Tab
C...

My real question here is I have moved from VB 2003 to VB 2005. In
the article it discusses changing the code in the "Windows Form
Designer generated code" I knew where that was in VB2003 but where
do I find that in VB2005????

Thanks in advance

DaveG

On the solution explorer click the the button that shows all files
(it's tooltip says "Show All Files"). Then each form/usercontrol/etc
will have a [+] button that you can click to expand the item's sub
files. Find the one titled MyForm.Designer.Vb and open it - that's
where your Designer Generated code is.

Hope that made sense...

Thanks,

Seth Rowe

Thanks Seth

I shall give that a go.



--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top