Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


add a file to recent docs list
 

 

Description

add a file to recent docs list

Author

Anon

Code

Private Declare Sub SHAddToRecentDocs Lib "shell32.dll" (ByVal uFlags As Long, ByVal pv As String)

Public Sub AddtoRecentDocs(ByVal FileName As String)

If Dir(FileName) Then
SHAddToRecentDocs 2, FileName
End If

End Sub

Information

tested using Visual Basic 6

 


 

 

Download

addtodocs.txt


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
create a word report on the services on your PC(VBScript)
copy a file using CopyTo(C Sharp)
Is the current year a leap year(VB.net)
open a zip file and display file information(PHP)
text example with delays(Darkbasic)
displays the browser info(Javascript)
create random file names(VBScript)
Check if a file exists(VBScript)

    




Copyright © 2003 by programmershelp.co.uk