Click here to Skip to main content
15,890,506 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: RE: windows service Pin
Calin Tatar27-Feb-09 11:39
Calin Tatar27-Feb-09 11:39 
QuestionFileDialog.AddExtension property doesn't work Pin
sarithasj26-Feb-09 0:55
sarithasj26-Feb-09 0:55 
AnswerRe: FileDialog.AddExtension property doesn't work Pin
Alan N26-Feb-09 1:21
Alan N26-Feb-09 1:21 
GeneralRe: FileDialog.AddExtension property doesn't work Pin
sarithasj26-Feb-09 2:14
sarithasj26-Feb-09 2:14 
GeneralRe: FileDialog.AddExtension property doesn't work Pin
Luc Pattyn26-Feb-09 3:20
sitebuilderLuc Pattyn26-Feb-09 3:20 
QuestionProblem while drawing the image in picture box Pin
avinashpatil348426-Feb-09 0:32
avinashpatil348426-Feb-09 0:32 
AnswerRe: Problem while drawing the image in picture box Pin
Alan N26-Feb-09 1:32
Alan N26-Feb-09 1:32 
AnswerRe: Problem while drawing the image in picture box Pin
Thomas Stockwell5-Mar-09 8:02
professionalThomas Stockwell5-Mar-09 8:02 
Whenever an event occurs that may disrupt the graphics of the picturebox, be sure to call picturebox1.Invalidate(). This will for the picture to repaint itself. If you are doing custom paint routines it is usually recommended that you create a new custom user control.

Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my Blog

GeneralRe: Problem while drawing the image in picture box Pin
avinashpatil34845-Mar-09 18:10
avinashpatil34845-Mar-09 18:10 
AnswerRe: Problem while drawing the image in picture box Pin
Vivek_India5-Apr-09 21:22
Vivek_India5-Apr-09 21:22 
QuestionRE: window service Pin
chandhuBTS25-Feb-09 22:21
chandhuBTS25-Feb-09 22:21 
AnswerRe: RE: window service Pin
ABitSmart25-Feb-09 23:51
ABitSmart25-Feb-09 23:51 
QuestionBypass Print Dialog when using ReportViewer in Winforms with SQL Reporting Services PinPopular
Seren Singh25-Feb-09 1:57
Seren Singh25-Feb-09 1:57 
QuestionAttempted to read or write protected memory. This is often an indication that other memory is corrupt. Pin
prateekbindal24-Feb-09 23:10
prateekbindal24-Feb-09 23:10 
AnswerRe: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Pin
ABitSmart25-Feb-09 2:53
ABitSmart25-Feb-09 2:53 
QuestionA dumb question about writing to a text file Pin
Alan Burkhart22-Feb-09 11:06
Alan Burkhart22-Feb-09 11:06 
AnswerRe: A dumb question about writing to a text file Pin
Alan N22-Feb-09 12:16
Alan N22-Feb-09 12:16 
GeneralRe: A dumb question about writing to a text file Pin
Alan Burkhart22-Feb-09 13:57
Alan Burkhart22-Feb-09 13:57 
AnswerRe: A dumb question about writing to a text file Pin
Member 87970025-Feb-09 10:50
Member 87970025-Feb-09 10:50 
QuestionPresentation Model - Winforms Pin
erikash22-Feb-09 4:43
erikash22-Feb-09 4:43 
AnswerRe: Presentation Model - Winforms Pin
Trooks26-Feb-09 3:15
Trooks26-Feb-09 3:15 
GeneralRe: Presentation Model - Winforms Pin
erikash1-Mar-09 1:51
erikash1-Mar-09 1:51 
GeneralRe: Presentation Model - Winforms Pin
Trooks1-Mar-09 3:01
Trooks1-Mar-09 3:01 
Questionhow do i read the EULA(End User Licence Agrement) from any executable file? Pin
balukk21-Feb-09 2:35
balukk21-Feb-09 2:35 
AnswerRe: how do i read the EULA(End User Licence Agrement) from any executable file? Pin
Eddy Vluggen21-Feb-09 4:25
professionalEddy Vluggen21-Feb-09 4:25 

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.