Jump to content

Simples question


Recommended Posts

I wanted a link for the button of the form but I still could not someone help me?

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate(" By: FKz", 301, 185, 372, 333)
$Group1 = GUICtrlCreateGroup(" Areas Da Br-Cheats ", 8, 8, 113, 169)
$Button1 = GUICtrlCreateButton("GunBound", 24, 24, 73, 25, 0)
$Button2 = GUICtrlCreateButton("GrandeChase", 24, 48, 73, 25, 0)
$Button3 = GUICtrlCreateButton("Wyd", 24, 72, 73, 25, 0)
$Button4 = GUICtrlCreateButton("Designer", 24, 96, 73, 25, 0)
$Button5 = GUICtrlCreateButton("Warez", 24, 120, 73, 25, 0)
$Button6 = GUICtrlCreateButton("Off-Topic", 24, 144, 73, 25, 0)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup(" Utilitarios ", 128, 8, 153, 169)
$Button7 = GUICtrlCreateButton("PrintScreen", 136, 24, 81, 25, 0)
$Button8 = GUICtrlCreateButton("Bloco De notas", 136, 48, 81, 25, 0)
$Button9 = GUICtrlCreateButton("CMD", 136, 72, 81, 25, 0)
$Button10 = GUICtrlCreateButton("MSN", 136, 96, 81, 25, 0)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit
            
        case $button1
            GuiCtrlSetOnEvent($Button, "_Link")

Func _Link()
    www.anysite.com 
EndFunc
        case $button2
            ;
        case $button3
            ;
        case $button4
            ;
        case $button5
            ;
        case $button6
            ;
        case $button7
            ;
        case $button8
            run("notepad")
            
        case $button9
            run("cmd")
            
        case $button10
            run("msnmsgr.exe")

    EndSwitch
WEnd

and this isn't a cheat, this is a utility that opens several pages of a forum, and open msn, notepad, cmd, etc ...

Edited by chorao157
Link to comment
Share on other sites

  • Moderators

chorao157,

Por favor, fale Inglês aqui - para usar o Google traduzir como eu tenho. ;)

Cheating Utilitarios By: FKz

E nós não suportamos engano aqui. :blink:

M23

Trans:

English please - use Google translate as I have

And we do not support cheating here

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

sorry me ;D

this question

I wanted a link for the button of the form but I still could not someone help me?

@edit

and this isn't a cheat, this is a utility that opens several pages of a forum, and open msn, notepad, cmd, etc ...

Edited by chorao157
Link to comment
Share on other sites

  • Moderators

chorao157,

Você não está dizendo a verdade e você tem editado o seu primeiro post - mas não muito bem.

$Form1 = GUICreate("[Something missing here now] By: FKz", 301, 185, 372, 333)

$Group1 = GUICtrlCreateGroup(" Areas Da Br-Cheats ", 8, 8, 113, 169)

$Button1 = GUICtrlCreateButton("GunBound", 24, 24, 73, 25, 0)

$Button2 = GUICtrlCreateButton("GrandeChase", 24, 48, 73, 25, 0)

$Button3 = GUICtrlCreateButton("Wyd", 24, 72, 73, 25, 0)

$Button4 = GUICtrlCreateButton("Designer", 24, 96, 73, 25, 0)

$Button5 = GUICtrlCreateButton("Warez", 24, 120, 73, 25, 0)

Você acha que somos idiotas? ;) Vá embora e fazer algo útil, em vez. :blink:

M23

You are not telling the truth and you have edited your first post - but not very well.

Do you think we are stupid? Go away and do something useful instead

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

man THIS IS NOT A CHEAT --'

THE FORUM AND RELATED CHEAT AND SO THAT A utility, I edited ALI SO not to talk MORE, AND SO THAT ONE QUICKACESS TO BE EASIER TO ENTER THE FORUM LOL

the only thing I know and as for a link on a button so that nothing

Edited by chorao157
Link to comment
Share on other sites

  • Developers

man THIS IS NOT A CHEAT --'

THE FORUM AND RELATED CHEAT AND SO THAT A utility, I edited ALI SO not to talk MORE, AND SO THAT ONE QUICKACESS TO BE EASIER TO ENTER THE FORUM LOL

the only thing I know and as for a link on a button so that nothing

You better came down quickly. We don't need this here.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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