Results 1 to 4 of 4

Thread: upgrading VB6 to VB.NET

  1. #1

    Thread Starter
    Fanatic Member Navarone's Avatar
    Join Date
    Jun 2003
    Location
    Akron, Ohio USA
    Posts
    740

    upgrading VB6 to VB.NET

    I'm in the process of learning VB.NET and upgrading my VB6 project to VB.NET. In my VB6 application I have a user control (Hover Command Control) that allows my buttons to switch images when the mouse hovers over them. I was wondering if there was any kind of VB.NET equivalent to this.
    He who never made a mistake never made a discovery?

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    There are more events for controls that would allow you to do that in .NET. There is an Enter, Leave and Hover event.

  3. #3

    Thread Starter
    Fanatic Member Navarone's Avatar
    Join Date
    Jun 2003
    Location
    Akron, Ohio USA
    Posts
    740
    Thanks, do you know where I can find an example of these mouse events so I can see how they work?
    He who never made a mistake never made a discovery?

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by Navarone
    Thanks, do you know where I can find an example of these mouse events so I can see how they work?
    In the MSDN Help or the online site .

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