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

C#

 
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 
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 
Rocky23 wrote:
Could you pls tell me how to get the Visible properties of a field

..simple, you enumerate all properties. If you find one called "Visible", you got the right one.

Make sure you're actually reading from readable properties, and write to writeable properties. And no, I can't help without you showing the offending code. These are snippets that show a bit reflection and a bit of some dll you're trying to hack.

..which brings us to the next question; do you have the original authors' consent?
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

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 
GeneralRe: Generic method in generic method Pin
Mc_Topaz28-Jun-12 12:07
Mc_Topaz28-Jun-12 12:07 

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.