Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
QuestionHow to change the color & size of the text in a textbox Pin
Bahaa Hany26-Jun-07 18:15
Bahaa Hany26-Jun-07 18:15 
AnswerRe: How to change the color & size of the text in a textbox Pin
Sathesh Sakthivel26-Jun-07 18:18
Sathesh Sakthivel26-Jun-07 18:18 
GeneralRe: How to change the color & size of the text in a textbox Pin
Bahaa Hany26-Jun-07 18:28
Bahaa Hany26-Jun-07 18:28 
GeneralRe: How to change the color & size of the text in a textbox Pin
Sathesh Sakthivel26-Jun-07 18:36
Sathesh Sakthivel26-Jun-07 18:36 
GeneralRe: How to change the color & size of the text in a textbox Pin
Christian Graus26-Jun-07 18:59
protectorChristian Graus26-Jun-07 18:59 
GeneralRe: How to change the color & size of the text in a textbox Pin
Blumen26-Jun-07 19:15
Blumen26-Jun-07 19:15 
GeneralRe: How to change the color & size of the text in a textbox Pin
Christian Graus26-Jun-07 20:11
protectorChristian Graus26-Jun-07 20:11 
AnswerRe: How to change the color & size of the text in a textbox Pin
I.explore.code26-Jun-07 18:50
I.explore.code26-Jun-07 18:50 
Hi,

u can use this code to set the text color but u cannot set the font size as it is read only and u have to set it at the design time itself:

<br />
textBox1.ForeColor = Color.Red;<br />
textBox1.Text = "Welcome";<br />


even if u try assigning size to the Font.Size property, the code wont complile.
GeneralRe: How to change the color & size of the text in a textbox Pin
Bahaa Hany26-Jun-07 18:59
Bahaa Hany26-Jun-07 18:59 
QuestionHow to load and run non .net exe in memory? Pin
Rationalise26-Jun-07 16:06
Rationalise26-Jun-07 16:06 
AnswerRe: How to load and run non .net exe in memory? Pin
Christian Graus26-Jun-07 16:21
protectorChristian Graus26-Jun-07 16:21 
QuestionHow can I access the App's tab in the task Manager Pin
jeguzmanv26-Jun-07 14:59
jeguzmanv26-Jun-07 14:59 
AnswerRe: How can I access the App's tab in the task Manager Pin
Christian Graus26-Jun-07 15:45
protectorChristian Graus26-Jun-07 15:45 
GeneralRe: How can I access the App's tab in the task Manager Pin
jeguzmanv27-Jun-07 5:03
jeguzmanv27-Jun-07 5:03 
GeneralRe: How can I access the App's tab in the task Manager Pin
jeguzmanv27-Jun-07 5:52
jeguzmanv27-Jun-07 5:52 
QuestionProblem I can't get past. Pin
Cory Borrow26-Jun-07 13:54
Cory Borrow26-Jun-07 13:54 
AnswerRe: Problem I can't get past. Pin
Ed.Poore26-Jun-07 13:59
Ed.Poore26-Jun-07 13:59 
GeneralRe: Problem I can't get past. Pin
Cory Borrow26-Jun-07 14:49
Cory Borrow26-Jun-07 14:49 
AnswerRe: Problem I can't get past. Pin
Christian Graus26-Jun-07 15:02
protectorChristian Graus26-Jun-07 15:02 
GeneralRe: Problem I can't get past. Pin
Cory Borrow26-Jun-07 15:54
Cory Borrow26-Jun-07 15:54 
GeneralRe: Problem I can't get past. Pin
Christian Graus26-Jun-07 16:22
protectorChristian Graus26-Jun-07 16:22 
QuestionC#, IE, C++ & BHO's... getting a C# Explorer Toolbar to talk to a C++ BHO Pin
BenAnderson26-Jun-07 11:03
BenAnderson26-Jun-07 11:03 
Questionftp FtpWebRespose.GetRespone() Exception Pin
Mostafa Siraj26-Jun-07 8:43
Mostafa Siraj26-Jun-07 8:43 
QuestionUDP Error Pin
ramdil26-Jun-07 6:54
ramdil26-Jun-07 6:54 
AnswerRe: UDP Error Pin
Dave Kreskowiak26-Jun-07 7:07
mveDave Kreskowiak26-Jun-07 7:07 

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.