Click here to Skip to main content
15,890,882 members
Home / Discussions / C#
   

C#

 
QuestionDuplicating the contents of a treeView Pin
AngryC13-Jul-06 9:30
AngryC13-Jul-06 9:30 
AnswerRe: Duplicating the contents of a treeView Pin
Ennis Ray Lynch, Jr.13-Jul-06 9:38
Ennis Ray Lynch, Jr.13-Jul-06 9:38 
GeneralRe: Duplicating the contents of a treeView Pin
AngryC13-Jul-06 9:47
AngryC13-Jul-06 9:47 
AnswerRe: Duplicating the contents of a treeView Pin
BoneSoft13-Jul-06 9:57
BoneSoft13-Jul-06 9:57 
QuestionTextBox Array in C#.NET Pin
orentuil13-Jul-06 9:18
orentuil13-Jul-06 9:18 
AnswerRe: TextBox Array in C#.NET Pin
Josh Smith13-Jul-06 9:23
Josh Smith13-Jul-06 9:23 
GeneralRe: TextBox Array in C#.NET Pin
orentuil13-Jul-06 9:54
orentuil13-Jul-06 9:54 
Questionsaving color in databse and retring Pin
_tasleem13-Jul-06 9:16
_tasleem13-Jul-06 9:16 
hi i had get the color through color dialog box and saved them in database nd then i want to set on the form?
then i want to set the color of dalog reading from the datbase but it gives error that cannot change readonly property.
System.drawing.color clr=new color();
clr.A=a;//read from db; //gives error that cannot change readonly property
.R=b;
.B=v//et
now i want to set the form color to this.
this.color=clr;
how to assign values to color variables?


Tasleem Arif
AnswerRe: saving color in databse and retring Pin
BoneSoft13-Jul-06 9:51
BoneSoft13-Jul-06 9:51 
GeneralUse the Int32 constructor Pin
Ennis Ray Lynch, Jr.13-Jul-06 10:19
Ennis Ray Lynch, Jr.13-Jul-06 10:19 
GeneralRe: saving color in databse and retring Pin
Josh Smith13-Jul-06 10:28
Josh Smith13-Jul-06 10:28 
GeneralRe: saving color in databse and retring Pin
BoneSoft13-Jul-06 11:35
BoneSoft13-Jul-06 11:35 
GeneralRe: saving color in databse and retring Pin
Josh Smith13-Jul-06 16:53
Josh Smith13-Jul-06 16:53 
QuestionGrouped Check Boxes Pin
joshp121713-Jul-06 9:04
joshp121713-Jul-06 9:04 
AnswerRe: Grouped Check Boxes Pin
Josh Smith13-Jul-06 9:06
Josh Smith13-Jul-06 9:06 
GeneralRe: Grouped Check Boxes Pin
joshp121713-Jul-06 9:08
joshp121713-Jul-06 9:08 
GeneralRe: Grouped Check Boxes Pin
Josh Smith13-Jul-06 9:27
Josh Smith13-Jul-06 9:27 
JokeRe: Grouped Check Boxes Pin
BoneSoft13-Jul-06 11:39
BoneSoft13-Jul-06 11:39 
AnswerWhile physically possible Pin
Ennis Ray Lynch, Jr.13-Jul-06 9:10
Ennis Ray Lynch, Jr.13-Jul-06 9:10 
Generalcode Pin
Ennis Ray Lynch, Jr.13-Jul-06 9:13
Ennis Ray Lynch, Jr.13-Jul-06 9:13 
GeneralRe: While physically possible Pin
joshp121713-Jul-06 9:16
joshp121713-Jul-06 9:16 
QuestionDecoding SNMP Data Pin
MrEyes13-Jul-06 7:51
MrEyes13-Jul-06 7:51 
QuestionHow I can Read this File in C# Pin
mm31013-Jul-06 7:38
mm31013-Jul-06 7:38 
AnswerRe: How I can Read this File in C# Pin
Not Active13-Jul-06 7:43
mentorNot Active13-Jul-06 7:43 
AnswerRe: How I can Read this File in C# Pin
stancrm13-Jul-06 8:32
stancrm13-Jul-06 8:32 

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.