How do I create a selectable area on a form in Visual Studio?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jakeesgirl
    New Member
    • Oct 2007
    • 17

    How do I create a selectable area on a form in Visual Studio?

    I'm quite new to C# and I'm wondering if there is a way to create a selectable/clickable area on a form in Visual Studio. Right now, I am using the link control, but I would rather have it so the user can mouse over the area, the area will be highlighted, can be clicked on and lead them to the next page. How can I do this?
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    I am not quite sure what you are looking for but to click something and go to another page you could use several things:

    Image Button
    Link Button
    Button
    Hyperlink
    ...

    Nathan

    Comment

    Working...