Click here to Skip to main content
16,006,341 members
Home / Discussions / C#
   

C#

 
GeneralMinimize and hide the console window Pin
Md Saleem Navalur30-Aug-04 20:53
Md Saleem Navalur30-Aug-04 20:53 
GeneralRe: Minimize and hide the console window Pin
Nick Parker31-Aug-04 3:17
protectorNick Parker31-Aug-04 3:17 
Generala way to access to all object on the form Pin
TehMedic30-Aug-04 19:29
TehMedic30-Aug-04 19:29 
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 
Is your object not in the array? Then maybe you have to use different BindingFlags:
<br />
fields = form.GetType().GetFields( BindingFlags.NonPublic | BindingFlags.Instance );<br />
//...<br />
if( info.GetValue(form) is SqlDataAdapter ){<br />
//do something<br />
}<br />

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 
Question&quot;Shutting down a remote PC? Pin
Salman Taseer`30-Aug-04 18:48
Salman Taseer`30-Aug-04 18:48 
AnswerRe: &quot;Shutting down a remote PC? Pin
Lim Bio Liong30-Aug-04 19:51
Lim Bio Liong30-Aug-04 19:51 
AnswerRe: &quot;Shutting down a remote PC? Pin
Dave Kreskowiak31-Aug-04 5:53
mveDave Kreskowiak31-Aug-04 5:53 
GeneralRe: &quot;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 

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.