[VB6] - what is the diference between 'end' and close the window(on 'X')?
what is the diference between 'end' and closing the window(on 'X')?
(i'm asking these because by some reason(when i click on escape key), i must use the unload key word('Unload Me'))
Re: [VB6] - what is the diference between 'end' and close the window(on 'X')?
Using the close menu option (via the control menu hanging off the window icon, or Alt-F4, or the "X" button) sends a request to unload.
If your program interferes with this then it won't unload.
How do you "click on" the escape key???
Re: [VB6] - what is the diference between 'end' and close the window(on 'X')?
Quote:
Originally Posted by
dilettante
Using the close menu option (via the control menu hanging off the window icon, or Alt-F4, or the "X" button) sends a request to unload.
If your program interferes with this then it won't unload.
How do you "click on" the escape key???
using my sprite control keydow(inside theres a timer control for control the keydown event). but when my control is 'Terminated', i delete all array controls, disable the timers and set the graphic class to nothing. so don't makes sence to me:(
Re: [VB6] - what is the diference between 'end' and close the window(on 'X')?
ok.. seems that i'm doing 1 problem when my control Initializate, because i change properties instead variables. because my control seems to show the image 4 times instead of 1. maybe i can fix these big problem:(
but that problem i don't understand it:(