Click to See Complete Forum and Search --> : capturing mouse click event


hitesh_gh
May 10th, 2001, 10:43 AM
HI,

On my VB form, i have a command button for which i want that whenever it is clicked, i should call a module. How do i do that?

Z LoveLife
May 10th, 2001, 11:01 AM
in the development environment double click on the command button. Then you should get something like this

private Sub Command1_Click()
call yourmodulenamehere
End sub