After creating a new project using ATL COM Appwizard - DLL - i create a new
ATL object, and am given a dialog box with loads of options, one of which is
the ability to "make invisible at runtime" check box. if i check the box, ie
decide to make invisible at runtime, how do i toggle this later on in the
project? is it actually possible? - i know the "windowed only" setting is a
boolean member variable, is the invisible doofah similar? (the make
invisible at runtime was causing havoc with my control trying to fire events
to non-C++ applications, and i couldn't work out how to toggle the setting,
and therefore re-created the whole bloody project).
I've created two skeleton projects, one invisible, one visible, and squirted
them through WinDiff, only to find no difference.
All info greatly received
Ian McQuade