brandonH
10-29-2006, 02:21 PM
I am currently creating a .hta utility.
I am have ability to remove the windows border and minmize/restore/close buttons. this allows me basically make my own window border ect. the thing is I cannot figure out how to create a minimize button of my own. I would think that if i can remove the default window buttons i would be able to create my own. i can recreate a close button with window.close(). is there something similar for minimizing the window?
I am have ability to remove the windows border and minmize/restore/close buttons. this allows me basically make my own window border ect. the thing is I cannot figure out how to create a minimize button of my own. I would think that if i can remove the default window buttons i would be able to create my own. i can recreate a close button with window.close(). is there something similar for minimizing the window?