Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. How to set a default Visual Studio event.

How to set a default Visual Studio event.

Scheduled Pinned Locked Moved Visual Studio
tutorialcsharpvisual-studiohelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Timothy007
    wrote on last edited by
    #1

    How do I set what event option comes up when I double-clicking on a control. For example, double-clicking on a button control automatically creates the following event: Private Sub AxBtnEnh5_MouseIn(sender As Object, e As EventArgs) Handles AxBtnEnh5.MouseIn End Sub I would like it to create/select a more practical event as the default, like: Private Sub AxBtnEnh5_ClickEvent(sender As Object, e As EventArgs) Handles AxBtnEnh5.ClickEvent End Sub Any help would be very much appreciated. Tim :) FYI: I'm using Visual Studio 2013.

    J 1 Reply Last reply
    0
    • T Timothy007

      How do I set what event option comes up when I double-clicking on a control. For example, double-clicking on a button control automatically creates the following event: Private Sub AxBtnEnh5_MouseIn(sender As Object, e As EventArgs) Handles AxBtnEnh5.MouseIn End Sub I would like it to create/select a more practical event as the default, like: Private Sub AxBtnEnh5_ClickEvent(sender As Object, e As EventArgs) Handles AxBtnEnh5.ClickEvent End Sub Any help would be very much appreciated. Tim :) FYI: I'm using Visual Studio 2013.

      J Offline
      J Offline
      JMK NI
      wrote on last edited by
      #2

      This is the lounge, where we all hang out after a few beers, you may have more luck in the programming forums[^] :)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups