Click here to Skip to main content
16,008,469 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating Access Database in C# VS2005 Pin
brickbat27-May-07 5:14
brickbat27-May-07 5:14 
GeneralRe: Creating Access Database in C# VS2005 Pin
Paul Conrad27-May-07 7:01
professionalPaul Conrad27-May-07 7:01 
GeneralRe: Creating Access Database in C# VS2005 Pin
Not Active27-May-07 5:00
mentorNot Active27-May-07 5:00 
GeneralRe: Creating Access Database in C# VS2005 Pin
brickbat27-May-07 19:51
brickbat27-May-07 19:51 
AnswerRe: Creating Access Database in C# VS2005 Pin
brickbat27-May-07 22:16
brickbat27-May-07 22:16 
GeneralRe: Creating Access Database in C# VS2005 Pin
brickbat27-May-07 22:20
brickbat27-May-07 22:20 
QuestionQuestion regarding Image displayed in a Button. Pin
Khoramdin25-May-07 8:48
Khoramdin25-May-07 8:48 
AnswerRe: Question regarding Image displayed in a Button. Pin
Martin#25-May-07 9:02
Martin#25-May-07 9:02 
Hello,

Maybe you can work with a little trick here,

The System.Windows.Forms.Form has a property called Opacity (0% to 100%).
If you create a Form and display it over your form with opacity = 0.0 (0%).
Than setup a timer with low intervall (50ms for example).
On the timer tick you increase the opacity +0.1;
If the opacity is 1.0(100%) you can change the Image and start decreasing the opacity again till it is 0.0.

I'm sure there is a much cleaner solution.
Maybe if you inherit YourButton from Forms.Button and handle the OnPaint event.
In that you can do you painting like you whant!

Hope it helps!

All the best,

Martin.
AnswerRe: Question regarding Image displayed in a Button. Pin
Ian Shlasko25-May-07 10:39
Ian Shlasko25-May-07 10:39 
Questionsend SMS with UMTS modem in application Pin
spotl25-May-07 8:27
spotl25-May-07 8:27 
QuestionId and its Details Pin
Mikeyyy25-May-07 8:16
Mikeyyy25-May-07 8:16 
AnswerRe: Id and its Details Pin
Mikeyyy25-May-07 8:18
Mikeyyy25-May-07 8:18 
GeneralRe: Id and its Details Pin
Tarakeshwar Reddy25-May-07 8:26
professionalTarakeshwar Reddy25-May-07 8:26 
GeneralRe: Id and its Details Pin
Martin#25-May-07 8:43
Martin#25-May-07 8:43 
GeneralRe: Id and its Details Pin
Colin Angus Mackay25-May-07 9:10
Colin Angus Mackay25-May-07 9:10 
AnswerRe: Id and its Details Pin
Tarakeshwar Reddy25-May-07 8:21
professionalTarakeshwar Reddy25-May-07 8:21 
GeneralThanks all !...I liked all of these approaches. Pin
Mikeyyy26-May-07 5:26
Mikeyyy26-May-07 5:26 
QuestionHow to lock the MDI parent form when using Child form Pin
pg_kg25-May-07 7:28
pg_kg25-May-07 7:28 
AnswerRe: How to lock the MDI parent form when using Child form Pin
Tarakeshwar Reddy25-May-07 8:03
professionalTarakeshwar Reddy25-May-07 8:03 
QuestionUndo/Redo Class? Pin
Richard Blythe25-May-07 6:51
Richard Blythe25-May-07 6:51 
AnswerRe: Undo/Redo Class? Pin
Giorgi Dalakishvili25-May-07 7:12
mentorGiorgi Dalakishvili25-May-07 7:12 
AnswerRe: Undo/Redo Class? Pin
Dave Herren25-May-07 17:40
Dave Herren25-May-07 17:40 
QuestionRADIUS server Pin
Russ Ferrill25-May-07 6:21
Russ Ferrill25-May-07 6:21 
AnswerRe: RADIUS server Pin
Judah Gabriel Himango25-May-07 6:32
sponsorJudah Gabriel Himango25-May-07 6:32 
QuestionProblem getting a value from a gridview cell Pin
Furi Goled25-May-07 5:12
Furi Goled25-May-07 5:12 

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.