Click here to Skip to main content
15,867,568 members
Home / Discussions / C#
   

C#

 
AnswerRe: Setting the exact position of a tooltip Pin
miah alom25-Aug-05 12:00
miah alom25-Aug-05 12:00 
GeneralRe: Setting the exact position of a tooltip Pin
Luis Alonso Ramos25-Aug-05 16:47
Luis Alonso Ramos25-Aug-05 16:47 
GeneralRe: Setting the exact position of a tooltip Pin
miah alom26-Aug-05 11:03
miah alom26-Aug-05 11:03 
GeneralRe: Setting the exact position of a tooltip Pin
Luis Alonso Ramos26-Aug-05 16:31
Luis Alonso Ramos26-Aug-05 16:31 
GeneralRe: Setting the exact position of a tooltip Pin
Alomgir Miah26-Aug-05 17:31
Alomgir Miah26-Aug-05 17:31 
GeneralRe: Setting the exact position of a tooltip Pin
Luis Alonso Ramos26-Aug-05 22:08
Luis Alonso Ramos26-Aug-05 22:08 
QuestionPlease could you... Pin
KORCARI25-Aug-05 9:26
KORCARI25-Aug-05 9:26 
AnswerRe: Please could you... Pin
miah alom25-Aug-05 12:03
miah alom25-Aug-05 12:03 
On the OnLoad event of the parent form do the following.

private void OnFormLoad(object sender, System.EventArgs e)
{
ChildForm f = new ChildForm();
f.MdiParent = this;
f.Show();
}

GeneralRe: Please could you... Pin
radic.feng26-Aug-05 1:44
radic.feng26-Aug-05 1:44 
QuestionRegex vs. String - *Speed* Pin
User 665825-Aug-05 8:30
User 665825-Aug-05 8:30 
AnswerRe: Regex vs. String - *Speed* Pin
Daniel Turini25-Aug-05 9:04
Daniel Turini25-Aug-05 9:04 
GeneralRe: Regex vs. String - *Speed* Pin
User 665825-Aug-05 9:50
User 665825-Aug-05 9:50 
GeneralRe: Regex vs. String - *Speed* Pin
Daniel Turini25-Aug-05 10:37
Daniel Turini25-Aug-05 10:37 
GeneralRe: Regex vs. String - *Speed* Pin
User 665825-Aug-05 12:03
User 665825-Aug-05 12:03 
AnswerRe: Regex vs. String - *Speed* Pin
eggie526-Aug-05 7:19
eggie526-Aug-05 7:19 
GeneralRe: Regex vs. String - *Speed* Pin
User 665827-Aug-05 0:33
User 665827-Aug-05 0:33 
QuestionWindows Service Pin
Taurian11025-Aug-05 8:26
Taurian11025-Aug-05 8:26 
QuestionHow to Secure the Configuration Settings Pin
oneworld200225-Aug-05 7:25
oneworld200225-Aug-05 7:25 
Questionforms Pin
xilefxilef25-Aug-05 6:30
xilefxilef25-Aug-05 6:30 
AnswerRe: forms Pin
Judah Gabriel Himango25-Aug-05 7:00
sponsorJudah Gabriel Himango25-Aug-05 7:00 
AnswerRe: forms Pin
Not Active25-Aug-05 7:11
mentorNot Active25-Aug-05 7:11 
GeneralRe: forms Pin
xilefxilef25-Aug-05 8:45
xilefxilef25-Aug-05 8:45 
AnswerRe: forms Pin
jdkulkarni25-Aug-05 19:59
jdkulkarni25-Aug-05 19:59 
QuestionSkype GUI? Pin
wakkerjack25-Aug-05 6:12
wakkerjack25-Aug-05 6:12 
QuestionAdding DataColumns Pin
chandru_inbox25-Aug-05 5:43
chandru_inbox25-Aug-05 5:43 

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.