Click here to Skip to main content
15,924,452 members
Home / Discussions / C#
   

C#

 
AnswerRe: Full screen form - disabling the Task Bar Pin
Judah Gabriel Himango2-Oct-06 5:53
sponsorJudah Gabriel Himango2-Oct-06 5:53 
GeneralRe: Full screen form - disabling the Task Bar Pin
srev2-Oct-06 5:59
srev2-Oct-06 5:59 
GeneralRe: Full screen form - disabling the Task Bar Pin
eggie52-Oct-06 8:50
eggie52-Oct-06 8:50 
QuestionRetrieving Stored Proecedure return columns Pin
Jamie Nordmeyer2-Oct-06 5:34
Jamie Nordmeyer2-Oct-06 5:34 
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 
I have a form with a tabcontrol(with 2 tabpages) and I add a new TabControl at runtime using

this->Controls->Add(gcnew TabControl());
Its been created at top left corner of windows and not visible fully..how to control its location/size etc? how to access it?

Thanx in advance


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.