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

Visual Basic

 
Questionlistview item add problem [modified] Pin
skhurams7-Aug-06 1:57
skhurams7-Aug-06 1:57 
AnswerRe: listview item add problem Pin
Rizwan Bashir7-Aug-06 2:04
Rizwan Bashir7-Aug-06 2:04 
AnswerRe: listview item add problem Pin
Dave Sexton7-Aug-06 2:04
Dave Sexton7-Aug-06 2:04 
AnswerRe: listview item add problem Pin
Dave Kreskowiak7-Aug-06 3:09
mveDave Kreskowiak7-Aug-06 3:09 
GeneralRe: listview item add problem Pin
Dave Sexton7-Aug-06 20:43
Dave Sexton7-Aug-06 20:43 
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 
Not sure about removing the close button without removing the minimize button. You could use the Me.ControlBox = False property but that'll remove minimize, maximize and close.

I think a better solution would be to use the OnClosing method of the form object and set the e.Cancel = True property depending on the conditions you have set.
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 
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 

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.