Click here to Skip to main content
15,886,714 members
Home / Discussions / C#
   

C#

 
RantRe: we want demo for devleoping UML tool in c#.net Pin
Ashfield11-Mar-09 21:58
Ashfield11-Mar-09 21:58 
JokeRe: we want demo for devleoping UML tool in c#.net Pin
0x3c011-Mar-09 22:09
0x3c011-Mar-09 22:09 
JokeRe: we want demo for devleoping UML tool in c#.net Pin
Expert Coming11-Mar-09 22:24
Expert Coming11-Mar-09 22:24 
AnswerRe: we want demo for devleoping UML tool in c#.net Pin
Pete O'Hanlon11-Mar-09 22:41
mvePete O'Hanlon11-Mar-09 22:41 
JokeRe: we want demo for devleoping UML tool in c#.net Pin
Zhat12-Mar-09 2:40
Zhat12-Mar-09 2:40 
QuestionTooltip only shown one time Pin
stancrm11-Mar-09 21:30
stancrm11-Mar-09 21:30 
AnswerRe: Tooltip only shown one time Pin
Expert Coming11-Mar-09 22:30
Expert Coming11-Mar-09 22:30 
AnswerRe: Tooltip only shown one time Pin
Alan N12-Mar-09 2:20
Alan N12-Mar-09 2:20 
Hi,
How are you initialising the tool tips? I typically insert a method into the Form's constructor immediately after InitializeComponent. The example code is taken from a simple app and the tooltips work as expected.

Alan.

private void InitialiseToolTips() {
  tt = new ToolTip();
  tt.SetToolTip(SaveHdrBtn, "Save a copy of the header");
  tt.SetToolTip(WriteHdrBtn, "Overwrite header in selected file");
}

QuestionBackGround Service for connection.... Pin
King Julien11-Mar-09 20:22
King Julien11-Mar-09 20:22 
AnswerRe: BackGround Service for connection.... Pin
Expert Coming11-Mar-09 22:27
Expert Coming11-Mar-09 22:27 
QuestionHow to set a button control(which is in the user control) as Accept button to the parent form. Pin
kumardilip11-Mar-09 20:11
kumardilip11-Mar-09 20:11 
AnswerRe: How to set a button control(which is in the user control) as Accept button to the parent form. Pin
King Julien11-Mar-09 20:49
King Julien11-Mar-09 20:49 
GeneralRe: How to set a button control(which is in the user control) as Accept button to the parent form. Pin
kumardilip11-Mar-09 23:11
kumardilip11-Mar-09 23:11 
AnswerRe: How to set a button control(which is in the user control) as Accept button to the parent form. Pin
Alan N12-Mar-09 2:37
Alan N12-Mar-09 2:37 
GeneralRe: How to set a button control(which is in the user control) as Accept button to the parent form. Pin
kumardilip13-Mar-09 0:14
kumardilip13-Mar-09 0:14 
QuestionHow to Check whether file exists Pin
S K Y11-Mar-09 20:08
S K Y11-Mar-09 20:08 
AnswerRe: How to Check whether file exists Pin
dan!sh 11-Mar-09 20:17
professional dan!sh 11-Mar-09 20:17 
GeneralRe: How to Check whether file exists Pin
S K Y11-Mar-09 21:19
S K Y11-Mar-09 21:19 
GeneralRe: How to Check whether file exists Pin
Ashfield11-Mar-09 22:00
Ashfield11-Mar-09 22:00 
GeneralRe: How to Check whether file exists Pin
0x3c011-Mar-09 22:07
0x3c011-Mar-09 22:07 
GeneralRe: How to Check whether file exists Pin
dan!sh 11-Mar-09 22:29
professional dan!sh 11-Mar-09 22:29 
GeneralRe: How to Check whether file exists Pin
Christian Graus11-Mar-09 22:55
protectorChristian Graus11-Mar-09 22:55 
GeneralRe: How to Check whether file exists Pin
Goobashi11-Mar-09 23:27
Goobashi11-Mar-09 23:27 
GeneralRe: How to Check whether file exists Pin
Pete O'Hanlon11-Mar-09 23:57
mvePete O'Hanlon11-Mar-09 23:57 
GeneralRe: How to Check whether file exists Pin
dan!sh 12-Mar-09 0:18
professional dan!sh 12-Mar-09 0:18 

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.