Click here to Skip to main content
15,886,035 members

Comments by Joshua Tully (Top 4 by date)

Joshua Tully 13-Aug-10 16:41pm View    
Deleted
Reason for my vote of 5
Good stuff, nothing spectacular but lots of saved work :)
Joshua Tully 11-Aug-10 22:31pm View    
What are you asking about, what do you need help with you haven't provided enough information for us to identify a question to answer, we understand your app needs admin privileges are you asking about how to make it not need this access? If so you should post code that shows what the issue is or explain why the program needs admin access.
Joshua Tully 21-May-10 12:02pm View    
I was aware of this alternative, however utilizing this method essentially ruins the encapsulation of the framework.
Joshua Tully 10-May-10 4:02am View    
Is there any reason with A and B cannot inherit from a single base class? To me it seems if they have the same methods, members, and other functionality they should inherit from a base class. Anyways, since I'm not quite sure the specific reason why inheritance can't be used you might want to look into reflection for greater control of metadata (http://msdn.microsoft.com/en-us/library/f7ykdhsy(v=VS.80).aspx).