J
Jose Perdigao
How can i add a icon programmaticallyin a file ADP?
In mdb, I use the following code:
Dim DB ADAO.Database
Set DB=CurrentDB
DB.Properties("AppIcon") = CurrentProject.path & "\Update.ico"
If I use this code in ADP doesn't work
Any Suggestions?
Thanks
Jose
In mdb, I use the following code:
Dim DB ADAO.Database
Set DB=CurrentDB
DB.Properties("AppIcon") = CurrentProject.path & "\Update.ico"
If I use this code in ADP doesn't work
Any Suggestions?
Thanks
Jose