Click here to Skip to main content
16,011,949 members
Home / Discussions / C#
   

C#

 
Questionwho do i add atext to textbox in section1 in crystalreport Pin
Member 439903616-May-09 0:30
Member 439903616-May-09 0:30 
QuestionTwo C#.Net questions Pin
Roland Szigeti16-May-09 0:21
Roland Szigeti16-May-09 0:21 
AnswerRe: Two C#.Net questions Pin
PIEBALDconsult16-May-09 3:26
mvePIEBALDconsult16-May-09 3:26 
GeneralRe: Two C#.Net questions Pin
Roland Szigeti16-May-09 3:56
Roland Szigeti16-May-09 3:56 
GeneralRe: Two C#.Net questions Pin
PIEBALDconsult16-May-09 7:35
mvePIEBALDconsult16-May-09 7:35 
GeneralRe: Two C#.Net questions Pin
Roland Szigeti16-May-09 8:14
Roland Szigeti16-May-09 8:14 
GeneralRe: Two C#.Net questions Pin
PIEBALDconsult16-May-09 9:48
mvePIEBALDconsult16-May-09 9:48 
AnswerRe: Two C#.Net questions Pin
MumbleB16-May-09 5:24
MumbleB16-May-09 5:24 
1. Very very odd.

2. See below code. You can add this in the Form_Load Event.
toolTip1.AutoPopDelay = 5000;
toolTip1.InitialDelay = 500;
toolTip1.ReshowDelay = 500;
toolTip1.ShowAlways = true;
toolTip1.SetToolTip(this.btnRun, "Run");
toolTip1.SetToolTip(this.btnSelectDirToSave, "Select Output Directory");
toolTip1.SetToolTip(this.btnSelectTxtFile, "Select File to Process");


Hope this helps

Excellence is doing ordinary things extraordinarily well.

GeneralRe: Two C#.Net questions Pin
Roland Szigeti16-May-09 5:27
Roland Szigeti16-May-09 5:27 
GeneralRe: Two C#.Net questions Pin
MumbleB16-May-09 5:36
MumbleB16-May-09 5:36 
QuestionResize Objects with Mouse Pin
ytubis15-May-09 22:56
ytubis15-May-09 22:56 
AnswerRe: Resize Objects with Mouse Pin
dan!sh 16-May-09 0:17
professional dan!sh 16-May-09 0:17 
QuestionCheck if web-frame in webclient is done loading Pin
Member 441789215-May-09 22:17
Member 441789215-May-09 22:17 
Questioncheck open form Pin
michaelgr115-May-09 22:09
michaelgr115-May-09 22:09 
AnswerRe: check open form Pin
Anubhava Dimri15-May-09 22:26
Anubhava Dimri15-May-09 22:26 
AnswerRe: check open form Pin
A.m.a.L15-May-09 22:46
A.m.a.L15-May-09 22:46 
AnswerRe: check open form Pin
dan!sh 16-May-09 0:19
professional dan!sh 16-May-09 0:19 
QuestionHow to use Combo box in C# Pin
dotnetkoders15-May-09 21:00
dotnetkoders15-May-09 21:00 
AnswerRe: How to use Combo box in C# Pin
DaveyM6915-May-09 21:06
professionalDaveyM6915-May-09 21:06 
Questionimportant msg Pin
aadikadain15-May-09 20:19
aadikadain15-May-09 20:19 
AnswerRe: important msg Pin
dan!sh 15-May-09 20:21
professional dan!sh 15-May-09 20:21 
AnswerRe: important msg Pin
A.m.a.L15-May-09 22:50
A.m.a.L15-May-09 22:50 
GeneralRe: important msg Pin
Baeltazor16-May-09 0:47
Baeltazor16-May-09 0:47 
QuestionAssigning value to session in javascript Pin
Indrajeet Sutar15-May-09 20:06
Indrajeet Sutar15-May-09 20:06 
AnswerRe: Assigning value to session in javascript Pin
dan!sh 15-May-09 20:08
professional dan!sh 15-May-09 20:08 

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.