Hi,
I'd like to be able to 1) query the width and 2) set the width of the Feature Manager window programmatically from my AddIn.
The idea would be to have users click a button to set the current documents feature manager width as their default (I'd store this data in a database) then set this width any time they open a document.
The root cause for this functionality is that all users have dual monitors and several of them put the FM on the left monitor and fill up the right monitor with the graphics window. It's kind of a pain to accurately set the width of the FM to be right at the monitor break (which is Extremely important for us OCD'ers lol!!), plus this width seems to reset itself slightly whenever a document is opened.
I already utilize events in my AddIn and access an Oracle database so I don't need an entire application... What I'm really looking for is the SolidWorks objects I need to interface with. I briefly looked in the SW API help and was unable to figure it out.
p.s. - A stretch goal for those super geeks out there would be to determine where the monitor break is and set the FM width right at this break. I suspect this would take Windows API calls though so I'm perfectly happy not going this route.
Thanks in advance for any help!
SolidworksApi macros