Click here to Skip to main content
15,909,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: Deleting a Whole Row Pin
tatchung2-Aug-05 18:21
tatchung2-Aug-05 18:21 
GeneralRe: Deleting a Whole Row Pin
tatchung4-Aug-05 21:53
tatchung4-Aug-05 21:53 
GeneralRe: Deleting a Whole Row Pin
Christian Graus7-Aug-05 13:18
protectorChristian Graus7-Aug-05 13:18 
GeneralGet control form its NAME Pin
Radgar2-Aug-05 13:15
Radgar2-Aug-05 13:15 
GeneralRe: Get control form its NAME Pin
Christian Graus2-Aug-05 14:41
protectorChristian Graus2-Aug-05 14:41 
GeneralRe: Get control form its NAME Pin
Radgar2-Aug-05 15:09
Radgar2-Aug-05 15:09 
GeneralRe: Get control form its NAME Pin
Christian Graus2-Aug-05 15:19
protectorChristian Graus2-Aug-05 15:19 
GeneralRe: Get control form its NAME Pin
Radgar2-Aug-05 15:31
Radgar2-Aug-05 15:31 
I meant the Reflection namespace is huge but still I need to learn that. It's just that it's 5 am and I have a little time to finish what I'm writing. that's all.
Anyway, thanks for the help..

I think I should use MemberInfo class and tried smth like this:
<br />
System.Reflection.MemberInfo[] myMembers = ....GetType().GetMember("pictureBox1");<br />
this.Controls.Remove(myMembers[0]);<br />


on it..


Radgar
"Imagination is more important than knowledge." - Albert Einstein
GeneralRe: Get control form its NAME Pin
Christian Graus2-Aug-05 15:55
protectorChristian Graus2-Aug-05 15:55 
GeneralRe: Get control form its NAME Pin
Radgar2-Aug-05 15:59
Radgar2-Aug-05 15:59 
GeneralRe: Get control form its NAME Pin
mikker_1232-Aug-05 16:05
mikker_1232-Aug-05 16:05 
GeneralRe: Get control form its NAME Pin
Radgar2-Aug-05 16:12
Radgar2-Aug-05 16:12 
GeneralRe: Get control form its NAME Pin
Mohamad Al Husseiny2-Aug-05 18:50
Mohamad Al Husseiny2-Aug-05 18:50 
GeneralRe: Get control form its NAME Pin
Joel Lucsy3-Aug-05 4:11
Joel Lucsy3-Aug-05 4:11 
GeneralChanging Code Access Permissions Pin
2-Aug-05 12:36
suss2-Aug-05 12:36 
GeneralRe: Changing Code Access Permissions Pin
Judah Gabriel Himango2-Aug-05 16:24
sponsorJudah Gabriel Himango2-Aug-05 16:24 
GeneralRe: Changing Code Access Permissions Pin
timbobsteve2-Aug-05 17:10
timbobsteve2-Aug-05 17:10 
GeneralEmbedding managed DirectX in a WinForms Custom Control Pin
benwalker2-Aug-05 11:52
benwalker2-Aug-05 11:52 
GeneralRe: Embedding managed DirectX in a WinForms Custom Control Pin
Judah Gabriel Himango2-Aug-05 16:28
sponsorJudah Gabriel Himango2-Aug-05 16:28 
QuestionPattern matching Hashtable keys? Pin
Dewclaws2-Aug-05 11:29
Dewclaws2-Aug-05 11:29 
AnswerRe: Pattern matching Hashtable keys? Pin
Lars Niedziolka2-Aug-05 13:20
Lars Niedziolka2-Aug-05 13:20 
GeneralRegular expression help - end of text Pin
Luis Alonso Ramos2-Aug-05 9:05
Luis Alonso Ramos2-Aug-05 9:05 
GeneralRe: Regular expression help - end of text Pin
Guffa2-Aug-05 9:15
Guffa2-Aug-05 9:15 
GeneralRe: Regular expression help - end of text Pin
Luis Alonso Ramos2-Aug-05 9:21
Luis Alonso Ramos2-Aug-05 9:21 
GeneralRe: Regular expression help - end of text Pin
Luis Alonso Ramos2-Aug-05 9:24
Luis Alonso Ramos2-Aug-05 9:24 

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.