abohmam
03-07-2008, 08:51 PM
بسم الله الرحمن الرحيم
الحمدلله والصلاة والسلام على رسول الله وعلى آله وصحبه أجمعين
السلام عليكم ورحمة الله وبركاته
كيفية عمل رسالة
" هل أنت متأكد من الخروج من التجميعة "
عند الضغط على exit
قم بفتح المشروع الذي تريد
إذهب إلى الأمر project من شريط القوائم واختر الأمر global functions
كما في الصورة
http://www.abc4web.net/vb/imgcache/4009.abc4web
ثم قم بنسخ هذا الكود
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/4010.abc4web
صاحب الشرح : الأخ كريم
مـ(أجمل تحية لكم جميعا)ـع
أبو هـــMـــــام
الحمدلله والصلاة والسلام على رسول الله وعلى آله وصحبه أجمعين
السلام عليكم ورحمة الله وبركاته
كيفية عمل رسالة
" هل أنت متأكد من الخروج من التجميعة "
عند الضغط على exit
قم بفتح المشروع الذي تريد
إذهب إلى الأمر project من شريط القوائم واختر الأمر global functions
كما في الصورة
http://www.abc4web.net/vb/imgcache/4009.abc4web
ثم قم بنسخ هذا الكود
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/4010.abc4web
صاحب الشرح : الأخ كريم
مـ(أجمل تحية لكم جميعا)ـع
أبو هـــMـــــام