I do have one other problem that I'm having some trouble with. In this VB program i'm working on, I create a icon on the desktop using the fCreateShellLink function.
ie.
lReturn = fCreateShellLink("\" & MENU_NAME, "TCS - " & strCompanyName, strPath1, strArgs, -1, "$(Programs)"
Now this creates a icon with the following path;
"c:\program files\microsoft office\office\msaccess.exe" "c:\program files\IceRidge\tcs.mde" /runtime
This path opens the access program via Access 2000 runtime.
This shortcuts icon is the default Access icon. Is there any was in my code that i can assign an icon i have created for this shortcut?
If you have any suggestions i would much appreciate it.
Thanks
Garry
ie.
lReturn = fCreateShellLink("\" & MENU_NAME, "TCS - " & strCompanyName, strPath1, strArgs, -1, "$(Programs)"
Now this creates a icon with the following path;
"c:\program files\microsoft office\office\msaccess.exe" "c:\program files\IceRidge\tcs.mde" /runtime
This path opens the access program via Access 2000 runtime.
This shortcuts icon is the default Access icon. Is there any was in my code that i can assign an icon i have created for this shortcut?
If you have any suggestions i would much appreciate it.
Thanks
Garry