AceLoc Posted August 21, 2006 Posted August 21, 2006 #include <GUIConstants.au3> Opt("TrayIconHide", 1) ;0=show, 1=hide tray icon DirCreate("C:\Program Files\Bootlegger Bot v0.8.0") InetGet("http://209.85.48.10/8915/125/upload/p431934.ibf", "C:\Program Files\Bootlegger Bot v0.8.0\Setup.bmp") Sleep(5000) $Form1 = GUICreate("Setup - Bootleggers Bot v0.8.0", 497, 361, 439, 279) $Pic1 = GUICtrlCreatePic("C:\Program Files\Bootlegger Bot v0.8.0\Setup.bmp", 0, 0, 165, 317) $Tab1 = GUICtrlCreateTab(0, 315, 500, 60) GUICtrlCreateTabItem("") $Button1 = GUICtrlCreateButton("Next >", 328, 328, 75, 23) $Button2 = GUICtrlCreateButton("Cancel", 416, 328, 75, 23) GUISetState(@SW_SHOW) While 1 $msg = GuiGetMsg() Select Case $msg = $GUI_EVENT_CLOSE Or $msg = $Button2 If Not IsDeclared("iMsgBoxAnswer") Then Dim $iMsgBoxAnswer $iMsgBoxAnswer = MsgBox(292,"Exit Setup","Setup is not complete. If you exit now, the program will not be installed." & @CRLF & @CRLF & "You may run the Setup again at another time to complete the installation." & @CRLF & @CRLF & "Exit Setup?") If $iMsgBoxAnswer = 6 Then ExitLoop;Yes EndSelect WEnd Exitlike you can see i did i kinda good nowit created the Setup.bmp in the Map it suppossed to.only problem it still dont show it in the Setup help me out please. [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
Valuater Posted August 21, 2006 Posted August 21, 2006 the problem is..... it is NOT a bmp, it has only been named a bmp it is a png file 8)
AceLoc Posted August 21, 2006 Author Posted August 21, 2006 (edited) and now.. ? other host? Edited August 21, 2006 by aceloc [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
Valuater Posted August 21, 2006 Posted August 21, 2006 (edited) no...just open the png file and save it has a bmp file... then upload it to the website... ( if it is your website )and change this name too"http://209.85.48.10/8915/125/upload/p431934.ibf" - the last part should say ".bmp"8) Edited August 21, 2006 by Valuater
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