Icon: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The Icon environmental variable can be set during the execution of a .br program by use of SetEnv. When the special Icon environmental variable is set it will change the icon...")
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The Icon environmental variable can be set during the execution of a .br program by use of SetEnv.
The '''Icon''' [[environmental variable]] can be set during the execution of a [[program]] by use of [[SetEnv]].


When the special Icon environmental variable is set it will change the icon which the business rules! application displays.
When the special Icon environmental variable is set it will change the icon which the business rules! application displays.
Line 5: Line 5:
SetEnv("Icon","myicon.ico") sets the icon for the window and the taskbar to the icon specified by the second parameter (e.g. myicon).
SetEnv("Icon","myicon.ico") sets the icon for the window and the taskbar to the icon specified by the second parameter (e.g. myicon).


  00100 SetEnv('Icon','Icon.ico')
  00100 SetEnv('Icon','Myicon.ico')
 
SETENV("ICON","myicon.ico") sets the icon for the window and the taskbar to the icon specified by the second parameter (e.g. myicon).
 


<noinclude>
<noinclude>
[[Category:Config | Environmental Variable]]
[[Category:Config | Environmental Variable]]
</noinclude>
</noinclude>

Latest revision as of 13:02, 9 July 2015

The Icon environmental variable can be set during the execution of a program by use of SetEnv.

When the special Icon environmental variable is set it will change the icon which the business rules! application displays.

SetEnv("Icon","myicon.ico") sets the icon for the window and the taskbar to the icon specified by the second parameter (e.g. myicon).

00100 SetEnv('Icon','Myicon.ico')