كود PHP:
	
	
-- Get the user's display information.
display = System.GetDisplayInfo();
if (display ~= nil) then
    -- If the user's running less than 1024 x 768, display a dialog.
    if (display.Height < 768) then
        Dialog.Message("Notice", "Your resolution is currently set to 
"..display.Width.." x "..display.Height..".\r\n"..
        "You must have at least 1024 x 768 to view this application 
properly.", MB_OK, MB_ICONINFORMATION);
    end
end 
ما اطلبة اضافة امر لها يغلق المشروع تماما بعد الضغط على ok فى الرسالة الى حين تغيير الدقى الى 1024*768 فهل هذا ممكن.... ولكم جزيل الشكر



تعليق