if your application has a declared help file then you can make a call to Application->HelpCommand (int Command, int Data);
else
you can call a file with ShellExecute ();
(I recommend this way, because u can make flash animations to teach the user how to use your product)
---LastCyborg---