Activate several buttons while left click is down...

Discussion in 'C#' started by emongev, Oct 4, 2010.

  1. emongev

    emongev New Member

    Joined:
    Oct 4, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I have a question about a C# windows forms application.... Im aware of the mouseEnter event and the Click events, but i cant seem to combine them, maybe i could get some insight on this problem =) What i want is to be able to have a matrix of components and to click one and drag, activating them as i drag my click above them

    Thanks in advance for the answer =)
     
  2. techgeek.in

    techgeek.in New Member

    Joined:
    Dec 20, 2009
    Messages:
    572
    Likes Received:
    19
    Trophy Points:
    0
    Occupation:
    EOC (exploitation of computers)..i m a Terminator.
    Location:
    Not an alien!! for sure
    Home Page:
    http://www.techgeek.in
    It is not possible at all…You want the components to become sticky on mouse click and then using mouseEnter event u just move the components..I think the only way to make the component sticky is to keep pressing the left mouse key and then drag and drop…
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice