Hi all,
I have created the task pane and added my own active x control.Given below is the code snipet.
ITaskpaneView taskPan = iSwApp.CreateTaskpaneView2("C:\\\\test.bmp","This is custom tool tip");
object xCont =taskPan.AddControl("DrawingQualityTool.UserCOntrol1", "");
Everything works fine, i could use the activex control. Afterfinishing up my work i want to remove the created taskpane fromsolidworks.
I have tried but could't succeded.
if any one have the idea, please let me know with the code sampleor the sw objects to be used.
thanks in advance
Ravi BelkhindiSolidworksApi macros
I have created the task pane and added my own active x control.Given below is the code snipet.
ITaskpaneView taskPan = iSwApp.CreateTaskpaneView2("C:\\\\test.bmp","This is custom tool tip");
object xCont =taskPan.AddControl("DrawingQualityTool.UserCOntrol1", "");
Everything works fine, i could use the activex control. Afterfinishing up my work i want to remove the created taskpane fromsolidworks.
I have tried but could't succeded.
if any one have the idea, please let me know with the code sampleor the sw objects to be used.
thanks in advance
Ravi BelkhindiSolidworksApi macros
