Home   |   Software   |   Practical Jokes   |   Code Corner   |   Workshops


Delphi Secret #11

Adding a document to the Win95 Start Button's documents
 
 
     This code adds a file to the documents menu in the Windows Start Button. This will give your program the look and feel of a professional design.

Code:
uses ShlOBJ;

SHAddToRecentDocs(SHARD_PATH, 'filepath');







This page was developed by FoxWare Design & Support.
Hosted by www.Geocities.ws

1