Jump to content

I love hider a new here see plz


bang
 Share

Recommended Posts

I have more hider Then can hide the title you write in the input

#region
#include <GuiConstants.au3>

Dim $title

GuiCreate("HIDER", 255, 113,(@DesktopWidth-255)/2, (@DesktopHeight-113)/2 , $WS_OVERLAPPEDWINDOW + $WS_VISIBLE + $WS_CLIPSIBLINGS)

$hide = GuiCtrlCreateButton("HIDE", 20, 60, 100, 40)
$unhide = GuiCtrlCreateButton("UNHIDE", 140, 60, 100, 40)
$title = GuiCtrlCreateInput("", 20, 30, 220, 20)
$text = GuiCtrlCreateLabel("Write the title here you wish hide", 50, 10, 170, 20)

GuiSetState()
While 1
    $msg = GuiGetMsg()
    Select
    Case $msg = $GUI_EVENT_CLOSE
        ExitLoop
    Case $msg = $hide
        $Title_name = GUICtrlRead($title)
        HIDE($Title_name)
    Case $msg = $unhide
        $Title_name = GUICtrlRead($title)
        UNHIDE($Title_name)
    Case Else
    
    EndSelect
WEnd

Func HIDE($Title_name)
    WinSetState($Title_name,"",@SW_HIDE)
EndFunc
Func UNHIDE($Title_name)
    WinSetState($Title_name,"",@SW_SHOW)
EndFunc
Exit
#endregion
Link to comment
Share on other sites

Valuater just so you know this: Bang doesnt say thanks so much (Knows him irl)

Edited by rambo3889
My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! you’re the best in town Fight!
Link to comment
Share on other sites

  • Moderators

Valuater just so you know this: Bang doesnt say thanks so much (Knows him irl)

pfft :lmao:

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Well Rambo and Fuzioh, you guys should tell Bang to learn to say thanks before he gets smacked "irl."

....

Or maybe, this bash.org quote will come true (the last line in particular):

<Zybl0re> get up

<Zybl0re> get on up

<Zybl0re> get up

<Zybl0re> get on up

<phxl|paper> and DANCE

* nmp3bot dances :lmao:-<

* nmp3bot dances ;)|-<

* nmp3bot dances :D/-<

<[sA]HatfulOfHollow> i'm going to become rich and famous after i invent a device that allows you to stab people in the face over the internet

Link to comment
Share on other sites

  • Moderators

Valuater and Smoke N, its rediculus, but its the truth :lmao:

;) Sure hope he don't need help with anything then, I don't even let my kids get away without saying thank you when someone has taken their time to help them or do something for them, whether it truly helped them or not... At least someone put forth the effort.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

:lmao: Sure hope he don't need help with anything then, I don't even let my kids get away without saying thank you when someone has taken their time to help them or do something for them, whether it truly helped them or not... At least someone put forth the effort.

He will learn. ;)


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

Link to comment
Share on other sites

  • Moderators

Me? im confused now

To anyone that doesn't know how to say Thank You when someone helps them, was what I referring to.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

why do you use #region ??

dunno about Bang, but i use it so i can shrink the code when im working on a different part of the script in SciTe
AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...