أبوفاطمه
28-07-2008, 04:58 PM
بسم الله الرحمن الرحيم
الحمدلله والصلاة والسلام على رسول الله وعلى آله وصحبه أجمعين
السلام عليكم ورحمة الله وبركاته :abc_152:
عند الضغط على EXIT
قم بفتح المشروع الذي تريد
إذهب إلى الأمر Project من شريط القوائم واختر الأمر Global functions
كما في الصورة
http://www.abc4web.net/vb/imgcache/4844.abc4web (http://www.abc4web.net/)
ثم قم بنسخ هذا الكود
function QueryAllowProjectClose() --this function will be called when the program is exiting
confirmation = Dialog.Message("Are you sure?", "Are you sure that you want to exit?", MB_YESNO, MB_ICONEXCLAMATION, MB_DEFBUTTON1);
if confirmation == 6 then
-- The yes button was pressed, allow program to close (return true)
return true;
else
-- The yes button was NOT pressed, do NOT allow the program to close (Return false)
return false;
end
end
قم بنسخ الكود كما ترى في الصورة
http://www.abc4web.net/vb/imgcache/4845.abc4web (http://www.abc4web.net/)
هنا تقوم بتغير الرسالة بالعربي ( أختياري )
http://www.abc4web.net/vb/imgcache/4846.abc4web (http://www.abc4web.net/)
إضغط Ok ثم قم بالضغط على F5 من لوح المفاتيح لمعاينة المشروع والنتيجة
http://www.abc4web.net/vb/imgcache/4847.abc4web (http://www.abc4web.net/)
أرجوا أن يكون الشرح مفهوم وسهل :abc_145:
الحمدلله والصلاة والسلام على رسول الله وعلى آله وصحبه أجمعين
السلام عليكم ورحمة الله وبركاته :abc_152:
عند الضغط على EXIT
قم بفتح المشروع الذي تريد
إذهب إلى الأمر Project من شريط القوائم واختر الأمر Global functions
كما في الصورة
http://www.abc4web.net/vb/imgcache/4844.abc4web (http://www.abc4web.net/)
ثم قم بنسخ هذا الكود
function QueryAllowProjectClose() --this function will be called when the program is exiting
confirmation = Dialog.Message("Are you sure?", "Are you sure that you want to exit?", MB_YESNO, MB_ICONEXCLAMATION, MB_DEFBUTTON1);
if confirmation == 6 then
-- The yes button was pressed, allow program to close (return true)
return true;
else
-- The yes button was NOT pressed, do NOT allow the program to close (Return false)
return false;
end
end
قم بنسخ الكود كما ترى في الصورة
http://www.abc4web.net/vb/imgcache/4845.abc4web (http://www.abc4web.net/)
هنا تقوم بتغير الرسالة بالعربي ( أختياري )
http://www.abc4web.net/vb/imgcache/4846.abc4web (http://www.abc4web.net/)
إضغط Ok ثم قم بالضغط على F5 من لوح المفاتيح لمعاينة المشروع والنتيجة
http://www.abc4web.net/vb/imgcache/4847.abc4web (http://www.abc4web.net/)
أرجوا أن يكون الشرح مفهوم وسهل :abc_145: