Comments Don’t Increase EXE Size August 19, 1997 VB strips comments out in the final .EXE file, so use as many commentsas you need.
Help Search on the Menu Bar August 19, 1997 Ever wanted to add a “Search for Help on…” item in themenu bar? Here’s the secret: ‘Declares and Constant for Help Menu Declare Function WinHelp% Lib “User” _ (ByVal hWnd%,
frames and cgi August 19, 1997 Question: Is there a way to target dynamicly created html from a form in one frame to another using perl? Answer: Sure thing.