Click here to Skip to main content
15,902,445 members
Home / Discussions / C#
   

C#

 
AnswerRe: count words of office file Pin
William Winner1-Jun-10 8:57
William Winner1-Jun-10 8:57 
QuestionC# FTP client component with XCRC support? Pin
Veener1-Jun-10 5:50
Veener1-Jun-10 5:50 
Questionpixel on photo Pin
Ayu Riza Kurniawati1-Jun-10 4:47
Ayu Riza Kurniawati1-Jun-10 4:47 
AnswerRe: pixel on photo Pin
Anthony Mushrow1-Jun-10 4:53
professionalAnthony Mushrow1-Jun-10 4:53 
AnswerRe: pixel on photo Pin
J4amieC1-Jun-10 5:51
J4amieC1-Jun-10 5:51 
GeneralRe: pixel on photo Pin
OriginalGriff1-Jun-10 5:56
mveOriginalGriff1-Jun-10 5:56 
GeneralRe: pixel on photo Pin
Anthony Mushrow1-Jun-10 6:13
professionalAnthony Mushrow1-Jun-10 6:13 
AnswerRe: pixel on photo Pin
Luc Pattyn1-Jun-10 6:48
sitebuilderLuc Pattyn1-Jun-10 6:48 
Here you go. Pass the test, join the experts.

for(int y=0; y<photo.Height; y++) {
    for(int x=0; x<photo.Width; x++) {
        Color color=x==y?Color.IamLazy:Color.IamIdiot;
        MessageBox.Show("color="+color.ToString());
    }
}


Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: pixel on photo Pin
mprice2141-Jun-10 8:18
mprice2141-Jun-10 8:18 
GeneralRe: pixel on photo Pin
Luc Pattyn1-Jun-10 8:30
sitebuilderLuc Pattyn1-Jun-10 8:30 
QuestionDataGridViewCellButton will flick when cklicked !!! Pin
reza assar1-Jun-10 4:44
reza assar1-Jun-10 4:44 
QuestionBit manipulation of bytes ? [Solved] Pin
myreki1-Jun-10 4:41
myreki1-Jun-10 4:41 
AnswerRe: Bit manipulation of bytes ? Pin
OriginalGriff1-Jun-10 4:47
mveOriginalGriff1-Jun-10 4:47 
AnswerRe: Bit manipulation of bytes ? Pin
harold aptroot1-Jun-10 4:48
harold aptroot1-Jun-10 4:48 
AnswerRe: Bit manipulation of bytes ? Pin
PIEBALDconsult1-Jun-10 4:48
mvePIEBALDconsult1-Jun-10 4:48 
GeneralRe: Bit manipulation of bytes ? Pin
myreki1-Jun-10 4:51
myreki1-Jun-10 4:51 
GeneralRe: Bit manipulation of bytes ? Pin
Anthony Mushrow1-Jun-10 4:58
professionalAnthony Mushrow1-Jun-10 4:58 
GeneralRe: Bit manipulation of bytes ? Pin
myreki1-Jun-10 5:08
myreki1-Jun-10 5:08 
QuestionHow to create a child process in C#? Pin
martingeorgiev1-Jun-10 2:55
martingeorgiev1-Jun-10 2:55 
AnswerRe: How to create a child process in C#? Pin
Abhinav S1-Jun-10 3:01
Abhinav S1-Jun-10 3:01 
AnswerRe: How to create a child process in C#? Pin
PIEBALDconsult1-Jun-10 4:24
mvePIEBALDconsult1-Jun-10 4:24 
GeneralRe: How to create a child process in C#? Pin
Luc Pattyn1-Jun-10 4:36
sitebuilderLuc Pattyn1-Jun-10 4:36 
GeneralRe: How to create a child process in C#? Pin
PIEBALDconsult1-Jun-10 4:37
mvePIEBALDconsult1-Jun-10 4:37 
GeneralRe: How to create a child process in C#? Pin
martingeorgiev1-Jun-10 5:32
martingeorgiev1-Jun-10 5:32 
GeneralRe: How to create a child process in C#? Pin
PIEBALDconsult1-Jun-10 5:39
mvePIEBALDconsult1-Jun-10 5:39 

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.