2010/02/24

AutoIt3のメモ

...

While 1
   
    $nMsg = GUIGetMsg()
   
    Select
        Case $nMsg = $Add1
            $sItem = GUICtrlRead($Input1)
            GUICtrlSetData($List1, $sItem)
           
        Case $nMsg = $GUI_EVENT_CLOSE
            Exit
           
    EndSelect
   
WEnd

Booのメモ - step3

convenient sites

conversion of code:
http://codeconverter.sharpdevelop.net/SnippetConverter.aspx

confirmation of specification:
http://boo.codehaus.org/Differences+with+Csharp

Google group:
http://groups-beta.google.com/group/boolang