Click here to Skip to main content
16,017,788 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: Few questions Pin
Colin Angus Mackay4-Nov-07 12:16
Colin Angus Mackay4-Nov-07 12:16 
Rather than modify a post to add a new question you should start a new thread for a new thread.


C# Beginner Nick wrote:
How would I change the strings of a text box (richTextBox1) from a button on a different form?


See Passing Values between forms[^]


C# Beginner Nick wrote:
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)
{ this.TopMost = true; }
else
{ this.TopMost = false; }

Do i need to change this.TopMost to form1.TopMost?


Did you try it? What happened?

Also, you might want to consider giving your controls better names. "cehckBox1" is hardly descriptive.




Upcoming FREE developer events:
* Glasgow: SQL Server Managed Objects AND Reporting Services ...

My website

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 
QuestionAdding A new Property To DataGridViewCell Pin
half-life4-Nov-07 7:44
half-life4-Nov-07 7:44 

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.