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?