Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
Questionxml martkup of C# code Pin
spin vector2-Oct-06 4:11
spin vector2-Oct-06 4:11 
AnswerRe: xml martkup of C# code Pin
Colin Angus Mackay2-Oct-06 5:13
Colin Angus Mackay2-Oct-06 5:13 
GeneralRe: xml martkup of C# code Pin
spin vector2-Oct-06 5:43
spin vector2-Oct-06 5:43 
GeneralRe: xml martkup of C# code Pin
Andrew Rissing2-Oct-06 5:58
Andrew Rissing2-Oct-06 5:58 
QuestionTabControl problem Pin
prgr2-Oct-06 4:00
prgr2-Oct-06 4:00 
AnswerRe: TabControl problem Pin
Ranjan Banerji2-Oct-06 4:23
Ranjan Banerji2-Oct-06 4:23 
GeneralRe: TabControl problem Pin
prgr2-Oct-06 4:26
prgr2-Oct-06 4:26 
GeneralRe: TabControl problem Pin
Ranjan Banerji2-Oct-06 4:34
Ranjan Banerji2-Oct-06 4:34 
I still do not see why you cannot do that. perhaps a little more code from what you are attempting to do will be useful.

You could do something like.

void MyPage::CreateTabControl() {
TabControl * tab = new TabControl();
Controls->Add( tab );
SizeAndPositionTab( tab ); //Put you size and position code in here
}

Now call CreateTabControl() dynamically from wherever in your code.

My pointless rants
meragussa.blogspot.com[^]

GeneralRe: TabControl problem Pin
prgr3-Oct-06 23:41
prgr3-Oct-06 23:41 
Questioncustom controls Pin
rzvme2-Oct-06 3:36
rzvme2-Oct-06 3:36 
AnswerRe: custom controls Pin
LongRange.Shooter3-Oct-06 7:51
LongRange.Shooter3-Oct-06 7:51 
QuestionAPI Hooking Pin
bayfouinc2-Oct-06 3:13
bayfouinc2-Oct-06 3:13 
AnswerRe: API Hooking Pin
Stefan Troschuetz2-Oct-06 3:29
Stefan Troschuetz2-Oct-06 3:29 
QuestionWierd resource disposal? Pin
asator2-Oct-06 3:09
asator2-Oct-06 3:09 
AnswerRe: Wierd resource disposal? Pin
Stefan Troschuetz2-Oct-06 3:27
Stefan Troschuetz2-Oct-06 3:27 
GeneralRe: Wierd resource disposal? Pin
asator2-Oct-06 4:04
asator2-Oct-06 4:04 
GeneralRe: Wierd resource disposal? Pin
Stefan Troschuetz2-Oct-06 5:04
Stefan Troschuetz2-Oct-06 5:04 
GeneralRe: Wierd resource disposal? Pin
asator2-Oct-06 5:40
asator2-Oct-06 5:40 
GeneralRe: Wierd resource disposal? Pin
Stefan Troschuetz2-Oct-06 5:59
Stefan Troschuetz2-Oct-06 5:59 
GeneralRe: Wierd resource disposal? Pin
asator2-Oct-06 6:25
asator2-Oct-06 6:25 
QuestionRe: Wierd resource disposal? Pin
asator2-Oct-06 4:09
asator2-Oct-06 4:09 
AnswerRe: Wierd resource disposal? Pin
Ranjan Banerji2-Oct-06 4:16
Ranjan Banerji2-Oct-06 4:16 
GeneralRe: Wierd resource disposal? Pin
asator2-Oct-06 4:20
asator2-Oct-06 4:20 
GeneralRefreshing... Pin
asator5-Oct-06 6:48
asator5-Oct-06 6:48 
QuestionUsing C# how to strore image in sql2005? Pin
jeya chandran2-Oct-06 3:08
jeya chandran2-Oct-06 3:08 

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.