Click here to Skip to main content
15,897,518 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Prevent clicking on controls inside a groupbox without disabling Pin
dilkonika26-Apr-14 4:06
dilkonika26-Apr-14 4:06 
GeneralRe: Prevent clicking on controls inside a groupbox without disabling Pin
Dave Kreskowiak26-Apr-14 13:31
mveDave Kreskowiak26-Apr-14 13:31 
GeneralRe: Prevent clicking on controls inside a groupbox without disabling Pin
dilkonika27-Apr-14 3:35
dilkonika27-Apr-14 3:35 
GeneralRe: Prevent clicking on controls inside a groupbox without disabling Pin
Dave Kreskowiak27-Apr-14 6:45
mveDave Kreskowiak27-Apr-14 6:45 
GeneralRe: Prevent clicking on controls inside a groupbox without disabling Pin
dilkonika27-Apr-14 7:47
dilkonika27-Apr-14 7:47 
GeneralRe: Prevent clicking on controls inside a groupbox without disabling Pin
Dave Kreskowiak27-Apr-14 11:13
mveDave Kreskowiak27-Apr-14 11:13 
GeneralRe: Prevent clicking on controls inside a groupbox without disabling Pin
dilkonika1-May-14 4:25
dilkonika1-May-14 4:25 
GeneralRe: Prevent clicking on controls inside a groupbox without disabling Pin
Dave Kreskowiak1-May-14 5:22
mveDave Kreskowiak1-May-14 5:22 
I told you this wasn't going to work for you without a LOT of work. You're using a sledge hammer to kill a fly.

1) The reason it's telling you the object is disposed is because the filter is still running, but the GroupBox doesn't exist any more. If you Close and Dispose the form, the GroupBox is destroyed, so there's nothing to get a ClientRectangle from!

2) If you called Delete, you TAGGED the record in your DataTable for delete. It does NOT get deleted until you or something else calls AcceptChanges on either the DataRow you deleted or on the DataTable that contains it.

GeneralRe: Prevent clicking on controls inside a groupbox without disabling Pin
dilkonika1-May-14 6:15
dilkonika1-May-14 6:15 
Questionmerge column but no spaces between data [Solved] Pin
khei-chan00725-Apr-14 16:37
khei-chan00725-Apr-14 16:37 
AnswerRe: merge column but no spaces between data Pin
Peter Leow25-Apr-14 18:22
professionalPeter Leow25-Apr-14 18:22 
GeneralRe: merge column but no spaces between data Pin
khei-chan00725-Apr-14 19:40
khei-chan00725-Apr-14 19:40 
GeneralRe: merge column but no spaces between data Pin
Peter Leow25-Apr-14 21:22
professionalPeter Leow25-Apr-14 21:22 
QuestionORA-009000 Invalid SQL Statement when executing from code Pin
USAFHokie8025-Apr-14 1:28
USAFHokie8025-Apr-14 1:28 
AnswerRe: ORA-009000 Invalid SQL Statement when executing from code Pin
Simon_Whale25-Apr-14 1:47
Simon_Whale25-Apr-14 1:47 
GeneralRe: ORA-009000 Invalid SQL Statement when executing from code Pin
USAFHokie8025-Apr-14 1:49
USAFHokie8025-Apr-14 1:49 
SuggestionRe: ORA-009000 Invalid SQL Statement when executing from code Pin
Richard Deeming25-Apr-14 1:51
mveRichard Deeming25-Apr-14 1:51 
GeneralRe: ORA-009000 Invalid SQL Statement when executing from code Pin
USAFHokie8025-Apr-14 2:13
USAFHokie8025-Apr-14 2:13 
GeneralRe: ORA-009000 Invalid SQL Statement when executing from code Pin
Dave Kreskowiak25-Apr-14 2:41
mveDave Kreskowiak25-Apr-14 2:41 
GeneralRe: ORA-009000 Invalid SQL Statement when executing from code Pin
USAFHokie8025-Apr-14 2:54
USAFHokie8025-Apr-14 2:54 
GeneralRe: ORA-009000 Invalid SQL Statement when executing from code Pin
Dave Kreskowiak25-Apr-14 3:02
mveDave Kreskowiak25-Apr-14 3:02 
GeneralRe: ORA-009000 Invalid SQL Statement when executing from code Pin
USAFHokie8025-Apr-14 3:15
USAFHokie8025-Apr-14 3:15 
GeneralRe: ORA-009000 Invalid SQL Statement when executing from code Pin
Dave Kreskowiak25-Apr-14 6:28
mveDave Kreskowiak25-Apr-14 6:28 
GeneralRe: ORA-009000 Invalid SQL Statement when executing from code Pin
thatraja25-Apr-14 3:11
professionalthatraja25-Apr-14 3:11 
QuestionHow to increase row height in list view vb.net 2008 Pin
D.Manivelan24-Apr-14 23:06
D.Manivelan24-Apr-14 23:06 

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.