Click here to Skip to main content
15,921,531 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to validate a textbox in a window Form Pin
Luc Pattyn6-Apr-08 5:08
sitebuilderLuc Pattyn6-Apr-08 5:08 
Questionselect domain name part of a url saved in a string Pin
Farhad Eft6-Apr-08 1:25
Farhad Eft6-Apr-08 1:25 
GeneralRe: select domain name part of a url saved in a string Pin
Ryan Bost6-Apr-08 5:22
Ryan Bost6-Apr-08 5:22 
GeneralRe: select domain name part of a url saved in a string Pin
Farhad Eft8-Apr-08 5:59
Farhad Eft8-Apr-08 5:59 
GeneralSoapFormatter: Ignore missing fields Pin
Roger Alsing5-Apr-08 23:24
Roger Alsing5-Apr-08 23:24 
QuestionHow to change caption text in default ColorDialog ? Pin
eslange5-Apr-08 23:03
eslange5-Apr-08 23:03 
GeneralPublish XNA Project (Please?) [modified] Pin
MasterSharp5-Apr-08 12:03
MasterSharp5-Apr-08 12:03 
GeneralRe: Publish XNA Project (Please?) Pin
MarkB7775-Apr-08 17:22
MarkB7775-Apr-08 17:22 
GeneralRe: Publish XNA Project (Please?) Pin
MasterSharp6-Apr-08 3:33
MasterSharp6-Apr-08 3:33 
QuestionTaking a screen shot of a control Pin
nike_arh5-Apr-08 11:24
nike_arh5-Apr-08 11:24 
GeneralRe: Taking a screen shot of a control Pin
nike_arh5-Apr-08 11:36
nike_arh5-Apr-08 11:36 
GeneralRe: Taking a screen shot of a control Pin
Matthew Butler5-Apr-08 11:41
Matthew Butler5-Apr-08 11:41 
GeneralRe: Taking a screen shot of a control Pin
Anthony Mushrow5-Apr-08 12:50
professionalAnthony Mushrow5-Apr-08 12:50 
GeneralRe: Taking a screen shot of a control Pin
nike_arh5-Apr-08 22:57
nike_arh5-Apr-08 22:57 
GeneralRe: Taking a screen shot of a control Pin
Anthony Mushrow6-Apr-08 0:32
professionalAnthony Mushrow6-Apr-08 0:32 
GeneralRe: Taking a screen shot of a control Pin
PIEBALDconsult5-Apr-08 16:26
mvePIEBALDconsult5-Apr-08 16:26 
GeneralRe: Taking a screen shot of a control Pin
Roger Alsing5-Apr-08 23:31
Roger Alsing5-Apr-08 23:31 
GeneralRe: Taking a screen shot of a control Pin
nike_arh6-Apr-08 0:15
nike_arh6-Apr-08 0:15 
GeneralRe: Taking a screen shot of a control Pin
nike_arh6-Apr-08 1:05
nike_arh6-Apr-08 1:05 
GeneralRe: Taking a screen shot of a control Pin
Guffa6-Apr-08 18:02
Guffa6-Apr-08 18:02 
nike_arh wrote:
in the drawing of the text the method panel.CreateGraphics is used to obtain the Graphics class.


That's your problem. That means that you are always drawing the text on the screen. Use the Graphics object that is supplied in the event arguments to the Paint event.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Taking a screen shot of a control Pin
GuyThiebaut6-Apr-08 2:37
professionalGuyThiebaut6-Apr-08 2:37 
QuestionError: Invoke or BeginInvoke cannot be called on a control until the window handle has been created Pin
sgeorgije5-Apr-08 9:51
sgeorgije5-Apr-08 9:51 
GeneralRe: Error: Invoke or BeginInvoke cannot be called on a control until the window handle has been created Pin
Luc Pattyn5-Apr-08 10:00
sitebuilderLuc Pattyn5-Apr-08 10:00 
GeneralRe: Error: Invoke or BeginInvoke cannot be called on a control until the window handle has been created Pin
sgeorgije5-Apr-08 11:05
sgeorgije5-Apr-08 11:05 
GeneralRe: Error: Invoke or BeginInvoke cannot be called on a control until the window handle has been created Pin
Luc Pattyn5-Apr-08 11:20
sitebuilderLuc Pattyn5-Apr-08 11:20 

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.