Click here to Skip to main content
15,901,122 members
Home / Discussions / C#
   

C#

 
AnswerRe: Beginner Need Help Pin
Dave Kreskowiak31-Jul-07 7:29
mveDave Kreskowiak31-Jul-07 7:29 
You took over painting of the control, so you've got to determine what conditions have to be met and what to draw for each situation. You can't do "just this piece" and expect the control to draw what you didn't. You either have to draw it all, or let the control draw itself, then you draw over the top of it. Warning! Taking the second route could result in some very unexpected results!


A guide to posting questions on CodeProject[^]

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


GeneralRe: Beginner Need Help Pin
patkan1-Aug-07 0:11
patkan1-Aug-07 0:11 
GeneralRe: Beginner Need Help Pin
Dave Kreskowiak1-Aug-07 11:59
mveDave Kreskowiak1-Aug-07 11:59 
AnswerRe: Beginner Need Help Pin
PIEBALDconsult31-Jul-07 11:25
mvePIEBALDconsult31-Jul-07 11:25 
GeneralRe: Beginner Need Help Pin
Paul Conrad31-Jul-07 17:47
professionalPaul Conrad31-Jul-07 17:47 
GeneralRe: Beginner Need Help Pin
patkan1-Aug-07 0:38
patkan1-Aug-07 0:38 
GeneralRe: Beginner Need Help Pin
patkan1-Aug-07 0:33
patkan1-Aug-07 0:33 
GeneralRe: Beginner Need Help Pin
PIEBALDconsult1-Aug-07 13:51
mvePIEBALDconsult1-Aug-07 13:51 
QuestionShadowing and Overriding Pin
sivakumaran_in31-Jul-07 7:02
sivakumaran_in31-Jul-07 7:02 
AnswerRe: Shadowing and Overriding Pin
WillemM31-Jul-07 8:00
WillemM31-Jul-07 8:00 
QuestionGlobal Assembly Cache & Versioning [modified] Pin
MrEyes31-Jul-07 6:33
MrEyes31-Jul-07 6:33 
AnswerRe: Global Assembly Cache & Versioning Pin
WillemM31-Jul-07 8:08
WillemM31-Jul-07 8:08 
QuestionAugmented Reality...kinda Pin
GreenGiant8331-Jul-07 6:28
GreenGiant8331-Jul-07 6:28 
QuestionIndexer that return Interface ...What wrong with my code ? Pin
Yanshof31-Jul-07 4:50
Yanshof31-Jul-07 4:50 
AnswerRe: Indexer that return Interface ...What wrong with my code ? Pin
originSH31-Jul-07 5:10
originSH31-Jul-07 5:10 
GeneralRe: Indexer that return Interface ...What wrong with my code ? Pin
BoneSoft31-Jul-07 8:23
BoneSoft31-Jul-07 8:23 
GeneralRe: Indexer that return Interface ...What wrong with my code ? Pin
Pete O'Hanlon31-Jul-07 9:53
mvePete O'Hanlon31-Jul-07 9:53 
GeneralRe: Indexer that return Interface ...What wrong with my code ? Pin
originSH1-Aug-07 22:17
originSH1-Aug-07 22:17 
AnswerRe: Indexer that return Interface ...What wrong with my code ? [modified] Pin
J4amieC31-Jul-07 5:30
J4amieC31-Jul-07 5:30 
QuestionData Review Pin
sgeorgije31-Jul-07 4:40
sgeorgije31-Jul-07 4:40 
AnswerRe: Data Review Pin
Rizon40631-Jul-07 6:31
Rizon40631-Jul-07 6:31 
AnswerRe: Data Review Pin
sgeorgije31-Jul-07 7:14
sgeorgije31-Jul-07 7:14 
QuestionDB2 Time format problem? Pin
kidus131-Jul-07 4:27
kidus131-Jul-07 4:27 
QuestionCannot Update Non Local MYSQL Table using C#.NET and ODBC [modified] Pin
][cecu3e31-Jul-07 3:39
][cecu3e31-Jul-07 3:39 
AnswerRe: Cannot Update Non Local MYSQL Table using C#.NET and ODBC Pin
led mike31-Jul-07 4:17
led mike31-Jul-07 4:17 

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.