Thread: keydown in gui
View Single Post
  #8  
Old 11-12-2006, 07:03 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
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()
__________________
Reply With Quote