Hello,
I'm a little confused about how to add a bitmap to a button or create one
as an icon. I want to create a button with a picture of a printer on it,
like you see in a word processing program. Also a button with internet
explorer icon on it, or any other program's icon. I can't find an example
on the web site on how to do this.
I tried this out but the button was blank, you couldn't see the word
"TEST". So I must have done something to block the text, but the image
did not show up either.
$MainWin->AddButton(
-name => "Button1",
-text => "TEST",
-bitmap => 1,
-picture => 'bliss.bmp',
-left => 350,
-top => 10,
);
Windows XP SP2, 5.8.7, GUI 1.02
Thanks,
Joe