Click here to Skip to main content
15,913,773 members

Comments by albert sh (Top 37 by date)

albert sh 7-Sep-13 18:27pm View    
Dear Sergey, I didn't want to give information step by step, I just did not want to give this as a solution in a big community like yours, as I know its not a good solution and I tried to use it as I am using VS2012 and try to support older versions, as you see its not working now and I changed my design. I have also improved the question the way you told.Sorry for misunderstandings and thank you and Dave so much for all supports.
albert sh 5-Sep-13 11:29am View    
@Dave : when I run the code in below in the constructor of control, I get :"Package:toolbox control installer package"failed to load, is there any consideration to be done?
MessageFilter.Register();
EnvDTE.DTE dte = (EnvDTE.DTE)System.Runtime.InteropServices.Marshal.GetActiveObject("VisualStudio.DTE");
dte.ExecuteCommand("Tools.InstallCommunityControls");
albert sh 5-Sep-13 9:45am View    
@Dave : Thanks a lot, this is what I was looking for, how I can accept it as solution or vote here?
albert sh 4-Sep-13 12:48pm View    
@sergey, Thanks for your notes, I need to run commands like installcommunitycontrol
albert sh 4-Sep-13 11:08am View    
@V.lorz : thanks for your detailed comment but I don't need to do that in my IDE , instead in the IDEs that other developers will use this control.