Xenobiologist Posted November 5, 2006 Posted November 5, 2006 Can I make a Splash image clickble?Thank you Hi,is creating a popup GUI an alternative?So long,Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
PantZ4 Posted November 5, 2006 Author Posted November 5, 2006 (edited) Hi, is creating a popup GUI an alternative? So long, Mega Yeah I thougth so. Well thank you . EDIT: Why does this not work? GUICreate("",125,75,@DesktopWidth-125,0-30) $logo = GUICtrlCreateButton ("", 0,0,125,75,$BS_ICON) GUICtrlSetImage ($logo,"logo.jpg") Why? Edited November 5, 2006 by Mr. Zero
BigDod Posted November 5, 2006 Posted November 5, 2006 A jpg is not an icon. Convert your jpg to a bmp and use $BS_BITMAP. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
PantZ4 Posted November 5, 2006 Author Posted November 5, 2006 A jpg is not an icon. Convert your jpg to a bmp and use $BS_BITMAP.Thanks works now
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now