I'm trying to make a program in Visual Basic, and I'm trying to make it click at a certain coordinate on my computer... right now it looks like this:

Code:
mouse_event(mouseclickdown, 0, 0, 0, 0)
mouse_event(mouseclickup, 0, 0, 0, 0)

Do you guys know where to put the X and Y coordinates?

The coordinates I want: X = 748
Y = 564

Thanks for the help...