Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: Implementing Progress Bar Pin
Marcus_231-May-12 1:16
Marcus_231-May-12 1:16 
AnswerRe: Implementing Progress Bar Pin
Philippe Mori31-May-12 7:22
Philippe Mori31-May-12 7:22 
QuestionWANT TO CREATE WIND OR RAIN EFFECT Pin
esaaco30-May-12 10:53
esaaco30-May-12 10:53 
AnswerRe: WANT TO CREATE WIND OR RAIN EFFECT Pin
Pete O'Hanlon30-May-12 11:38
mvePete O'Hanlon30-May-12 11:38 
GeneralRe: WANT TO CREATE WIND OR RAIN EFFECT Pin
esaaco30-May-12 11:53
esaaco30-May-12 11:53 
JokeRe: WANT TO CREATE WIND OR RAIN EFFECT PinPopular
Peter_in_278030-May-12 11:51
professionalPeter_in_278030-May-12 11:51 
GeneralRe: WANT TO CREATE WIND OR RAIN EFFECT Pin
Richard Andrew x6430-May-12 12:37
professionalRichard Andrew x6430-May-12 12:37 
AnswerRe: WANT TO CREATE WIND OR RAIN EFFECT Pin
Roger Wright30-May-12 19:56
professionalRoger Wright30-May-12 19:56 
You have two choices that I can see. One is to hand code the Paint routine to modify the image in a sequence that simulates rain falling, pixel-by-pixel. Or you can use a tool like photoshop to create a sequence of changed images, then save them in an animated .gif format. There may be other, better formats for animations than .gif, but I don't know of any that don't require a separate viewer. Try using Google to search for animation formats, and keep in mind that some will require that your user have some display tool installed to view some of them. Try to avoid that, if you can.

If that doesn't pan out, you can still go through the tedious task of sequencing hand-coded bitmaps using the Paint routine. Personally, I'd rather have a root canal, but tastes vary...
Will Rogers never met me.

GeneralRe: WANT TO CREATE WIND OR RAIN EFFECT Pin
esaaco30-May-12 22:02
esaaco30-May-12 22:02 
AnswerRe: WANT TO CREATE WIND OR RAIN EFFECT Pin
Keith Barrow30-May-12 22:49
professionalKeith Barrow30-May-12 22:49 
QuestionNode In C# And The Halff Man Node Method Pin
Hussein39930-May-12 10:02
Hussein39930-May-12 10:02 
AnswerRe: Node In C# And The Halff Man Node Method Pin
Paul Conrad2-Jun-12 7:11
professionalPaul Conrad2-Jun-12 7:11 
QuestionC# linq to sql Pin
sc steinhayse30-May-12 9:11
sc steinhayse30-May-12 9:11 
AnswerRe: C# linq to sql Pin
Pete O'Hanlon30-May-12 10:45
mvePete O'Hanlon30-May-12 10:45 
AnswerRe: C# linq to sql Pin
Keith Barrow30-May-12 22:58
professionalKeith Barrow30-May-12 22:58 
AnswerRe: C# linq to sql Pin
AmitGajjar31-May-12 0:06
professionalAmitGajjar31-May-12 0:06 
GeneralRe: C# linq to sql Pin
Pete O'Hanlon31-May-12 0:11
mvePete O'Hanlon31-May-12 0:11 
GeneralRe: C# linq to sql Pin
AmitGajjar31-May-12 0:18
professionalAmitGajjar31-May-12 0:18 
GeneralRe: C# linq to sql Pin
Pete O'Hanlon31-May-12 0:43
mvePete O'Hanlon31-May-12 0:43 
GeneralRe: C# linq to sql Pin
AmitGajjar31-May-12 0:55
professionalAmitGajjar31-May-12 0:55 
GeneralRe: C# linq to sql Pin
Pete O'Hanlon31-May-12 1:02
mvePete O'Hanlon31-May-12 1:02 
Questionwcf service Pin
heba abu ghaleih22 30-May-12 7:58
heba abu ghaleih22 30-May-12 7:58 
AnswerRe: wcf service Pin
Dave Kreskowiak30-May-12 15:21
mveDave Kreskowiak30-May-12 15:21 
Questionhow to call the values from the databases Pin
S. Karthik - Hosur30-May-12 4:21
S. Karthik - Hosur30-May-12 4:21 
AnswerRe: how to call the values from the databases PinPopular
Dave Kreskowiak30-May-12 4:24
mveDave Kreskowiak30-May-12 4:24 

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.