What are the declaration of these for?
private Const MOUSEEVENTF_LEFTDOWN = &H2
private Const MOUSEEVENTF_LEFTUP = &H4

does it mean that in user32.dll, the events definition is &H2.. H4... ?...