Dangling Participles
Posted: Tue Oct 14, 2003 11:55 pm
I don't care much for leaving graphics out in the open. I read about the IncludeBinary. Once included, is there a way to access the binary without having to write it out to the disk?
ao
Code: Select all
If CreateToolBar(0, WindowID())
ToolBarImageButton(0, LoadImage(0, "Icons\Load.ico"))
ToolBarSeparator()
ToolBarImageButton(3, LoadImage(0, "Icons\Stop.ico"))
ToolBarImageButton(2, LoadImage(0, "Icons\Play.ico"))
ToolBarImageButton(4, LoadImage(0, "Icons\Pause.ico"))
ToolBarSeparator()
ToolBarImageButton(12, LoadImage(0, "Icons\About.ico"))
EndIf