problem in VB 2005

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • montalg
    New Member
    • Mar 2009
    • 3

    problem in VB 2005

    I have a problem, I don't know how to put a vb code in a button event of a form. Could you help me on this?
  • kadghar
    Recognized Expert Top Contributor
    • Apr 2007
    • 1302

    #2
    double clic on it.

    20

    Comment

    • montalg
      New Member
      • Mar 2009
      • 3

      #3
      Double click on the code?, where?

      Comment

      • kadghar
        Recognized Expert Top Contributor
        • Apr 2007
        • 1302

        #4
        When you double click on the button, in the design view, you'll go to the code of a button's event. You'll enter to click by default, but you can change the event. Each event will be a separated Subprocedure, activated (during runtime) when the event is done.

        Comment

        • montalg
          New Member
          • Mar 2009
          • 3

          #5
          Yes, but I have already my vb code and I have the form and the button, but I don't know how to pull the vb code into the sub of the event

          Comment

          • debasisdas
            Recognized Expert Expert
            • Dec 2006
            • 8119

            #6
            You need to read some books for such basics things.

            Comment

            • simonrule
              New Member
              • Mar 2009
              • 6

              #7
              THank's you for this help

              Comment

              Working...