Click here to Skip to main content
15,923,164 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need fast way to populate treeView Pin
L Henson22-Aug-07 5:13
L Henson22-Aug-07 5:13 
AnswerRe: Need fast way to populate treeView Pin
martin_hughes22-Aug-07 5:46
martin_hughes22-Aug-07 5:46 
GeneralRe: Need fast way to populate treeView Pin
pbraun22-Aug-07 8:40
pbraun22-Aug-07 8:40 
AnswerRe: Need fast way to populate treeView Pin
Whytespot22-Aug-07 10:44
Whytespot22-Aug-07 10:44 
AnswerRe: Saving PageSetupDialog.PageSettings; Pin
Luc Pattyn22-Aug-07 4:39
sitebuilderLuc Pattyn22-Aug-07 4:39 
GeneralRe: Saving PageSetupDialog.PageSettings; Pin
udikantz22-Aug-07 5:09
udikantz22-Aug-07 5:09 
QuestionWrite Dataset to SQL Pin
GermanDM22-Aug-07 3:50
GermanDM22-Aug-07 3:50 
AnswerRe: Write Dataset to SQL Pin
Vasudevan Deepak Kumar22-Aug-07 5:00
Vasudevan Deepak Kumar22-Aug-07 5:00 
AnswerRe: Write Dataset to SQL Pin
costavo22-Aug-07 5:00
costavo22-Aug-07 5:00 
AnswerRe: Write Dataset to SQL Pin
Giorgi Dalakishvili22-Aug-07 5:01
mentorGiorgi Dalakishvili22-Aug-07 5:01 
Questionstring.IndexOf help Pin
solutionsville22-Aug-07 3:28
solutionsville22-Aug-07 3:28 
AnswerRe: string.IndexOf help Pin
Martin#22-Aug-07 3:45
Martin#22-Aug-07 3:45 
GeneralRe: string.IndexOf help Pin
solutionsville22-Aug-07 4:06
solutionsville22-Aug-07 4:06 
GeneralRe: string.IndexOf help Pin
Martin#22-Aug-07 4:30
Martin#22-Aug-07 4:30 
GeneralRe: string.IndexOf help Pin
solutionsville22-Aug-07 4:43
solutionsville22-Aug-07 4:43 
GeneralRe: string.IndexOf help Pin
Martin#22-Aug-07 4:47
Martin#22-Aug-07 4:47 
AnswerRe: string.IndexOf help Pin
Justin Perez22-Aug-07 3:46
Justin Perez22-Aug-07 3:46 
QuestionC# DATE FORMAT Pin
KETAN.RK22-Aug-07 3:09
KETAN.RK22-Aug-07 3:09 
AnswerRe: C# DATE FORMAT Pin
J4amieC22-Aug-07 3:10
J4amieC22-Aug-07 3:10 
GeneralRe: C# DATE FORMAT Pin
KETAN.RK22-Aug-07 5:01
KETAN.RK22-Aug-07 5:01 
GeneralRe: C# DATE FORMAT Pin
J4amieC22-Aug-07 5:56
J4amieC22-Aug-07 5:56 
AnswerRe: C# DATE FORMAT Pin
Levon Nalbandyan22-Aug-07 3:32
Levon Nalbandyan22-Aug-07 3:32 
Questiontooltips Pin
Sunshine Always22-Aug-07 2:11
Sunshine Always22-Aug-07 2:11 
AnswerRe: tooltips Pin
SpiveyC#22-Aug-07 3:45
SpiveyC#22-Aug-07 3:45 
GeneralRe: tooltips Pin
Sunshine Always22-Aug-07 3:58
Sunshine Always22-Aug-07 3:58 
this is what i do if the application is in .NET Framework
private void button1_MouseHover(object sender, System.EventArgs e)
{
toolTip1.SetToolTip(button1,"Hello World");
}

toolTip1 is an object of the ToolTip control present in the toolbox. but i dont have this control in the toolbox for compact framework.

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.