PHP Code:
new GuiControlProfile(profile_name){
...
bitmap = "imagename.png";
}
new GuiWindowCtrl(window_gui){
profile = profile_name;
...
}
too make a new profile with an bitmap :]
also, check out
http://wiki.graal.net/index.php/Crea...ControlProfile
for use of GuiControlProfile()