Click here to Skip to main content
15,928,207 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to set a parent form Pin
kkadir20-Dec-06 20:13
kkadir20-Dec-06 20:13 
QuestionGetting music attributes, like Artist etc. Pin
Anthony Mushrow20-Dec-06 7:23
professionalAnthony Mushrow20-Dec-06 7:23 
AnswerRe: Getting music attributes, like Artist etc. Pin
Guffa20-Dec-06 7:40
Guffa20-Dec-06 7:40 
GeneralRe: Getting music attributes, like Artist etc. Pin
Anthony Mushrow20-Dec-06 8:47
professionalAnthony Mushrow20-Dec-06 8:47 
GeneralRe: Getting music attributes, like Artist etc. Pin
User 665820-Dec-06 9:00
User 665820-Dec-06 9:00 
GeneralRe: Getting music attributes, like Artist etc. Pin
Anthony Mushrow20-Dec-06 12:45
professionalAnthony Mushrow20-Dec-06 12:45 
QuestionRGB to color Pin
dsl/fahk20-Dec-06 6:38
dsl/fahk20-Dec-06 6:38 
AnswerRe: RGB to color Pin
Guffa20-Dec-06 6:59
Guffa20-Dec-06 6:59 
The R, G and B properties are read-only because you can't change a color value, you have to create a new color value.

You can use the FromArgb and ToArgb methods to convert from int to Color and back.

You can use the formatting string "X6" if you want to format an int to a six digit hexadecimal string, and if you want to parse a string to an int.

---
It's amazing to see how much work some people will go through just to avoid a little bit of work.

QuestionHow to disable button_click event in asp.net ? Pin
hdv21220-Dec-06 6:10
hdv21220-Dec-06 6:10 
AnswerRe: How to disable button_click event in asp.net ? Pin
ednrgc20-Dec-06 7:20
ednrgc20-Dec-06 7:20 
GeneralRe: How to disable button_click event in asp.net ? Pin
hdv21220-Dec-06 7:55
hdv21220-Dec-06 7:55 
AnswerRe: How to disable button_click event in asp.net ? Pin
Netricity20-Dec-06 11:24
Netricity20-Dec-06 11:24 
QuestionInvoking a function from a schedular Pin
BraveShogun20-Dec-06 6:00
BraveShogun20-Dec-06 6:00 
QuestionSettings Problem Pin
dsl/fahk20-Dec-06 5:28
dsl/fahk20-Dec-06 5:28 
AnswerRe: Settings Problem Pin
dsl/fahk20-Dec-06 6:34
dsl/fahk20-Dec-06 6:34 
QuestionPls Help! How to reference the dynamically generate textbox ID Pin
MyRunner20-Dec-06 5:05
MyRunner20-Dec-06 5:05 
AnswerRe: Pls Help! How to reference the dynamically generate textbox ID Pin
Rob Graham20-Dec-06 5:56
Rob Graham20-Dec-06 5:56 
GeneralRe: Pls Help! How to reference the dynamically generate textbox ID Pin
Guffa20-Dec-06 6:24
Guffa20-Dec-06 6:24 
QuestionSocket listening Pin
choopie20-Dec-06 2:59
choopie20-Dec-06 2:59 
AnswerRe: Socket listening Pin
Eitsop20-Dec-06 4:14
Eitsop20-Dec-06 4:14 
GeneralRe: Socket listening Pin
choopie20-Dec-06 6:04
choopie20-Dec-06 6:04 
Questiongetting the checked items Pin
quiteSmart20-Dec-06 2:37
quiteSmart20-Dec-06 2:37 
AnswerRe: getting the checked items Pin
Stefan Troschuetz20-Dec-06 2:53
Stefan Troschuetz20-Dec-06 2:53 
QuestionDelegate And Event Pin
ronivars20-Dec-06 2:31
ronivars20-Dec-06 2:31 
AnswerRe: Delegate And Event Pin
Tristan Rhodes20-Dec-06 5:35
Tristan Rhodes20-Dec-06 5:35 

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.