Command Button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JEFF
    New Member
    • Oct 2006
    • 1

    #1

    Command Button

    Hello All VB Pros,

    Please help me with the VB6 code on how to click a command button in another form from another form. I mean I need to click command button on Form2 by clicking command button on Form1....Please help me

    Jeff
  • manelmalkav
    New Member
    • Oct 2006
    • 3

    #2
    You can make a Public Sub in a Module or something like that... and them, call that method from the two commands...

    Comment

    Working...