Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a shortcut for an app. with code

Status
Not open for further replies.

WP

Programmer
Nov 30, 1999
463
CH
Does anyone know how to create a shortcut using VBA code?<br>
<br>
I need to create the shortcut like this because I am programming an install routine that copies a master database to a project directory. The path and name of the new database are chosen by the installer.
 
You may need to use a Professional Installer program to install your Access app which will create an icon.<br>
VB6 Pro's Deployment wizard will create an icon but you would have make a VB .exe to launch your access app and then have the VB app quit. Thats a Rube Goldberg approach.<br>
the deployment wizard works with .VBP project files only.<br>
Take a look at Dan Applemans WIN32 API book from Ziff Davis (ISBN 1-56276-446-2) it may shed some light too. If its an API call it's in that book.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top