Click here to Skip to main content
15,888,285 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionList all active windows Pin
NewbieDave3-Aug-09 10:02
NewbieDave3-Aug-09 10:02 
AnswerRe: List all active windows Pin
Christian Graus3-Aug-09 10:32
protectorChristian Graus3-Aug-09 10:32 
AnswerRe: List all active windows Pin
Dave Kreskowiak3-Aug-09 10:36
mveDave Kreskowiak3-Aug-09 10:36 
GeneralRe: List all active windows Pin
Christian Graus3-Aug-09 10:44
protectorChristian Graus3-Aug-09 10:44 
GeneralRe: List all active windows Pin
NewbieDave3-Aug-09 11:05
NewbieDave3-Aug-09 11:05 
GeneralRe: List all active windows Pin
Christian Graus3-Aug-09 11:17
protectorChristian Graus3-Aug-09 11:17 
QuestionObject disposed when trying to assign column width Pin
Hypermommy3-Aug-09 9:27
Hypermommy3-Aug-09 9:27 
AnswerRe: Object disposed when trying to assign column width Pin
Dave Kreskowiak3-Aug-09 10:33
mveDave Kreskowiak3-Aug-09 10:33 
You have a DataGridView on your form that YOU called dgvProcs. So, obviously searching the Internet for a name that you made up is going to be pointless.

The error message says that you destroyed the dgvProcs object and now you're trying to use it. The line that you commented out in your code snippet would do that if it wasn't commented out before. Me.Controls.Remove(dgvProcs) would detroy the dgvProcs object.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: Object disposed when trying to assign column width Pin
Hypermommy3-Aug-09 10:48
Hypermommy3-Aug-09 10:48 
GeneralRe: Object disposed when trying to assign column width Pin
Dave Kreskowiak3-Aug-09 16:21
mveDave Kreskowiak3-Aug-09 16:21 
GeneralRe: Object disposed when trying to assign column width Pin
Hypermommy3-Aug-09 23:03
Hypermommy3-Aug-09 23:03 
GeneralRe: Object disposed when trying to assign column width Pin
Luc Pattyn3-Aug-09 10:50
sitebuilderLuc Pattyn3-Aug-09 10:50 
QuestionCustomPanel: MenuStrip and Panel Pin
eusta3-Aug-09 9:13
eusta3-Aug-09 9:13 
AnswerRe: CustomPanel: MenuStrip and Panel Pin
Dave Kreskowiak3-Aug-09 10:30
mveDave Kreskowiak3-Aug-09 10:30 
GeneralRe: CustomPanel: MenuStrip and Panel Pin
eusta3-Aug-09 12:30
eusta3-Aug-09 12:30 
GeneralRe: CustomPanel: MenuStrip and Panel Pin
Dave Kreskowiak4-Aug-09 15:36
mveDave Kreskowiak4-Aug-09 15:36 
QuestionProblem Inserting Blob Datatype image into MySQL Pin
wr30283-Aug-09 7:45
wr30283-Aug-09 7:45 
AnswerRe: Problem Inserting Blob Datatype image into MySQL Pin
Dave Kreskowiak3-Aug-09 8:11
mveDave Kreskowiak3-Aug-09 8:11 
AnswerRe: Problem Inserting Blob Datatype image into MySQL Pin
Johan Hakkesteegt4-Aug-09 2:51
Johan Hakkesteegt4-Aug-09 2:51 
GeneralRe: Problem Inserting Blob Datatype image into MySQL Pin
wr30286-Aug-09 7:26
wr30286-Aug-09 7:26 
GeneralRe: Problem Inserting Blob Datatype image into MySQL Pin
Johan Hakkesteegt9-Aug-09 21:06
Johan Hakkesteegt9-Aug-09 21:06 
QuestionDatecs electronic cash register Pin
ivo753-Aug-09 6:56
ivo753-Aug-09 6:56 
AnswerRe: Datecs electronic cash register Pin
Luc Pattyn3-Aug-09 7:13
sitebuilderLuc Pattyn3-Aug-09 7:13 
AnswerRe: Datecs electronic cash register Pin
C Liv26-Oct-09 8:55
C Liv26-Oct-09 8:55 
QuestionComposite video or s-video in VB6 using msvidctl Pin
ant9998883-Aug-09 3:26
ant9998883-Aug-09 3:26 

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.