Click here to Skip to main content
15,921,226 members
Home / Discussions / C#
   

C#

 
GeneralRe: a way to access to all object on the form Pin
Corinna John30-Aug-04 20:18
Corinna John30-Aug-04 20:18 
GeneralRe: a way to access to all object on the form Pin
sreejith ss nair30-Aug-04 20:33
sreejith ss nair30-Aug-04 20:33 
GeneralRe: a way to access to all object on the form Pin
Corinna John30-Aug-04 20:43
Corinna John30-Aug-04 20:43 
GeneralRe: a way to access to all object on the form Pin
TehMedic30-Aug-04 21:22
TehMedic30-Aug-04 21:22 
GeneralRe: a way to access to all object on the form Pin
Corinna John30-Aug-04 21:37
Corinna John30-Aug-04 21:37 
GeneralRe: a way to access to all object on the form Pin
TehMedic31-Aug-04 1:37
TehMedic31-Aug-04 1:37 
GeneralRe: a way to access to all object on the form Pin
sreejith ss nair30-Aug-04 20:23
sreejith ss nair30-Aug-04 20:23 
GeneralRe: a way to access to all object on the form Pin
Corinna John30-Aug-04 20:32
Corinna John30-Aug-04 20:32 
I think he means all the visual components he dragged onto the form in the VS Designer.

The Designer creates instance variables for the components, and displays a little box for each one. No matter if you drag a control or another icon onto the form, the Designer always creates an instance variable und writes code to create and initialize the object.
The controls can be found later on in the form's Controls collection, just like any other control. But there's no collection for the non-controls, they are nothing but instance fields that are initialized in InitializeComponent.
Question"Shutting down a remote PC? Pin
Salman Taseer`30-Aug-04 18:48
Salman Taseer`30-Aug-04 18:48 
AnswerRe: "Shutting down a remote PC? Pin
Lim Bio Liong30-Aug-04 19:51
Lim Bio Liong30-Aug-04 19:51 
AnswerRe: "Shutting down a remote PC? Pin
Dave Kreskowiak31-Aug-04 5:53
mveDave Kreskowiak31-Aug-04 5:53 
GeneralRe: "Shutting down a remote PC? Pin
Salman Taseer`31-Aug-04 7:13
Salman Taseer`31-Aug-04 7:13 
GeneralPreserving what is drawn to Controls Pin
Member 94235530-Aug-04 15:05
Member 94235530-Aug-04 15:05 
GeneralRe: Preserving what is drawn to Controls Pin
Christian Graus30-Aug-04 15:09
protectorChristian Graus30-Aug-04 15:09 
GeneralRe: Preserving what is drawn to Controls Pin
Joel Lucsy30-Aug-04 17:02
Joel Lucsy30-Aug-04 17:02 
GeneralRe: Preserving what is drawn to Controls Pin
Member 94235531-Aug-04 4:38
Member 94235531-Aug-04 4:38 
GeneralRe: Preserving what is drawn to Controls Pin
Joel Lucsy31-Aug-04 4:46
Joel Lucsy31-Aug-04 4:46 
GeneralRe: Preserving what is drawn to Controls Pin
Member 9423552-Sep-04 0:32
Member 9423552-Sep-04 0:32 
GeneralWhy selected items in a checkedListBox don't show in order Pin
abhishk2001@yahoo.com30-Aug-04 14:50
abhishk2001@yahoo.com30-Aug-04 14:50 
GeneralRe: Why selected items in a checkedListBox don't show in order Pin
Bill Dean30-Aug-04 16:24
Bill Dean30-Aug-04 16:24 
GeneralRe: Why selected items in a checkedListBox don't show in order Pin
S Sansanwal30-Aug-04 16:57
S Sansanwal30-Aug-04 16:57 
QuestionError: Failed to delay load library mscorlib.dll ? Pin
Cyric7430-Aug-04 14:18
Cyric7430-Aug-04 14:18 
AnswerRe: Error: Failed to delay load library mscorlib.dll ? Pin
Christian Graus30-Aug-04 15:08
protectorChristian Graus30-Aug-04 15:08 
GeneralRe: Error: Failed to delay load library mscorlib.dll ? Pin
Cyric7430-Aug-04 18:33
Cyric7430-Aug-04 18:33 
GeneralRe: Error: Failed to delay load library mscorlib.dll ? Pin
Christian Graus31-Aug-04 10:23
protectorChristian Graus31-Aug-04 10:23 

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.