I need a Windows Finder SPY++ type program in VB.NET. All I need is the ablity for my app for drag a SPY++ type Windows Finder target over another Window to grab the handle of that window.
I've founds lots of examples mainly in C++ (even vb6) and I just don't want to convert to .NET if I don't have to re-invent the wheel.
Does anyone know of a VB.NET version of the Window finder in SPY++? version
Add a PictureBox and a Label to a new Form:
Open in new window