Thread: GuiControl
View Single Post
  #1  
Old 11-02-2006, 07:43 AM
Joey_P2P Joey_P2P is offline
Banned
Join Date: Oct 2006
Posts: 36
Joey_P2P is on a distinguished road
GuiControl

PHP Code:
new GuiControl("Win_Window" this.winid)
{
  
useownprofile true;
  
canmove        true;
  ...
    
  new 
GuiBitmapCtrl("Win_BG" this.winid)
  {
    
bitmap "testimg.png";
    ...
  }

Is it possible to get the GuiControl to be movable ANYWHERE on the gui by dragging or should I custom code it.. =o?
Reply With Quote