Consulting

Results 1 to 7 of 7

Thread: Moving controls

  1. #1
    VBAX Regular
    Joined
    Mar 2007
    Posts
    47
    Location

    Moving controls

    hey! is there any way how to allow user to move controls on the form? the point where i'm heading is, that i'm trying to put 2 buttons on the form and user then can move them on the form and connect them with the line. then after pushing other button, executed process will be based on the connected buttons. that is, if button 1 contains name1 and button 2 contains name2 and if these buttons are connected, then written variable will be name1 + name2. any help? thanx

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Sounds convoluted. Why are you doing this, what is the objective?
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    VBAX Regular
    Joined
    Mar 2007
    Posts
    47
    Location
    objective? visual "programming" user's output...

  4. #4
    VBAX Master Norie's Avatar
    Joined
    Jan 2005
    Location
    Stirling, Scotland
    Posts
    1,831
    Location
    If that's the objective why do you need to move the buttons?

  5. #5
    VBAX Regular
    Joined
    Mar 2007
    Posts
    47
    Location
    these controls will have own values. users can combine these controls (values) and the program will then work usign these values (steps...)

  6. #6
    VBAX Expert
    Joined
    Aug 2004
    Posts
    810
    Location

    Moving Controls

    Quote Originally Posted by CicoMico
    hey! is there any way how to allow user to move controls on the form? the point where i'm heading is, that i'm trying to put 2 buttons on the form and user then can move them on the form and connect them with the line. then after pushing other button, executed process will be based on the connected buttons. that is, if button 1 contains name1 and button 2 contains name2 and if these buttons are connected, then written variable will be name1 + name2. any help? thanx
    Try the attachment out and see if it is what you wanted, then convert it to suit.

  7. #7
    VBAX Regular
    Joined
    Mar 2007
    Posts
    47
    Location
    thanx! that is close to what i wanted!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •