Click here to Skip to main content
15,886,578 members
Home / Discussions / C#
   

C#

 
GeneralRe: are you missing a using directive or an assembly reference? Pin
OriginalGriff29-Jun-12 0:37
mveOriginalGriff29-Jun-12 0:37 
GeneralRe: are you missing a using directive or an assembly reference? Pin
1604198429-Jun-12 0:43
1604198429-Jun-12 0:43 
GeneralRe: are you missing a using directive or an assembly reference? Pin
OriginalGriff29-Jun-12 0:46
mveOriginalGriff29-Jun-12 0:46 
GeneralRe: are you missing a using directive or an assembly reference? Pin
1604198429-Jun-12 0:50
1604198429-Jun-12 0:50 
GeneralRe: are you missing a using directive or an assembly reference? Pin
Pete O'Hanlon29-Jun-12 3:30
mvePete O'Hanlon29-Jun-12 3:30 
QuestionHow to change the visible property of a control using Reflection Pin
Rocky2328-Jun-12 23:58
Rocky2328-Jun-12 23:58 
AnswerRe: How to change the visible property of a control using Reflection Pin
Eddy Vluggen29-Jun-12 0:41
professionalEddy Vluggen29-Jun-12 0:41 
GeneralRe: How to change the visible property of a control using Reflection Pin
Rocky2329-Jun-12 1:55
Rocky2329-Jun-12 1:55 
I know about setvalue, but before setting a value, i need to track the visible property of a field right.
but here i couldn't able to get the Visible property of a field _changePasswordLinkLabel

PropertyInfo propInfo = fieldInfo.GetType().GetProperty("Visible");
            propInfo.SetValue(myPropertyInfo, false, null);

I tried something like above, but propInfo is returning Null, dont know how to get the visible property of a field using reflection, am stuck here.
Could you pls tell me how to get the Visible properties of a field
_changePasswordLinkLabel



Ans Satis is an assembly name am using in my application and its full name is like this "******.*******.satis.client.dll"

and we can use this assembly only in our internal projects, so didnt displayed the complete name of the assembly here.
GeneralRe: How to change the visible property of a control using Reflection Pin
Eddy Vluggen29-Jun-12 2:11
professionalEddy Vluggen29-Jun-12 2:11 
GeneralRe: How to change the visible property of a control using Reflection Pin
PIEBALDconsult29-Jun-12 3:55
mvePIEBALDconsult29-Jun-12 3:55 
QuestionSuspend Form until Fully Loaded Pin
Midnight Ahri28-Jun-12 17:48
Midnight Ahri28-Jun-12 17:48 
AnswerRe: Suspend Form until Fully Loaded Pin
Abhinav S28-Jun-12 20:48
Abhinav S28-Jun-12 20:48 
QuestionRe: Suspend Form until Fully Loaded Pin
Midnight Ahri28-Jun-12 20:54
Midnight Ahri28-Jun-12 20:54 
AnswerRe: Suspend Form until Fully Loaded Pin
Abhinav S28-Jun-12 21:10
Abhinav S28-Jun-12 21:10 
GeneralGetAsyncKeyState in diffrent languages Pin
a.fatemeh28-Jun-12 8:24
a.fatemeh28-Jun-12 8:24 
GeneralRe: GetAsyncKeyState in diffrent languages Pin
Eddy Vluggen28-Jun-12 8:31
professionalEddy Vluggen28-Jun-12 8:31 
GeneralRe: GetAsyncKeyState in diffrent languages Pin
Luc Pattyn28-Jun-12 8:39
sitebuilderLuc Pattyn28-Jun-12 8:39 
GeneralRe: GetAsyncKeyState in diffrent languages Pin
Eddy Vluggen28-Jun-12 8:55
professionalEddy Vluggen28-Jun-12 8:55 
GeneralRe: GetAsyncKeyState in diffrent languages Pin
a.fatemeh28-Jun-12 8:44
a.fatemeh28-Jun-12 8:44 
GeneralRe: GetAsyncKeyState in diffrent languages Pin
Eddy Vluggen28-Jun-12 8:59
professionalEddy Vluggen28-Jun-12 8:59 
GeneralRe: GetAsyncKeyState in diffrent languages Pin
a.fatemeh28-Jun-12 9:31
a.fatemeh28-Jun-12 9:31 
GeneralRe: GetAsyncKeyState in diffrent languages Pin
Eddy Vluggen29-Jun-12 0:36
professionalEddy Vluggen29-Jun-12 0:36 
GeneralRe: GetAsyncKeyState in diffrent languages Pin
a.fatemeh29-Jun-12 4:23
a.fatemeh29-Jun-12 4:23 
QuestionGeneric method in generic method Pin
Mc_Topaz28-Jun-12 6:39
Mc_Topaz28-Jun-12 6:39 
AnswerRe: Generic method in generic method Pin
PIEBALDconsult28-Jun-12 6:45
mvePIEBALDconsult28-Jun-12 6:45 

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.