Useful Links for Visual Basic
MVP(s) Brad Martinez Steve McMahon Eduardo A. Morcillo VBSpeed Randy Birch Karl E. Peterson Libraries VBCorLib Steve McMahon Eduardo A. Morcillo VBSpeed Randy Birch Karl E. Peterson API, Hooking and SubClassing Book "Hardcore Visual Basic" AllAPI.net AllAPI.net : API List…
Differences between Image and PictureBox
Image control a "lightweight" control that has no device context (or hDC) or it's own. can display a gif file loaded into the picture property with a transparent background. flicker when moved at runtime. can only be z-ordered (layered) over…
VB6 – Detecting whether the program is running under the control of Visual Studio or not..
Drag Article : Moved from Old Blog Another way to do is to detect whether the Visual Studio 6 IDE open or not using some API. References Link Question: How can I test whether a program is running at design…
