View Single Post
  #4 (permalink)  
Old 07-06-2009, 05:25 PM
pdablue's Avatar
pdablue pdablue is offline
Knows the basics
 
Join Date: Sep 2007
Posts: 63
Default Button Images in the IDE Editor.

Hi,

I use "Button Up" and "Button Down" events for an ImageButton.

I noticed that when placing an ImageButton onto a form and setting
the graphic image for that ImageButton in the control's property window
and the program is compiled the ImageButton's graphic image is included
in the (.exe) file when the program is compiled.

I have not been able to get the ImageButton's graphic images for the
"Button Up" and "Button Down" events to be saved in the (.exe) file
when it is compiled. I always have to include them when I create
an installation file using SetupBuilder.

Do you know of anyway to include all graphic images for an ImageButton
into a compiled (.exe) file?
Reply With Quote