mouse over button event?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?bWFydGluMQ==?=

    #1

    mouse over button event?

    Hi,

    Is there button mouse over event in .net? What I want to do is instead let
    user click button to pop up message, I let user put mouse over button and
    then auto-pop up message?

    Thanks,
    Martin

  • Meelis Lilbok

    #2
    Re: mouse over button event?

    MouseEnter, MouseLeave, MouseHover


    Mex.




    "martin1" <martin1@discus sions.microsoft .comwrote in message
    news:6F669841-C8AE-4AE3-9417-050791C4EA97@mi crosoft.com...
    Hi,
    >
    Is there button mouse over event in .net? What I want to do is instead
    let
    user click button to pop up message, I let user put mouse over button and
    then auto-pop up message?
    >
    Thanks,
    Martin
    >

    Comment

    • =?Utf-8?B?bWFydGluMQ==?=

      #3
      Re: mouse over button event?

      Hi,

      I think this is window control event, how about web control (asp.net)?

      Thanks,
      Martin

      "Meelis Lilbok" wrote:
      MouseEnter, MouseLeave, MouseHover
      >
      >
      Mex.
      >
      >
      >
      >
      "martin1" <martin1@discus sions.microsoft .comwrote in message
      news:6F669841-C8AE-4AE3-9417-050791C4EA97@mi crosoft.com...
      Hi,

      Is there button mouse over event in .net? What I want to do is instead
      let
      user click button to pop up message, I let user put mouse over button and
      then auto-pop up message?

      Thanks,
      Martin
      >
      >
      >

      Comment

      • rowe_newsgroups

        #4
        Re: mouse over button event?

        On May 31, 9:36 am, martin1 <mart...@discus sions.microsoft .comwrote:
        Hi,
        >
        I think this is window control event, how about web control (asp.net)?
        >
        Thanks,
        Martin
        >
        "Meelis Lilbok" wrote:
        MouseEnter, MouseLeave, MouseHover
        >
        Mex.
        >
        "martin1" <mart...@discus sions.microsoft .comwrote in message
        news:6F669841-C8AE-4AE3-9417-050791C4EA97@mi crosoft.com...
        Hi,
        >
        Is there button mouse over event in .net? What I want to do is instead
        let
        user click button to pop up message, I let user put mouse over button and
        then auto-pop up message?
        >
        Thanks,
        Martin
        You'll have to use javascript to do this on a web app. The events you
        need are MouseOver and MouseOut I believe.

        Thanks,

        Seth Rowe

        Comment

        Working...