Results 1 to 3 of 3

Thread: [RESOLVED] Resizing problem with the Toolbar

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2006
    Posts
    23

    Resolved [RESOLVED] Resizing problem with the Toolbar

    in my project i use the Form_Resize function to relocate all the controls of my form. it works fine, but when i try to relocate an Image control, my toolbar dissapear. what is the problem? can i relocate the Image in other way? thanks in advance

  2. #2
    Hyperactive Member Hassan Basri's Avatar
    Join Date
    Sep 2006
    Posts
    324

    Re: Resizing problem with the Toolbar

    I don't know exactly but a guess would be that your toolbar is bound to the image list, when you do your resize event for some resaon it gets disconnected from the toolbar. So the toolbar is still there its just that the images in the buttons dissapear so it only seems that toolbar has disapeared.

    I think if you don't relocate the image list the problem should go away.

    By the way since the image list is invisible to the user what is the point of moving it on the form?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Nov 2006
    Posts
    23

    Re: Resizing problem with the Toolbar

    i was relocating another image and the toolbar dissapeared. don't know really what i changed but now it works. so thanks for the effort and remember, if something doesnt go well, just close VB and try again. :P

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