maybe im missing something but all the code i find seems EXTREMELY complex to just click the left mouse button?

I move it..

Windows.Forms.Cursor.Position = New Point(907, 649)

Now.. click (its not a control on my form)

I tried sendinput but it doesnt seem to work.

Thanks!