01 - انزع الاضافة المدرجة
SplashImageT
لا نحتاجها
02 -ضف في التجميعية صفحة جديدة من نوع
Dialog ولتكن Dialog1
03 - في صفحة Dialog1
أدرج بليحين GIF
ومدده على نفس مقاسات الديالوج
04- ازرع في صفحة Dialog1 في الحدث
on show
[html]
result = GIF.Load("Plugin1", "AutoPlay\\Images\\55.gif");
X=1
DialogEx.StartTimer(1000);[/html]
55.gif هي اسم الصورة غيره بما يوافق
وفي الحدث on timer
[html]
X=X+1
if X==10 then
result = DialogEx.Close(0);
end[/html]
-- في الاخير نكتب في on startup
[html]DialogEx.Show("Dialog1", true, nil, nil);[/html]
تعليق