I need to know how to make the left mouse button click in Windows NT. I've tried mouse_event which works fine for me in Win95. The VB documents say that it was superseded and now you have to use SendInput instead. Anyone know how to do this or another way to send a mouse click in NT?

Thanks