Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
QuestionMerge Modules...in setup project? [modified] Pin
Pankaj - Joshi4-Nov-07 19:30
Pankaj - Joshi4-Nov-07 19:30 
QuestionCAB/SCSF - How to load the modules asynchronously on-demand Pin
Michael Sync4-Nov-07 19:24
Michael Sync4-Nov-07 19:24 
QuestionNavigate Focus with Arrow Keys on Container having Multiple Panels/Controls Pin
Sukhjinder_K4-Nov-07 19:19
Sukhjinder_K4-Nov-07 19:19 
QuestionHow to implement localization for crystal reports (VS2005)? Pin
huheng_0_04-Nov-07 18:27
huheng_0_04-Nov-07 18:27 
Questionresolution issue Pin
Tauseef A4-Nov-07 16:32
Tauseef A4-Nov-07 16:32 
AnswerRe: resolution issue Pin
Luc Pattyn4-Nov-07 17:09
sitebuilderLuc Pattyn4-Nov-07 17:09 
AnswerRe: resolution issue Pin
Michael Sync4-Nov-07 19:14
Michael Sync4-Nov-07 19:14 
QuestionFew questions Pin
C# Beginner Nick4-Nov-07 11:16
C# Beginner Nick4-Nov-07 11:16 
Hey,
How would I change the strings of a text box (richTextBox1) from a button on a different form?

-- modified at 17:25 Sunday 4th November, 2007

Also how would i make the main parent form stay top most when another form's check box with the Code below in it is checked?

if (checkBox1.Checked == true)<br />
{ this.TopMost = true; }<br />
else<br />
{ this.TopMost = false; }


Do i need to change this.TopMost to form1.TopMost?
AnswerRe: Few questions Pin
Colin Angus Mackay4-Nov-07 12:16
Colin Angus Mackay4-Nov-07 12:16 
GeneralRe: Few questions Pin
C# Beginner Nick4-Nov-07 12:39
C# Beginner Nick4-Nov-07 12:39 
GeneralRe: Few questions Pin
Colin Angus Mackay4-Nov-07 12:49
Colin Angus Mackay4-Nov-07 12:49 
GeneralRe: Few questions Pin
C# Beginner Nick7-Nov-07 11:04
C# Beginner Nick7-Nov-07 11:04 
GeneralRe: Few questions Pin
Colin Angus Mackay7-Nov-07 14:08
Colin Angus Mackay7-Nov-07 14:08 
AnswerRe: Few questions Pin
Anthony Mushrow4-Nov-07 12:18
professionalAnthony Mushrow4-Nov-07 12:18 
GeneralRe: Few questions Pin
C# Beginner Nick4-Nov-07 12:39
C# Beginner Nick4-Nov-07 12:39 
QuestionPassword Pin
MasterSharp4-Nov-07 9:34
MasterSharp4-Nov-07 9:34 
AnswerRe: Password Pin
Ravi Bhavnani4-Nov-07 9:45
professionalRavi Bhavnani4-Nov-07 9:45 
AnswerRe: Password Pin
Luc Pattyn4-Nov-07 9:52
sitebuilderLuc Pattyn4-Nov-07 9:52 
GeneralRe: Password Pin
MasterSharp4-Nov-07 9:58
MasterSharp4-Nov-07 9:58 
AnswerRe: Password Pin
Guffa4-Nov-07 11:33
Guffa4-Nov-07 11:33 
GeneralRe: Password Pin
MasterSharp4-Nov-07 13:15
MasterSharp4-Nov-07 13:15 
GeneralRe: Password Pin
Ravi Bhavnani4-Nov-07 13:52
professionalRavi Bhavnani4-Nov-07 13:52 
GeneralRe: Password Pin
Christian Graus4-Nov-07 15:09
protectorChristian Graus4-Nov-07 15:09 
AnswerRe: Password Pin
Nouman Bhatti4-Nov-07 19:18
Nouman Bhatti4-Nov-07 19:18 
QuestionCalender dayview Pin
NewToAspDotNet4-Nov-07 7:59
NewToAspDotNet4-Nov-07 7:59 

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.