Click here to Skip to main content
15,901,426 members
Home / Discussions / C#
   

C#

 
AnswerRe: linq in VS 2008 Pin
Giorgi Dalakishvili25-Nov-08 1:18
mentorGiorgi Dalakishvili25-Nov-08 1:18 
QuestionTab pabe as a class Pin
Inbaljona25-Nov-08 0:43
Inbaljona25-Nov-08 0:43 
AnswerRe: Tab pabe as a class Pin
Simon P Stevens25-Nov-08 0:53
Simon P Stevens25-Nov-08 0:53 
QuestionTab pabe as a class Pin
Inbaljona25-Nov-08 0:42
Inbaljona25-Nov-08 0:42 
QuestionTabControl - Just Crazy! Pin
#realJSOP25-Nov-08 0:27
professional#realJSOP25-Nov-08 0:27 
AnswerRe: TabControl - Just Crazy! Pin
Simon P Stevens25-Nov-08 0:38
Simon P Stevens25-Nov-08 0:38 
GeneralRe: TabControl - Just Crazy! [modified] Pin
#realJSOP25-Nov-08 0:56
professional#realJSOP25-Nov-08 0:56 
GeneralRe: TabControl - Just Crazy! Pin
Simon P Stevens25-Nov-08 1:06
Simon P Stevens25-Nov-08 1:06 
On the toolbar. Click Project->Add User Control.
Or Project->Add new item->Windows forms(in left hand tree view)->User control(in right hand list)

Layout your user control with the buttons/labels/textboxes that you want.

Rebuild

Then on the form with the tab control on it, you should see that the new user control you created has appeared in the toolbox. Add it to the form, and dock it on the tab that you want it displayed on.

You can expose properties on each user control (or initialisation methods or constructors or whatever) to allow you pass a manager class in to give you the data to populate your user controls child controls and/or respond to GUI events etc.

[Edit: well, I see you've found it, but I've typed this now, so I'm posting it anyway Wink | ;) Look like it solves your problem?]

Simon

GeneralRe: TabControl - Just Crazy! [modified] Pin
#realJSOP25-Nov-08 3:08
professional#realJSOP25-Nov-08 3:08 
GeneralRe: TabControl - Just Crazy! Pin
DaveyM6925-Nov-08 9:43
professionalDaveyM6925-Nov-08 9:43 
QuestionGlobal Hooks in Pocket PC to keep track of Mouse and Key Events. Pin
amritametri24-Nov-08 23:36
amritametri24-Nov-08 23:36 
AnswerRe: Global Hooks in Pocket PC to keep track of Mouse and Key Events. Pin
Kristian Sixhøj24-Nov-08 23:42
Kristian Sixhøj24-Nov-08 23:42 
GeneralRe: Global Hooks in Pocket PC to keep track of Mouse and Key Events. Pin
amritametri24-Nov-08 23:51
amritametri24-Nov-08 23:51 
GeneralRe: Global Hooks in Pocket PC to keep track of Mouse and Key Events. Pin
amritametri26-Nov-08 19:25
amritametri26-Nov-08 19:25 
QuestionCan i use html coding in C# .Net Winform? Pin
zeeShan anSari24-Nov-08 23:17
zeeShan anSari24-Nov-08 23:17 
AnswerRe: Can i use html coding in C# .Net Winform? Pin
#realJSOP24-Nov-08 23:41
professional#realJSOP24-Nov-08 23:41 
GeneralRe: Can i use html coding in C# .Net Winform? Pin
zeeShan anSari25-Nov-08 0:28
zeeShan anSari25-Nov-08 0:28 
GeneralRe: Can i use html coding in C# .Net Winform? Pin
#realJSOP25-Nov-08 0:35
professional#realJSOP25-Nov-08 0:35 
AnswerRe: Can i use html coding in C# .Net Winform? Pin
Guffa25-Nov-08 0:31
Guffa25-Nov-08 0:31 
GeneralRe: Can i use html coding in C# .Net Winform? Pin
zeeShan anSari25-Nov-08 1:05
zeeShan anSari25-Nov-08 1:05 
GeneralRe: Can i use html coding in C# .Net Winform? Pin
Giorgi Dalakishvili25-Nov-08 1:16
mentorGiorgi Dalakishvili25-Nov-08 1:16 
GeneralRe: Can i use html coding in C# .Net Winform? Pin
Guffa25-Nov-08 2:41
Guffa25-Nov-08 2:41 
QuestionC# coding Pin
kalpanaeaswaran24-Nov-08 23:06
kalpanaeaswaran24-Nov-08 23:06 
AnswerRe: C# coding Pin
Kristian Sixhøj24-Nov-08 23:12
Kristian Sixhøj24-Nov-08 23:12 
AnswerRe: C# coding Pin
Mbah Dhaim24-Nov-08 23:18
Mbah Dhaim24-Nov-08 23:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.