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

C#

 
GeneralRe: Looking for a new file editor Pin
MacRaider49-Apr-14 6:17
MacRaider49-Apr-14 6:17 
AnswerRe: Looking for a new file editor Pin
Ron Nicholson9-Apr-14 6:39
professionalRon Nicholson9-Apr-14 6:39 
AnswerRe: Looking for a new file editor Pin
BillWoodruff9-Apr-14 14:47
professionalBillWoodruff9-Apr-14 14:47 
Questionserial port of Huawei modem Pin
ASalamBarket8-Apr-14 23:28
ASalamBarket8-Apr-14 23:28 
AnswerRe: serial port of Huawei modem Pin
Dave Kreskowiak9-Apr-14 2:32
mveDave Kreskowiak9-Apr-14 2:32 
NewsMessage Closed Pin
8-Apr-14 22:06
cpquest8-Apr-14 22:06 
GeneralMessage Removed Pin
8-Apr-14 23:09
mveRichard MacCutchan8-Apr-14 23:09 
QuestionSet or get the background color NavBar Control of DevExpress ? Pin
Member 24584678-Apr-14 19:53
Member 24584678-Apr-14 19:53 
I've set (or get) the background color NavBar Control but it isn't ? you see code below.

set background color NavBar Control:
C#
navBarControl1.Appearance.GroupBackground.BackColor = Color.White;
navBarControl1.BackColor = Color.White;


or get background color NavBar Control:
C#
System.Drawing.Color c1 = navBarControl1.Appearance.GroupBackground.BackColor;
System.Drawing.Color c2 = navBarControl1.BackColor;
webBrowser1.Document.BackColor = c1;
webBrowser2.Document.BackColor = c2;


do you know set or get the background color NavBar ?
AnswerRe: Set or get the background color NavBar Control of DevExpress ? Pin
BillWoodruff9-Apr-14 0:10
professionalBillWoodruff9-Apr-14 0:10 
QuestionError webBrowser c# Pin
william ormundo8-Apr-14 4:42
william ormundo8-Apr-14 4:42 
AnswerRe: Error webBrowser c# Pin
Dave Kreskowiak8-Apr-14 4:47
mveDave Kreskowiak8-Apr-14 4:47 
GeneralRe: Error webBrowser c# Pin
william ormundo8-Apr-14 4:57
william ormundo8-Apr-14 4:57 
GeneralRe: Error webBrowser c# Pin
Dave Kreskowiak8-Apr-14 5:08
mveDave Kreskowiak8-Apr-14 5:08 
GeneralRe: Error webBrowser c# Pin
william ormundo8-Apr-14 5:23
william ormundo8-Apr-14 5:23 
GeneralRe: Error webBrowser c# Pin
william ormundo8-Apr-14 5:49
william ormundo8-Apr-14 5:49 
QuestionIssue with Session Management Pin
Member 107334468-Apr-14 3:21
Member 107334468-Apr-14 3:21 
AnswerRe: Issue with Session Management Pin
Wes Aday8-Apr-14 4:16
professionalWes Aday8-Apr-14 4:16 
QuestionInvalidCastException while changing windows service startup type Pin
AshwiniSH7-Apr-14 21:26
professionalAshwiniSH7-Apr-14 21:26 
QuestionRe: InvalidCastException while changing windows service startup type Pin
Ravi Bhavnani8-Apr-14 4:39
professionalRavi Bhavnani8-Apr-14 4:39 
Questionunable to start debugging Pin
arulbaskar7-Apr-14 3:54
arulbaskar7-Apr-14 3:54 
AnswerRe: unable to start debugging Pin
OriginalGriff7-Apr-14 4:38
mveOriginalGriff7-Apr-14 4:38 
AnswerRe: unable to start debugging Pin
ZurdoDev7-Apr-14 8:47
professionalZurdoDev7-Apr-14 8:47 
Questionc# get method object by address from C++ program Pin
Lord Baaleos7-Apr-14 0:45
Lord Baaleos7-Apr-14 0:45 
AnswerRe: c# get method object by address from C++ program Pin
Richard Deeming7-Apr-14 2:07
mveRichard Deeming7-Apr-14 2:07 
AnswerRe: c# get method object by address from C++ program Pin
BobJanova7-Apr-14 2:57
BobJanova7-Apr-14 2:57 

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.