Jump to content

اعمله علي شكل صورة guiCreateEdit بدي كود اخلي


momar5600

Recommended Posts

سلام عليكم ورحمة الله وبركاتة 

بدي كود 

guiCreateEdit

علي شكل صورة مش دي اكس

يعني زي لوحة بدل متكون 

guiCreateWindow

 خلتها صورة باستخدامم كود ده

function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 )
    local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "Khalid.png", relative2 )
    local mainBackgroundLabel = guiCreateLabel ( 0, 0, 250, 100, titleBarText2, false, mainBackground )
    guiSetFont ( mainBackgroundLabel, newFont )
    guiSetEnabled ( mainBackgroundLabel, false )
    return mainBackground
end

هل في طريقة زي لوحة لل  

guiCreateEdit

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...