View Full Version : alt+space close code/property


arage
01-05-2001, 07:16 AM
Hi,
My form has an X close button but I’d like to implement ALT+SPACE+CLOSE as an option too. Cud someone mention what property I ought to be looking at for this?
Thanks!

Friday, January 05, 2001
Forms-size property
Hi,
One thing I notice about forms is they take the size attributes of the OVERALL window they’re displayed inside and not how they are actually sized INSIDE the window. I’d appreciate if someone cud just explain why that’s so.

Also, the below doesn’t work when I’m trying to cut my form down in size. Meaning I’d like it to crop from right. Any ideas?

Forms!menu.Width = 2

Thanks!