Click here to Skip to main content
15,892,965 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DateTimepicker Pin
shakizil20-Jan-06 6:23
shakizil20-Jan-06 6:23 
GeneralRe: DateTimepicker Pin
Dave Kreskowiak20-Jan-06 6:30
mveDave Kreskowiak20-Jan-06 6:30 
GeneralRe: DateTimepicker Pin
Mekong River21-Jan-06 4:53
Mekong River21-Jan-06 4:53 
GeneralRe: DateTimepicker Pin
Dave Kreskowiak21-Jan-06 8:36
mveDave Kreskowiak21-Jan-06 8:36 
AnswerRe: DateTimepicker Pin
Mike K. Clark20-Jan-06 6:26
Mike K. Clark20-Jan-06 6:26 
GeneralRe: DateTimepicker Pin
shakizil20-Jan-06 6:36
shakizil20-Jan-06 6:36 
Questionefficient control redrawing Pin
JW73820-Jan-06 4:46
JW73820-Jan-06 4:46 
AnswerRe: efficient control redrawing Pin
Dave Kreskowiak20-Jan-06 6:05
mveDave Kreskowiak20-Jan-06 6:05 
If Windows wants the control redrawn, it'll tell you. You don't have to worry about redrawing if you don't get a Paint message. What you might want to do is check to make sure your controls Visible property is set and not paint your control if it's false.

Simply, if your control is not visible, Windows won't send you any Paint messages, even if Invalidate is called on your control. No Paint messages means your control won't paint until Windows determines that your control has, at least, a tiny bit of it visible.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: efficient control redrawing Pin
JW73820-Jan-06 16:42
JW73820-Jan-06 16:42 
GeneralRe: efficient control redrawing Pin
Dave Kreskowiak20-Jan-06 18:14
mveDave Kreskowiak20-Jan-06 18:14 
GeneralRe: efficient control redrawing Pin
JW73820-Jan-06 21:15
JW73820-Jan-06 21:15 
QuestionProgram works in debug but exe has errors Pin
jonathan1520-Jan-06 4:16
jonathan1520-Jan-06 4:16 
AnswerRe: Program works in debug but exe has errors Pin
Dave Kreskowiak20-Jan-06 4:23
mveDave Kreskowiak20-Jan-06 4:23 
GeneralRe: Program works in debug but exe has errors Pin
jonathan1520-Jan-06 4:35
jonathan1520-Jan-06 4:35 
GeneralRe: Program works in debug but exe has errors Pin
Dave Kreskowiak20-Jan-06 5:35
mveDave Kreskowiak20-Jan-06 5:35 
GeneralRe: Program works in debug but exe has errors Pin
jonathan1520-Jan-06 5:51
jonathan1520-Jan-06 5:51 
GeneralRe: Program works in debug but exe has errors Pin
Dave Kreskowiak20-Jan-06 6:07
mveDave Kreskowiak20-Jan-06 6:07 
GeneralRe: Program works in debug but exe has errors Pin
jonathan1520-Jan-06 4:59
jonathan1520-Jan-06 4:59 
QuestionWho can do this ?????? Pin
SmartSDR20-Jan-06 3:45
SmartSDR20-Jan-06 3:45 
AnswerRe: Who can do this ?????? Pin
Dave Kreskowiak20-Jan-06 4:24
mveDave Kreskowiak20-Jan-06 4:24 
GeneralRe: Who can do this ?????? Pin
SmartSDR20-Jan-06 4:33
SmartSDR20-Jan-06 4:33 
GeneralRe: Who can do this ?????? Pin
Dave Kreskowiak20-Jan-06 6:12
mveDave Kreskowiak20-Jan-06 6:12 
GeneralRe: Who can do this ?????? Pin
SmartSDR20-Jan-06 7:57
SmartSDR20-Jan-06 7:57 
AnswerRe: Who can do this ?????? Pin
Daniel Santillanes20-Jan-06 7:07
professionalDaniel Santillanes20-Jan-06 7:07 
GeneralRe: Who can do this ?????? Pin
SmartSDR20-Jan-06 7:49
SmartSDR20-Jan-06 7:49 

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.