|
-
May 13th, 2013, 04:09 PM
#1
Thread Starter
PowerPoster
[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'))
-
May 13th, 2013, 04:25 PM
#2
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???
-
May 13th, 2013, 04:35 PM
#3
Thread Starter
PowerPoster
Re: [VB6] - what is the diference between 'end' and close the window(on 'X')?
 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
-
May 13th, 2013, 04:50 PM
#4
Thread Starter
PowerPoster
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|