Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralVersioning Pin
27-May-02 18:05
suss27-May-02 18:05 
GeneralRe: Versioning Pin
James T. Johnson28-May-02 8:36
James T. Johnson28-May-02 8:36 
GeneralRe: Versioning Pin
29-May-02 9:55
suss29-May-02 9:55 
GeneralCalling default mail client...... Pin
Pranoti27-May-02 7:35
Pranoti27-May-02 7:35 
GeneralRe: Calling default mail client...... Pin
Rocky Moore27-May-02 8:46
Rocky Moore27-May-02 8:46 
GeneralUsing OCX controls in .NET Pin
JerzyPeter27-May-02 5:50
JerzyPeter27-May-02 5:50 
GeneralTextBox text color Pin
Paddy26-May-02 19:30
Paddy26-May-02 19:30 
GeneralRe: TextBox text color Pin
Nick Parker26-May-02 19:33
protectorNick Parker26-May-02 19:33 
Hmmm... Your question caught me as setting the ForeColor property in the designer should work, in fact it works on my box Confused | :confused: . However if you would like to change the color programtically you can do:
<code>
this.textBox1.ForeColor = Color.Aqua;


You should see call kinds of different colors in the intellisence once you type Color. You may also need to prepend this. in front of your textBox1

HTH

Nick Parker
GeneralRe: TextBox text color Pin
Paddy26-May-02 19:47
Paddy26-May-02 19:47 
GeneralRe: TextBox text color Pin
Nick Parker26-May-02 20:00
protectorNick Parker26-May-02 20:00 
GeneralRe: TextBox text color Pin
Paddy26-May-02 20:44
Paddy26-May-02 20:44 
GeneralRe: TextBox text color Pin
Rocky Moore26-May-02 22:25
Rocky Moore26-May-02 22:25 
GeneralRe: TextBox text color Pin
Paddy27-May-02 1:30
Paddy27-May-02 1:30 
GeneralRe: TextBox text color Pin
Rickard Andersson2027-May-02 1:41
Rickard Andersson2027-May-02 1:41 
GeneralRe: TextBox text color Pin
Paddy27-May-02 2:00
Paddy27-May-02 2:00 
GeneralRe: TextBox text color Pin
Rickard Andersson2027-May-02 2:59
Rickard Andersson2027-May-02 2:59 
GeneralRe: TextBox text color Pin
Paddy27-May-02 3:48
Paddy27-May-02 3:48 
GeneralCycle Through Bytes Of File Pin
Nick Parker26-May-02 17:14
protectorNick Parker26-May-02 17:14 
GeneralRe: Cycle Through Bytes Of File Pin
Nish Nishant26-May-02 19:51
sitebuilderNish Nishant26-May-02 19:51 
GeneralRe: Cycle Through Bytes Of File Pin
Nick Parker26-May-02 20:07
protectorNick Parker26-May-02 20:07 
GeneralRe: Cycle Through Bytes Of File Pin
Nish Nishant26-May-02 20:35
sitebuilderNish Nishant26-May-02 20:35 
GeneralRe: Cycle Through Bytes Of File Pin
Nick Parker27-May-02 4:26
protectorNick Parker27-May-02 4:26 
GeneralRe: Cycle Through Bytes Of File Pin
James T. Johnson27-May-02 5:39
James T. Johnson27-May-02 5:39 
GeneralRe: Cycle Through Bytes Of File Pin
Nish Nishant27-May-02 14:47
sitebuilderNish Nishant27-May-02 14:47 
GeneralRe: Cycle Through Bytes Of File Pin
27-May-02 23:27
suss27-May-02 23:27 

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.