If you have developped a project with an earlier version of Vidgrab_NET.ocx and you get an error when opening or rebuilding your project after registering the new Vidgrab_NET.ocx, like:
. axVidgrab_NET reference not found . unable to get the window handle ... WindowLess ActiveX controls are not supported
proceed as follows: ------------------
- exit Visual Studio
- delete the "bin" and "obj" subfolders under your project's folder
- open in Notepad you project's ".vbproj" file
- locate the reference names that contains "vidgrab_NET" (2 references)
- modify the "Guid=..." line as follows: Guid = "{8945174D-2095-4007-BFC7-62ECB1EAFA9A}"