View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Apply "EnableResize" to Application?

Here are some additional sources of information:



http://support.microsoft.com/?id=107689
XL: Disabling Microsoft Excel Control Menu Commands



http://support.microsoft.com/?id=117855
XL: Removing the Control Menu and Application Window Controls


http://support.microsoft.com/?id=147659
HOWTO: Get a Window Handle Without Specifying an Exact Title



http://support.microsoft.com/?id=112649
HOWTO: Get a Window's Class Name and Other Window Attributes



http://support.microsoft.com/?id=113475
VB3 How to Get Window Handle Without Specifying Exact Title (16 Bit)


Regards,
Tom Ogilvy


"quartz" wrote in message
...
Is there a way to apply the "EnableResize" control to the Excel

Application
rather than the workbook?

If not, is there a way to programmatically disable the min, max, and other
controls in the title bar?

Thanks much in advance.