12-05-2020, 05:36 AM
Hello,
how to change the default icon intraweb in application mode?
It's the icon in the task bar.
how to change the default icon intraweb in application mode?
It's the icon in the task bar.
Icon Intraweb application
|
12-05-2020, 05:36 AM
Hello,
how to change the default icon intraweb in application mode? It's the icon in the task bar.
12-05-2020, 12:32 PM
(This post was last modified: 12-05-2020, 12:35 PM by MJS@mjs.us.)
Hello,
Add a resource file (.rc file) to your project if you don't already have one and add something like this to it: IW_FAVICON RCDATA "D:\IW_Include\favicon.ico" where favicon.ico is your custom icon. ![]() Regards, Mark
12-05-2020, 05:56 PM
Favicon will set it on the web. If you want to set it for the SA app itself, look at the CustomSA demo and set the icon in project properties like a normal Delphi application.
12-05-2020, 09:46 PM
(12-05-2020, 05:56 PM)kudzu Wrote: Favicon will set it on the web. If you want to set it for the SA app itself, look at the CustomSA demo and set the icon in project properties like a normal Delphi application. Did a quick test, the method I described does both cases at once. If you needed the icons to be different then the above answer looks to be the solution. |
« Next Oldest | Next Newest »
|