I hope someone here can help out or point me in the right direction.
I have read Luke Malpass's tutorials and books (which I recommend to anyone getting into Solidworks API programming) and am in the process on making an Addin. I want to change the look of the taskpane depending on the type of file open (asm, prt or dwg). I thought that the concept to follow is to create a usercontrol for each and then load them all into the taskpaneview object then show/hide the relevent one. Seem like I must have this wrong as when I try to code it I can only access the first control that is added.
Is this the right way to do this and I have a bug or should I be doing this some other way?
Cheers
Brett
SolidworksApi macros