Search found 1 match

by Nathan Podlich
Thu Jul 09, 2009 11:26 am
Forum: General
Topic: toolbar.4d syntax
Replies: 6
Views: 24800

Hi Phil,

In case you have not sorted the problem out - Sam had the right idea but the wrong slashes.

Toolbar "Internet Explorer" {
Button "Internet Explorer" {
Command "createprocess \"C:\Program Files\Internet Explorer\iexplore.exe\""
Icon "C:\WINDOWS\Coffee Bean.bmp"
}
}

An alternative method ...