Click here to Skip to main content
16,017,833 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow do I disable the Overrides (OnClosed) Pin
directred7-Aug-06 1:07
directred7-Aug-06 1:07 
AnswerRe: How do I disable the Overrides (OnClosed) Pin
Rizwan Bashir7-Aug-06 2:05
Rizwan Bashir7-Aug-06 2:05 
AnswerRe: How do I disable the Overrides (OnClosed) Pin
Dave Sexton7-Aug-06 2:12
Dave Sexton7-Aug-06 2:12 
AnswerRe: How do I disable the Overrides (OnClosed) Pin
Thomas Stockwell7-Aug-06 11:47
professionalThomas Stockwell7-Aug-06 11:47 
QuestionOnPaint Pin
microuser_20007-Aug-06 0:12
microuser_20007-Aug-06 0:12 
AnswerRe: OnPaint Pin
Guffa7-Aug-06 0:51
Guffa7-Aug-06 0:51 
GeneralRe: OnPaint Pin
microuser_20007-Aug-06 1:30
microuser_20007-Aug-06 1:30 
GeneralRe: OnPaint Pin
Guffa7-Aug-06 12:48
Guffa7-Aug-06 12:48 
microuser_2000 wrote:
i do not get error message ..


What did you mean by "but i recive an error", then?

but what i wanna do is to be able to call OnPaint , can i call it let say from a button click when i click on the button ?


You could, but that is not the proper way of redrawing a control. Call the Invalidate method of the control, that will put a message in the queue that tells the message pump that the Paint event has to be called to redraw the control.


---
b { font-weight: normal; }

AnswerRe: OnPaint Pin
Rizwan Bashir7-Aug-06 2:07
Rizwan Bashir7-Aug-06 2:07 
GeneralRe: OnPaint Pin
Thomas Stockwell7-Aug-06 11:32
professionalThomas Stockwell7-Aug-06 11:32 
QuestionContextMenuStrip submenu problem [modified] Pin
jvikard6-Aug-06 22:45
jvikard6-Aug-06 22:45 
AnswerRe: ContextMenuStrip submenu problem Pin
Rizwan Bashir7-Aug-06 2:10
Rizwan Bashir7-Aug-06 2:10 
QuestionCombobox Dropdown Pin
tibmark6-Aug-06 22:19
tibmark6-Aug-06 22:19 
AnswerRe: Combobox Dropdown Pin
Rizwan Bashir7-Aug-06 2:12
Rizwan Bashir7-Aug-06 2:12 
GeneralRe: Combobox Dropdown Pin
tibmark7-Aug-06 3:15
tibmark7-Aug-06 3:15 
GeneralRe: Combobox Dropdown Pin
Thomas Stockwell7-Aug-06 11:50
professionalThomas Stockwell7-Aug-06 11:50 
Questionproblem when exporting datagrid to excel [modified] Pin
ii_noname_ii6-Aug-06 22:19
ii_noname_ii6-Aug-06 22:19 
AnswerRe: problem when exporting datagrid to excel Pin
ii_noname_ii6-Aug-06 22:40
ii_noname_ii6-Aug-06 22:40 
QuestionDateTimePicker Pin
Maira K6-Aug-06 22:05
Maira K6-Aug-06 22:05 
QuestionSimulate Mouse Click without using API Pin
The ANZAC6-Aug-06 22:04
The ANZAC6-Aug-06 22:04 
AnswerRe: Simulate Mouse Click without using API Pin
Colin Angus Mackay6-Aug-06 22:22
Colin Angus Mackay6-Aug-06 22:22 
GeneralRe: Simulate Mouse Click without using API Pin
The ANZAC6-Aug-06 23:35
The ANZAC6-Aug-06 23:35 
Questionchange password Pin
pratap ankesh6-Aug-06 19:52
pratap ankesh6-Aug-06 19:52 
AnswerRe: change password Pin
hansemann6-Aug-06 21:17
hansemann6-Aug-06 21:17 
Questiondisplaying info from database [urgent pls help] Pin
kyosugi6-Aug-06 4:40
kyosugi6-Aug-06 4:40 

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.