Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralRe: Newbie! Search a string for a specific character? Pin
Judah Gabriel Himango2-Oct-06 5:09
sponsorJudah Gabriel Himango2-Oct-06 5:09 
GeneralRe: Newbie! Search a string for a specific character? Pin
hristo19772-Oct-06 6:32
hristo19772-Oct-06 6:32 
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 
I think you need to be in the C++ message boards. Anyway, you could do something like:

TabControl* tabCtrl = new TabControl();
this->Controls->Add( tabCtrl );

Now use tabCtrl to get its position etc.


My pointless rants
meragussa.blogspot.com[^]

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 
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 

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.