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

C#

 
GeneralRe: Send email in winform with Yahoo or Gmail account ? Pin
Mohammad Dayyan8-Jul-09 8:27
Mohammad Dayyan8-Jul-09 8:27 
QuestionEncript Xml Pin
kibromg8-Jul-09 7:27
kibromg8-Jul-09 7:27 
AnswerRe: Encript Xml Pin
Christian Graus8-Jul-09 8:14
protectorChristian Graus8-Jul-09 8:14 
QuestionEvent log query... very odd! Pin
lane0p28-Jul-09 7:06
lane0p28-Jul-09 7:06 
AnswerRe: Event log query... very odd! Pin
Manas Bhardwaj8-Jul-09 7:57
professionalManas Bhardwaj8-Jul-09 7:57 
GeneralRe: Event log query... very odd! Pin
lane0p28-Jul-09 9:23
lane0p28-Jul-09 9:23 
QuestionHow to work with this reference in my application? Pin
CoderForEver8-Jul-09 5:34
CoderForEver8-Jul-09 5:34 
AnswerRe: How to work with this reference in my application? Pin
Dave Kreskowiak8-Jul-09 7:25
mveDave Kreskowiak8-Jul-09 7:25 
First, yoiu don't use picturebox's this way. All you do is use a button, set it's Image property to the dimmed image. Handle the MouseEnter and MouseLeave events of the button. In those handlers, just change the Image property to point to either the dimmed or brighted image as appropriate. No pictureboxs involved at all.

BTW - the more controls you have on a form, the slow it renders. The only way to speed things up is to reduce the number of controls on the form.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: How to work with this reference in my application? Pin
CoderForEver8-Jul-09 8:04
CoderForEver8-Jul-09 8:04 
JokeRe: How to work with this reference in my application? Pin
Manas Bhardwaj8-Jul-09 8:13
professionalManas Bhardwaj8-Jul-09 8:13 
QuestionCustom TreeView Pin
VengefulSakhmet8-Jul-09 4:17
VengefulSakhmet8-Jul-09 4:17 
AnswerRe: Custom TreeView Pin
musefan8-Jul-09 4:58
musefan8-Jul-09 4:58 
GeneralRe: Custom TreeView Pin
VengefulSakhmet8-Jul-09 5:04
VengefulSakhmet8-Jul-09 5:04 
GeneralRe: Custom TreeView Pin
musefan8-Jul-09 5:23
musefan8-Jul-09 5:23 
AnswerRe: Custom TreeView Pin
satigar1238-Jul-09 6:26
satigar1238-Jul-09 6:26 
GeneralRe: Custom TreeView Pin
musefan8-Jul-09 6:38
musefan8-Jul-09 6:38 
QuestionHELP!!! Crystal Reports Pin
DotNetCoderJunior8-Jul-09 3:12
DotNetCoderJunior8-Jul-09 3:12 
AnswerRe: HELP!!! Crystal Reports Pin
Nagy Vilmos8-Jul-09 4:33
professionalNagy Vilmos8-Jul-09 4:33 
AnswerRe: HELP!!! Crystal Reports Pin
DotNetCoderJunior8-Jul-09 21:42
DotNetCoderJunior8-Jul-09 21:42 
QuestionHTML CAPTURE - OF CURRENT PAGE IN BROWSER Pin
Antone Eason8-Jul-09 3:09
professionalAntone Eason8-Jul-09 3:09 
Questionwebbrowser, how to write my own printing control? Pin
jacekzorek8-Jul-09 2:56
jacekzorek8-Jul-09 2:56 
AnswerRe: webbrowser, how to write my own printing control? Pin
stancrm8-Jul-09 2:59
stancrm8-Jul-09 2:59 
GeneralRe: webbrowser, how to write my own printing control? Pin
jacekzorek8-Jul-09 3:04
jacekzorek8-Jul-09 3:04 
QuestionReference form objects on docked user control and tab control Pin
Wheels0128-Jul-09 2:35
Wheels0128-Jul-09 2:35 
AnswerRe: Reference form objects on docked user control and tab control Pin
musefan8-Jul-09 2:39
musefan8-Jul-09 2: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.