Hello All ..
I'm Trying to Click a Button In Another Application With Process Name "CenterBot"
I have got ListView1 , Button1 , Button2
Here's my code
Code:
Imports System.Runtime.InteropServices
Public Class Form1
Private Const BM_CLICK = &HF5
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal Hwnd As IntPtr, ByVal wMsg As UInteger,
Leave a comment: