Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1[AutoIt] Computer Talks Splash Screen Empty [AutoIt] Computer Talks Splash Screen Fri Nov 05, 2010 12:03 am

Protozoidx

Protozoidx
Member
Loading
Here's a little code I spoofed up for the contributers of the site.

Code:
#Region ---Splash Screen---
$CT_Pic = @ScriptDir & "\Computalks.JPG"
If FileExists($CT_Pic) Then
SplashImageOn("Title for the SplashScreen goes here..", $CT_Pic, 650, 266)
Sleep(4000)
SplashOff()
; ...<secondary actions>
Else
MsgBox(16 , "", "Computalks.JPG not found! This program cannot run without this file. Please check for the Computalks.JPG and place it in the same directory as this program to continue.")
Exit
EndIf
#EndRegion ---Splash Screen---

Put this in the beginning of your script and it will display a cool splash effect with the site's banner.

This is how it will look if you used it correctly:

[AutoIt] Computer Talks Splash Screen Zwezwz

Remember to download the attachment for the file import.

+Rep if you liked.



Last edited by Rogue on Fri Nov 05, 2010 9:37 pm; edited 3 times in total

xFLAMeHD

xFLAMeHD
Contributor
Loading
NICE! it looks awsome i may use this but i like it i rep you :epicface:

Protozoidx

Protozoidx
Member
Loading
Update: Spoofed up the code to near perfection.

4[AutoIt] Computer Talks Splash Screen Empty Re: [AutoIt] Computer Talks Splash Screen Sun Jan 09, 2011 10:07 pm

OwenWilson

OwenWilson
Master
Loading
how s the splash scree nlook????
is it animate or something??
idgi Sad

Sponsored content


Loading

View previous topic View next topic Back to top  Message [Page 1 of 1]

Related topics

Permissions in this forum:
You cannot reply to topics in this forum