
JavaScript_Freek
Active Members-
Posts
315 -
Joined
-
Last visited
Content Type
Forums
Downloads
Forum Articles
Events
Everything posted by JavaScript_Freek
-
(SGUIM) Sample GUI Menu It's your regular average GUI Menu coded by Dan. Trust me if there is a virus on this thing (Highly not because i don't know how to install one, you can ban my ass out of here). Ok well hope you enjoy it! Log In This is a mock up of Dan's Main Menu. I want to start a new topic. This now has a new edited text. This is a sample GUI menu which I created along with the help from others: gafrost codemyster Paulie SmOke_N Skruge CWorks Alright So I'll two options. The .exe file or .au3 file. Your pick! Au3 File: SGUIM.au3 Exe: Click here This has gone through some editing. Hope you like. I will be adding more features to this for others way of use of a Sample GUI Menu! - Laters// When it first started... Latest Version: Revisions: (From Version 1 to Latest Version) Removed --Progress Bar --Sample Label --Text On Contact. --Text On Intro, Date, and Contact. --Changed Tabs Titles Date>>Info Contact>>AutoIt Added --Login System --AutoIt Banner --Slider --Introduction (Intro Tab) --NotePad (Info Tab) --TreeView (AutoIt Tab) --ListView (AutoIt Tab) --Input Box --Sample Label #2 --AutoIt Menu - Run Autoit - Extras - Scripts - Icons - Sample GUI Menu V1 - SciTe --Revised the 'About' box. --Transfered Banner to .GIF --Progress Bar --Combo Box --Radio Box --Checkbox --Edit Box //JSF
-
Wow I just love it Big_Daddy! Is there anyway you can delete Menu+Tabs as it's the same as Dan's Main Menu but only updated?
-
Hello "____" HELP
JavaScript_Freek replied to JavaScript_Freek's topic in AutoIt General Help and Support
Alright! You mean sliders that go up and down? If so how would i implent in script? -
Woohoo! V1.4 is out! Thanks to the following people: gafrost codemyster Paulie Dan_s_Main_Menu.zip
-
Hello "____" HELP
JavaScript_Freek replied to JavaScript_Freek's topic in AutoIt General Help and Support
Sweet Thanks! Hey Paulie think i should add anything else to my wonderful GUI? Mymenu.au3 -
Hello "____" HELP
JavaScript_Freek replied to JavaScript_Freek's topic in AutoIt General Help and Support
Could you take out the space so it's Logged in as: USER not Logged in as: USER thanks -
Alright somewhere I saw this script. Or if you can tell me the script. Ok so you run the script a msg box appears and says.. "What is your Name?" and below is an input box. Then below it is a "Submit!" button Then after that you hit Submit the box disspears and a new box (NOT MSG) appears and says whatever you put in the first box up top right. So in the first box lets say you put "Drew" then you hit submit. Then the box would dissapear and a new box would appear saying Logged In As: Drew top right.
-
It's Own Icon?
JavaScript_Freek replied to JavaScript_Freek's topic in AutoIt General Help and Support
Do you mean that as Internet Explorer cause i don't see an Explorer in my auto it! -
It's Own Icon?
JavaScript_Freek replied to JavaScript_Freek's topic in AutoIt General Help and Support
Thanks sm0ke_n but now i have a problem. ;*********************** ; Dan's Main Menu ; Coded by: Dan ; August 2, 2006 ;Find Dan at: ;InvisionFreeSkins.com ;and JavascriptFreek.com ;*********************** #include <GuiConstants.au3> #include <Misc.au3> Global $oRP ; GUI GUICreate("Dan's Main Menu", 400, 400) GUISetIcon(@SystemDir & "\notepad.exe", 0) $TagsPageC = GUICtrlCreateLabel('Visit Homepage', 5, 200, 100, 15, $SS_CENTER) GUICtrlSetFont($TagsPageC, 9, 400, 4) GUICtrlSetColor($TagsPageC, 0x0000ff) GUICtrlSetCursor($TagsPageC, 0) ; TEXT GUICtrlCreateLabel("If you have not noticed this already, the thing above this text is a tab. Pretty neat " & @CRLF & "eh? Well not really, but still ! Lalala this is some text. Blah blah I like muffins, and chocolate. Tribe No 1 Fan is a n00b. I like TEXT!" & @CRLF & "" & @CRLF & "-Dan", 10, 250, 400, 100) ;GUICtrlSetStyle (-1, $SS_RIGHT ) ; MENU $filemenu = GUICtrlCreateMenu("File") $fileitem = GUICtrlCreateMenuitem("Open...", $filemenu) $recentfilesmenu = GUICtrlCreateMenu("Recent Files", $filemenu) $separator1 = GUICtrlCreateMenuitem("", $filemenu) $exititem = GUICtrlCreateMenuitem("Exit", $filemenu) $helpmenu = GUICtrlCreateMenu("About") $aboutitem = GUICtrlCreateMenuitem("About", $helpmenu) ; PROGRESS BAR ProgressOn("Progress Meter", "Increments every second", "0 percent") For $i = 1 To 100 Step 10 ProgressSet($i, $i & " percent") Next ProgressSet(100, "Done", "Complete") Sleep(500) ProgressOff() ; TAB GUICtrlCreateTab(1, 0, 400, 190) GUICtrlCreateTabItem("Intro") GUICtrlCreateLabel("Welcome to Dan's Menu Program." & @CRLF & " " & @CRLF & "Of course if you trust me you would be seeing this right now. Because this an " & @CRLF & ".exe file. Not everyone trust's them kind of files as they contain harmful virus. So " & @CRLF & "hats off you too. So, this is like my first favorite program I wrote. Sweet eh? Well " & @CRLF & "not really, but I still like it!", 20, 40, 400, 100) GUICtrlCreateTabItem("Date") GUICtrlCreateLabel("Todays date: " & @MON & " " & @WDAY & ", " & @YEAR & " " & @CRLF & "" & @CRLF & "So your name on the computer is: " & @UserName & "" & @CRLF & "" & @CRLF & "Screen resolution: " & @DesktopWidth & "x" & @DesktopHeight & "" & @CRLF & "" & @CRLF & "Operating System Version: " & @OSVersion & " ", 20, 40) GUICtrlCreateTabItem("Contact") GUICtrlCreateLabel("Find me at ZetaStyles.com! Username: Dan." & @CRLF & "" & @CRLF & "Got an IM? Want to quickly chat with me?" & @CRLF & "" & @CRLF & "MSN: [email protected]" & @CRLF & "" & @CRLF & "AIM: Writer Zombie " & @CRLF & "" & @CRLF & "Yahoo!: [email protected]" & @CRLF & "" & @CRLF & "Email(s): [email protected]", 20, 40) ; GUI MESSAGE LOOP GUISetState() While 1 $msg = GUIGetMsg() Select Case $msg = $fileitem $file = FileOpenDialog("Choose file...", @TempDir, "All (*.*)") If @error <> 1 Then GUICtrlCreateMenuitem($file, $recentfilesmenu) ; == GUI generated with Koda ==); $Form1 = GUICreate("AForm1", 622, 441, 192, 125) GUISetIcon("C:\Documents and Settings\Dan\Desktop\Smileys\cool.ico") GUISetState(@SW_SHOW) While 1 $msg = GuiGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case Else ;;;;;;; Case $msg = $exititem ExitLoop Case $msg = $GUI_EVENT_CLOSE ;~ $oRP.SaveFile (@ScriptDir & "\RichText.rtf", 0) ExitLoop Case $msg = $TagsPageC Run(@ComSpec & ' /c start http://www.javascriptfreek.com', '', @SW_HIDE) Case $msg = $aboutitem MsgBox(0, "About Dan's Menu", "Dan's Main Menu" & @CRLF & " " & @CRLF & "http://javascriptfreek.com" & @CRLF & "" & @CRLF & "http://zetastyles.com" & @CRLF & "" & @CRLF & "©2006 Dan") Case $msg = $GUI_EVENT_CLOSE Exit EndSelect WEnd I get an error, yes the pictute i want top left of window is a .ico file. Look Please -
It's Own Icon?
JavaScript_Freek replied to JavaScript_Freek's topic in AutoIt General Help and Support
To choose the one i want do i just double click it? -
It's Own Icon?
JavaScript_Freek replied to JavaScript_Freek's topic in AutoIt General Help and Support
Ok what's the script so you have have your own icon instead of the default AutoIt picture. You know where it shows. -
It's Own Icon?
JavaScript_Freek replied to JavaScript_Freek's topic in AutoIt General Help and Support
Thanks! I know how to use the program! -
It's Own Icon?
JavaScript_Freek replied to JavaScript_Freek's topic in AutoIt General Help and Support
Where would be a good program? -
It's Own Icon?
JavaScript_Freek replied to JavaScript_Freek's topic in AutoIt General Help and Support
Why won't this work? #include <GUIConstants.au3> ; == GUI generated with Koda ==); $Form1 = GUICreate("AForm1", 622, 441, 192, 125) GUISetIcon("http://i37.photobucket.com/albums/e91/Zombie1992/foldericon21.png") GUISetState(@SW_SHOW) While 1 $msg = GuiGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case Else ;;;;;;; EndSelect WEnd -
You know how you have like the little picture above top left suck as note or paint if you want? Well how can you make your own picture and put it there? Thanks.
-
Wow this is very good! God this must have take na long time to code!
-
Aww come it isn't that bad.
-
Loginwrapper Uds To Secure Mainscript
JavaScript_Freek replied to Xenobiologist's topic in AutoIt Example Scripts
how did you change the icon to that guy with the hat? -
Doesn't work. I get Error in one of them and nothing for other.
-
Dan's Main Menu First i would like to thank gafrost for helping me fix the code of the clickablelink. Then I would Like to thank codemyster for the clickable link. Thirdly I would like to thank Paulie for the login system. ------------------------------------- What's this do you say? It's a regular GUI menu which I'm very proud of. Comes with tabs! And stuff! I'm gonna keep updating this! You people can give me ideas of something small yet cool to put in it as well! Dan_s_Main_Menu.zip
-
Upload a folder
JavaScript_Freek replied to JavaScript_Freek's topic in AutoIt General Help and Support
nvm i think i got it! -
I saw somewhere a user's script was like. http://www.autoitscript.com/user/upload/script.zip How would i be able to do that?
-
You should make the arrays of two and three lowercase. Simple but funny/!