A long time ago I use to write vb.net programs (.dll) that ran inside of AutoCAD and they would minimize when AutoCAD was minimized. Now, they just sit on the screen when AutoCAD is minimized like they are two separate programs. I'm assuming it's because of the "new" way you have to launch a new "instance" of your form instead of just using form1.show like the old days. Is there something I can do to tie my program to AutoCAD to get it to minimize? It, of course, goes away when you quit AutoCAD so I know it's tied to it. For the work around, I placed my own minimize button at the top of my form (because I have my form style set to "none") and that works, but I'd like to have it just happen. I'm sure it's easy... What am I doing wrong?

Thanks in advance