Results 1 to 4 of 4

Thread: [VB6] - what is the diference between 'end' and close the window(on 'X')?

  1. #1

    Thread Starter
    PowerPoster joaquim's Avatar
    Join Date
    Apr 2007
    Posts
    3,961

    [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'))
    VB6 2D Sprite control

    To live is difficult, but we do it.

  2. #2
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    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???

  3. #3

    Thread Starter
    PowerPoster joaquim's Avatar
    Join Date
    Apr 2007
    Posts
    3,961

    Re: [VB6] - what is the diference between 'end' and close the window(on 'X')?

    Quote Originally Posted by dilettante View Post
    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
    VB6 2D Sprite control

    To live is difficult, but we do it.

  4. #4

    Thread Starter
    PowerPoster joaquim's Avatar
    Join Date
    Apr 2007
    Posts
    3,961

    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
    VB6 2D Sprite control

    To live is difficult, but we do 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
  •  



Click Here to Expand Forum to Full Width