Page 1 of 1

How to add custom icon in the script

Posted: 21 Oct 2024 18:49
by taufan
This is for Hamburger Menu.
How to add custom icon in this script?

Code: Select all

::Google Drive ;tab("new", "C:\Users\taufan\Google Drive") ;
Because when I add my ico file at the end of the script it doesn't work:

Code: Select all

::Google Drive ;tab("new", "C:\Users\taufan\Google Drive") ;C:\drive.ico ;
Any idea?
Many thanks for the answer.

This is my menu at this moment, i need to change that blue icon to Google Drive icon:
Clipboard-20241021.jpg

Re: How to add custom icon in the script

Posted: 21 Oct 2024 18:59
by highend
How about reading the help file?
Scripts
General forms: ::script; or ::caption;script; or ::caption;/icon;script;.

Re: How to add custom icon in the script

Posted: 21 Oct 2024 19:08
by taufan
I did. But i still dont understand. This line also didnt work:

Code: Select all

::Google Drive ;C:\drive.ico ;tab("new", "C:\Users\taufan\Google Drive") ;

Re: How to add custom icon in the script

Posted: 21 Oct 2024 19:37
by highend
Seriously?

::caption;/icon;script;