R
Rob
I have a DLL that requires the windows Form title and the window class. I can access
the title from Me.Text, but how can I get the class ? I used WinSpy by Robert Kuster to
get the class remotely which is WindowsForms10.Window.8.app1, but theres got to
be a way to the class ( Me.? ). The DLL requires the 2 parameters for
wndHandle = ::FindWindowEx(0, 0, pTDF, pWT);
line of code.
TIA RS
the title from Me.Text, but how can I get the class ? I used WinSpy by Robert Kuster to
get the class remotely which is WindowsForms10.Window.8.app1, but theres got to
be a way to the class ( Me.? ). The DLL requires the 2 parameters for
wndHandle = ::FindWindowEx(0, 0, pTDF, pWT);
line of code.
TIA RS