Finding a window handle in non-net app

mooman_fl

Centurion
Joined
Nov 3, 2002
Messages
193
Location
Florida, USA
I am working on a compiler plugin for DarkBasic Pro which is not .NET based, but the DLL I am working on is written in VB.NET. That is fine, I have been able to get the DLLs to work like that.

What I need to do, however, is get the handle of the DarkBasic app that the code is attached to. In this case, the app may not be the active window, and the titlebar text may not be known.

Any help is appreciated.
 
Back
Top