Jump to content

استفسار


MA[S]RIY

Recommended Posts

Posted

السلام عليكم

انا مسوي صوره علي لوحه

ومسوي فوق الصوره ليبل

لما اضغط علي الصوره

الليبل يختفي ويرجع ورا الصوره

كيف اخلي لما اضغط علي الصوره الليبل م يختفي ولا يرجع ورا الصوره ؟

Posted
45 minutes ago, MARIY said:

السلام عليكم

انا مسوي صوره علي لوحه

ومسوي فوق الصوره ليبل

لما اضغط علي الصوره

الليبل يختفي ويرجع ورا الصوره

كيف اخلي لما اضغط علي الصوره الليبل م يختفي ولا يرجع ورا الصوره ؟

اطرح الاكواد

Posted
wnd2 = guiCreateWindow(rx*205, ry*122, rx*415, ry*281, "", false)-- اللوحه
imagee = guiCreateStaticImage(0, 0, 415, 32, "gg.png", false, wnd2)--اللوحه
labelwnd2 = guiCreateLabel(169, 5, 59, 27, "::Notes::", false, wnd2)--اليبل

 

Posted
3 hours ago, MARIY said:

wnd2 = guiCreateWindow(rx*205, ry*122, rx*415, ry*281, "", false)-- اللوحه
imagee = guiCreateStaticImage(0, 0, 415, 32, "gg.png", false, wnd2)--اللوحه
labelwnd2 = guiCreateLabel(169, 5, 59, 27, "::Notes::", false, wnd2)--اليبل

 

wnd2 = guiCreateWindow(rx*205, ry*122, rx*415, ry*281, "", false)-- اللوحه
imagee = guiCreateStaticImage(0, 0, 415, 32, "gg.png", false, wnd2)--اللوحه
labelwnd2 = guiCreateLabel(169, 5, 59, 27, "::Notes::", true, wnd2)

اتوقع والله مدري

جرب

Posted
1 hour ago, Source|> said:

wnd2 = guiCreateWindow(rx*205, ry*122, rx*415, ry*281, "", false)-- اللوحه
imagee = guiCreateStaticImage(0, 0, 415, 32, "gg.png", false, wnd2)--اللوحه
labelwnd2 = guiCreateLabel(169, 5, 59, 27, "::Notes::", true, wnd2)

اتوقع والله مدري

جرب

بتجيب فيه العيد ! ,
 

 

4 hours ago, MARIY said:

wnd2 = guiCreateWindow(rx*205, ry*122, rx*415, ry*281, "", false)-- اللوحه
imagee = guiCreateStaticImage(0, 0, 415, 32, "gg.png", false, wnd2)--اللوحه
labelwnd2 = guiCreateLabel(169, 5, 59, 27, "::Notes::", false, wnd2)--اليبل

 

خله كذا : 
 


wnd2 = guiCreateWindow(rx*205, ry*122, rx*415, ry*281, "", false)-- اللوحه
imagee = guiCreateStaticImage(0, 0, 415, 32, "gg.png", false, wnd2)--اللوحه
labelwnd2 = guiCreateLabel(169, 5, 59, 27, "::Notes::", false, wnd2)
guiBringToFront ( labelwnd2 )

 

Posted
2 hours ago, iMr.WiFi..! said:

بتجيب فيه العيد ! ,
 

 

خله كذا : 
 


wnd2 = guiCreateWindow(rx*205, ry*122, rx*415, ry*281, "", false)-- اللوحه
imagee = guiCreateStaticImage(0, 0, 415, 32, "gg.png", false, wnd2)--اللوحه
labelwnd2 = guiCreateLabel(169, 5, 59, 27, "::Notes::", false, wnd2)
guiBringToFront ( labelwnd2 )

 

ضغط علي الصوره الليل رجع ورا الصوره واختفي ؟

 

Posted (edited)
wnd2 = guiCreateWindow(rx*205, ry*122, rx*415, ry*281, "", false)
labelwnd2 = guiCreateLabel(169, 5, 59, 27, "::Notes::", false, wnd2)
imagee = guiCreateStaticImage(0, 0, 415, 32, "gg.png", false, wnd2)
guiSetProperty ( labelwnd2, "AlwaysOnTop", "True" )

 

Edited by iMr.WiFi..!
Posted
5 hours ago, iMr.WiFi..! said:

wnd2 = guiCreateWindow(rx*205, ry*122, rx*415, ry*281, "", false)
labelwnd2 = guiCreateLabel(169, 5, 59, 27, "::Notes::", false, wnd2)
imagee = guiCreateStaticImage(0, 0, 415, 32, "gg.png", false, wnd2)
guiSetProperty ( labelwnd2, "AlwaysOnTop", "True" )

 

تمام ي كفؤؤؤ مشكور

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...