Results 1 to 3 of 3

Thread: control grab handles?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,091

    control grab handles?

    Hi,

    You know how when you're designing a form in VB and when you click on a control to either move or resize it, 8 small blue grab handles appear on each corner of the control?

    Is this a Win32 API thing that I can do? At first, I just figured that it was a custom drawing thing that the control vendors did. But I noticed that the size and color of the blue dots are totally identical between a bunch of 3rd party controls that I just tested. So it leads me to believe that this is a Win32 API thing.

    I would appreciate it if someone could give me a small example of how to do this. What I would like is a text box placed on a form and when the end user clicks on it, the blue grab handles appear.

    Any help or direction would be greatly apprecaited!!!

    Dan

    Visual Studio 2010

  2. #2
    Member
    Join Date
    May 2000
    Location
    USA
    Posts
    37

    Smile Grab Handles

    dbassettt74,

    This may give you some more information.
    Look for Resize Handles Demo under Control Stuff section.
    AT: http://www.mvps.org/vbvision/grouped...#Control_Stuff


    Hope this helps!
    Jerome W. Norgren

    "Know how to ask. There is nothing more difficult for some people, nor for others, easier."

    - Baltasar Gracian

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,091
    Jerome,

    Thank you very much!!! That site is great and just what I have been looking for.. You really made my day!!!

    Visual Studio 2010

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