Click here to Skip to main content
16,020,313 members
Home / Discussions / C#
   

C#

 
QuestionPassing more than one QueryString Pin
leckey13-Jul-06 4:28
leckey13-Jul-06 4:28 
AnswerRe: Passing more than one QueryString Pin
Not Active13-Jul-06 4:55
mentorNot Active13-Jul-06 4:55 
QuestionDoing own ToolStripItems… Pin
anderslundsgard13-Jul-06 4:26
anderslundsgard13-Jul-06 4:26 
AnswerRe: Doing own ToolStripItems… Pin
Ed.Poore15-Jul-06 13:04
Ed.Poore15-Jul-06 13:04 
QuestionConverting a Color to RGB (not ARGB) Pin
anderslundsgard13-Jul-06 3:27
anderslundsgard13-Jul-06 3:27 
AnswerRe: Converting a Color to RGB (not ARGB) Pin
stancrm13-Jul-06 3:34
stancrm13-Jul-06 3:34 
GeneralRe: Converting a Color to RGB (not ARGB) Pin
anderslundsgard13-Jul-06 4:06
anderslundsgard13-Jul-06 4:06 
GeneralRe: Converting a Color to RGB (not ARGB) Pin
Christian Graus13-Jul-06 4:22
protectorChristian Graus13-Jul-06 4:22 
The A is almost always going to be 255, and therefore be irrelevant. Color doesn't HAVE an A. The alpha tells you how strongly the color is blended with the background. So if it's 255, you can ignore it. If it's not, I guess you can scale the values according to how they'd draw over white or black, if you really want to.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
GeneralRe: Converting a Color to RGB (not ARGB) Pin
stancrm13-Jul-06 8:40
stancrm13-Jul-06 8:40 
QuestionRun store procedure in C# setup Pin
Saamir13-Jul-06 3:22
Saamir13-Jul-06 3:22 
AnswerRe: Run store procedure in C# setup Pin
Christian Graus13-Jul-06 4:23
protectorChristian Graus13-Jul-06 4:23 
GeneralRe: Run store procedure in C# setup Pin
BoneSoft13-Jul-06 6:21
BoneSoft13-Jul-06 6:21 
GeneralRe: Run store procedure in C# setup Pin
Saamir16-Jul-06 8:25
Saamir16-Jul-06 8:25 
Questionproblem with starting windows forms ? help plz... Pin
cmpeng3413-Jul-06 2:59
cmpeng3413-Jul-06 2:59 
AnswerRe: problem with starting windows forms ? help plz... Pin
stancrm13-Jul-06 3:07
stancrm13-Jul-06 3:07 
AnswerRe: problem with starting windows forms ? help plz... Pin
Ravi Bhavnani13-Jul-06 4:50
professionalRavi Bhavnani13-Jul-06 4:50 
QuestionRetrieving the value of a field in a dataset Pin
Glen Harvy13-Jul-06 2:56
Glen Harvy13-Jul-06 2:56 
AnswerRe: Retrieving the value of a field in a dataset Pin
leckey13-Jul-06 4:11
leckey13-Jul-06 4:11 
GeneralRe: Retrieving the value of a field in a dataset Pin
Glen Harvy13-Jul-06 10:58
Glen Harvy13-Jul-06 10:58 
GeneralRe: Retrieving the value of a field in a dataset Pin
leckey13-Jul-06 11:04
leckey13-Jul-06 11:04 
GeneralRe: Retrieving the value of a field in a dataset Pin
Glen Harvy13-Jul-06 11:52
Glen Harvy13-Jul-06 11:52 
QuestionDecoding Hex to String [modified] Pin
MrEyes13-Jul-06 2:48
MrEyes13-Jul-06 2:48 
AnswerRe: Decoding Hex to String Pin
Wjousts13-Jul-06 2:53
Wjousts13-Jul-06 2:53 
GeneralRe: Decoding Hex to String Pin
MrEyes13-Jul-06 3:02
MrEyes13-Jul-06 3:02 
AnswerRe: Decoding Hex to String Pin
Ravi Bhavnani13-Jul-06 2:56
professionalRavi Bhavnani13-Jul-06 2:56 

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.