Hi. I have a VB6 program that when executed, opens a form with a "Go" command button on it, a "File" menu in the upper left (created with menu editor), and the "X" close button in the upper right of the title bar. The thing is, when I click the "Go" button, I want to disable the File menu and the "X" close button, to keep the user from being able to use them. When the Go button is clicked, the caption changes to "Stop" and this is the only button I still want the user to be able to use. If I set Form1.Enabled = False, that is no good, because this also disables the Stop button, which I do want the user to be able to use.
Any ideas how to make these things un-usable after Go is clicked? Any suggestions would be greatly appreciated. Thanks.
cold25
Any ideas how to make these things un-usable after Go is clicked? Any suggestions would be greatly appreciated. Thanks.
cold25