Q: When I try to start a program a message appears asking about an .OCX file. What should I do?

A: First of all, press Win+F and search your HDD for a file the program asks. If you can't find one, go to http://filesearch.ru/ and download the file. Then place it in the program's directory. Note that the program can ask not for one but for more files like MSVBVM60.DLL, COMDLG32.OCX, RICHTX32.OCX, MSCOMCTL.OCX and so on.

Q: Is there a non-English version, e.g. Russian?

A: No. Though I'm Russian I prefer programs in English. Don't ask me why. If you know English & Visual Basic, you could help me translating it. See readme.txt for details.

Q: What does tag XXX or descriptor YYY mean?

A: There are some good manuals. They are called "Specifications" and could be found on w3c.org.

Q: How can I add/remove my own snippets in HTML Constructor?

A: Since version 1.51 you can add your own snippet by pressing the "Add a snippet" button. But if you want to delete or edit it, you have to open the file named "codes.txt". All the snippets are separated by "%". The first line of snippet defines its name, the second - "Must be inside tag" text, the third is a comment, all the other lines are the snippet itself. Please note that the first three lines must not contain line-breaks.

Q: I've just added a snippet, but I can't see it in the list!

A: Just press the "Close" button in the "Add a snippet" dialog. 

Q: HTML Color is good, but I want a full colors table. Where can I get one?

A: Try http://www.citforum.ru/internet/html/colors.shtml and http://html.manual.ru/basecolors.html

Q: I don't want Launcher to appear "Always On Top", what should I do?

A: I didn't include an option to disable this in the program, but you can do it manually. Open Regedit and find the following key:

HKEY_CURRENT_USER\Software\VB and VBA Program Settings\Launcher\WindowPos

Create new string value named "AlwaysOnTop" and set it to "0". 
