I would like to know how to use the lparam in:
SendMessage(lHwnd, WM_LBUTTONDOWN, 0&, 0&)
Because in the msdn says that it is the x , y position but how can i put x and y position in one param.

And i want to know how is the declaration of WM_CLICK because in the api viewer it doesn't apear.
Thanks