
Comments Don’t Increase EXE Size
VB strips comments out in the final .EXE file, so use as many commentsas you need.
VB strips comments out in the final .EXE file, so use as many commentsas you need.
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%, ByVal HelpFile$, ByVal helpcode%, _ ByVal helpdata&) Declare Function WinHelpByString% Lib “User” _ Alias “WinHelp” (ByVal hWnd%, ByVal HelpFile$, _
Question: Is there a way to target dynamicly created html from a form in one frame to another using perl? Answer: Sure thing.