Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
GeneralRe: i want complete code for converting .aspx to pdf Pin
jamshid0931-May-12 2:13
jamshid0931-May-12 2:13 
GeneralRe: i want complete code for converting .aspx to pdf Pin
Dave Kreskowiak31-May-12 3:39
mveDave Kreskowiak31-May-12 3:39 
AnswerRe: i want complete code for converting .aspx to pdf Pin
Eddy Vluggen30-May-12 20:59
professionalEddy Vluggen30-May-12 20:59 
AnswerRe: i want complete code for converting .aspx to pdf Pin
Dave Kreskowiak31-May-12 1:39
mveDave Kreskowiak31-May-12 1:39 
QuestionImplementing Progress Bar Pin
nEar_mO30-May-12 15:35
nEar_mO30-May-12 15:35 
AnswerRe: Implementing Progress Bar Pin
Mycroft Holmes30-May-12 17:00
professionalMycroft Holmes30-May-12 17:00 
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 

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.