Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Other Scripting Languages (http://www.programmingforums.org/forum39.html)
-   -   And? (http://www.programmingforums.org/showthread.php?t=5025)

B3TA_SCR1PT3R Jul 22nd, 2005 12:54 PM

And?
 
ok theres a group of checkboxes and an input field how do i get it to where if u type ur name and check a checkbox it will only make a msgbox if the input is a certain string and a certain checkbox

:

$duh_reg = GuiCtrlRead($kill_sty)
        If $duh_reg = $GUI_CHECKED Then
        MsgBox(4096, "bh", "u picked killa")
        EndIf


just part of the script

layer Aug 1st, 2005 10:00 PM

Again, you need to supply more info please, and more parts of the script.

Thanks

Lockick Aug 1st, 2005 10:59 PM

layer is right, we'll need more information if you want our help, but I'll try.

:

if right_checkbox == checked AND string == right_string
    MsgBox()


Does that help? It probably doesn't, but it's the best I can do with the information given.

By the way, try and use less abrieviations next time, capitals, and correct punctuation. They didn't make up all these rules of grammer because they got bored, they're to enhance readability, and they work most of the time.


All times are GMT -5. The time now is 5:35 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC