AllApi.net

[an error occurred while processing this directive]
 
'In general section
Private Declare Sub SHAddToRecentDocs Lib "shell32.dll" (ByVal uFlags As Long, ByVal pv As String)
Private Sub Form_Load()
    'KPD-Team 1998
    'URL: http://www.allapi.net/
    'E-Mail: KPDTeam@Allapi.net
    
    'Windows keeps a list of the most recently used files that can be
    'accessed quickly using the Start Menu
    Call SHAddToRecentDocs(2, "c:\autoexec.bat")
End Sub


 
Copyright © 1998-2000, The KPD-Team.
Send mail to KPDTeam@Allapi.net with comments about this web site.
This site is located at
http://www.Allapi.net/