2
Answers

Placing my form controlls onto tab problem

simon taylor

simon taylor

14y
6.9k
1

Hi,
 hi, i have a project which has a number of controlls e.g textboxes and drop down menues which when run, is meant to display data about project details from my ms access database based on which project is selected in my drop down menu. However, now i want to place them all in a tab control. So what i did was cut all my controlls out and placed them in my tab. When i run the application and select a project, it does not display any information regarding my projects or anything. It worked before i added the tabcontrol but when i add my form controls to my tab, it does not work. Can somebody tell me why please and how i can rectify it? Do i need to referrence the tab control?
 
 
Answers (2)
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 14y


Please look for articles in this web site about tab controls. I assume your question is already answered very well in many articles, some of which are available in this web site.
 
After reading the articles and documentation, then ask specific questions. When you do, please use appropriate terminology. You say "add my form controls to my tab". A tab is actually a button; it is a relativly small area. I assume you did not actually put all the controls in a tab. When you have read the articles and documentation, you will be more able to use the appropriate terminology and then it will be easier for people to help you.
 
Update: I see your second post about "tabPage1"; thank you for that. I assume that the controls were put onto TabPage(s), and it helps to say TabPage instead of "tab".
0
simon taylor

simon taylor

NA 38 58.4k 14y
even when i delete my tab control and undo everything setting it back to it's original state, and create a small tab control next to my other form controls, i still can't seem to refer to my tabPage1.