Click here to Skip to main content
15,912,578 members
Home / Discussions / C#
   

C#

 
GeneralRe: RichTextBox Marquee Pin
jacklynn_mei1-Nov-07 20:19
jacklynn_mei1-Nov-07 20:19 
GeneralRe: RichTextBox Marquee Pin
Abhijit Jana1-Nov-07 22:14
professionalAbhijit Jana1-Nov-07 22:14 
QuestionRuntime .NET library loading Pin
sabrown1001-Nov-07 14:59
sabrown1001-Nov-07 14:59 
AnswerRe: Runtime .NET library loading Pin
Paul Conrad1-Nov-07 15:46
professionalPaul Conrad1-Nov-07 15:46 
GeneralRe: Runtime .NET library loading Pin
sabrown1002-Nov-07 13:56
sabrown1002-Nov-07 13:56 
AnswerRe: Runtime .NET library loading Pin
Judah Gabriel Himango1-Nov-07 15:52
sponsorJudah Gabriel Himango1-Nov-07 15:52 
QuestionCan I get the "RGB" of one pixel in one image?? Pin
Yinfall1-Nov-07 14:21
Yinfall1-Nov-07 14:21 
AnswerRe: Can I get the "RGB" of one pixel in one image?? Pin
Luc Pattyn1-Nov-07 14:46
sitebuilderLuc Pattyn1-Nov-07 14:46 
Hi,

the Bitmap class is intended for holding images. It has a GetPixel(x,y) method that
returns the Color of a single pixel. The Color struct has properties Red, Green, Blue.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


GeneralRe: Can I get the "RGB" of one pixel in one image?? Pin
Yinfall1-Nov-07 15:49
Yinfall1-Nov-07 15:49 
GeneralRe: Can I get the "RGB" of one pixel in one image?? Pin
Luc Pattyn1-Nov-07 15:56
sitebuilderLuc Pattyn1-Nov-07 15:56 
QuestionChaging Contents in a text box [modified] Pin
C# Beginner Nick1-Nov-07 13:05
C# Beginner Nick1-Nov-07 13:05 
AnswerRe: Chaging Contents in a text box Pin
Pankaj - Joshi1-Nov-07 19:30
Pankaj - Joshi1-Nov-07 19:30 
QuestionDLL Pin
half-life1-Nov-07 12:53
half-life1-Nov-07 12:53 
AnswerRe: DLL Pin
Christian Graus1-Nov-07 13:02
protectorChristian Graus1-Nov-07 13:02 
GeneralRe: DLL Pin
half-life1-Nov-07 13:09
half-life1-Nov-07 13:09 
GeneralRe: DLL Pin
half-life1-Nov-07 13:10
half-life1-Nov-07 13:10 
QuestionDataGridView extensions Pin
half-life1-Nov-07 12:36
half-life1-Nov-07 12:36 
AnswerRe: DataGridView extensions Pin
John_Adams1-Nov-07 23:50
John_Adams1-Nov-07 23:50 
QuestionWhere to hide my app. registration registry key... Pin
harleydk1-Nov-07 12:11
harleydk1-Nov-07 12:11 
AnswerRe: Where to hide my app. registration registry key... Pin
Christian Graus1-Nov-07 12:16
protectorChristian Graus1-Nov-07 12:16 
GeneralRe: Where to hide my app. registration registry key... Pin
Paul Conrad1-Nov-07 15:48
professionalPaul Conrad1-Nov-07 15:48 
GeneralRe: Where to hide my app. registration registry key... Pin
Luc Pattyn1-Nov-07 15:58
sitebuilderLuc Pattyn1-Nov-07 15:58 
GeneralRe: Where to hide my app. registration registry key... Pin
harleydk1-Nov-07 21:24
harleydk1-Nov-07 21:24 
QuestionInput string was not in a correct format Pin
T4AMD1-Nov-07 11:32
T4AMD1-Nov-07 11:32 
AnswerRe: Input string was not in a correct format Pin
Malcolm Smart1-Nov-07 11:38
Malcolm Smart1-Nov-07 11:38 

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.