Click here to Skip to main content
15,903,854 members
Home / Discussions / C#
   

C#

 
AnswerRe: Retrieving Stored Proecedure return columns Pin
Judah Gabriel Himango2-Oct-06 6:05
sponsorJudah Gabriel Himango2-Oct-06 6:05 
GeneralRe: Retrieving Stored Proecedure return columns Pin
Jamie Nordmeyer2-Oct-06 7:06
Jamie Nordmeyer2-Oct-06 7:06 
QuestionOnFocus Method Issues Pin
Sam Heller2-Oct-06 5:19
Sam Heller2-Oct-06 5:19 
QuestionAPI hooking Pin
bayfouinc2-Oct-06 5:12
bayfouinc2-Oct-06 5:12 
AnswerRe: API hooking Pin
Judah Gabriel Himango2-Oct-06 6:07
sponsorJudah Gabriel Himango2-Oct-06 6:07 
QuestionThe difference between.... Pin
Mark062-Oct-06 4:50
Mark062-Oct-06 4:50 
AnswerRe: The difference between.... Pin
Judah Gabriel Himango2-Oct-06 5:03
sponsorJudah Gabriel Himango2-Oct-06 5:03 
GeneralRe: The difference between.... Pin
Mark062-Oct-06 5:14
Mark062-Oct-06 5:14 
GeneralRe: The difference between.... Pin
Judah Gabriel Himango2-Oct-06 5:32
sponsorJudah Gabriel Himango2-Oct-06 5:32 
AnswerRe: The difference between.... Pin
Judah Gabriel Himango2-Oct-06 5:13
sponsorJudah Gabriel Himango2-Oct-06 5:13 
QuestionNewbie! Search a string for a specific character? Pin
hristo19772-Oct-06 4:21
hristo19772-Oct-06 4:21 
AnswerRe: Newbie! Search a string for a specific character? Pin
Ranjan Banerji2-Oct-06 4:26
Ranjan Banerji2-Oct-06 4:26 
GeneralRe: Newbie! Search a string for a specific character? Pin
hristo19772-Oct-06 4:50
hristo19772-Oct-06 4:50 
GeneralRe: Newbie! Search a string for a specific character? Pin
User 66582-Oct-06 5:00
User 66582-Oct-06 5:00 
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 

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.