BobiusMaximus Posted January 12, 2007 Posted January 12, 2007 Can you make it create a traingle? I need one for this program and can't figure out how to make it make one. -Bob Photoshop User and Noob AutoIt user.
rogdog Posted January 14, 2007 Posted January 14, 2007 #include <GUIConstants.au3> GUICreate("",120,120) GuiCtrlCreateGraphic(10, 10, 100,100) GUICtrlSetGraphic(-1,$GUI_GR_COLOR, 0xff0000,0xff0000) GUICtrlSetGraphic(-1,$GUI_GR_MOVE, 0,0) GUICtrlSetGraphic(-1,$GUI_GR_LINE, 100,100) GUICtrlSetGraphic(-1,$GUI_GR_LINE, 00,100) GUICtrlSetGraphic(-1,$GUI_GR_LINE, 0,0) GuiSetState() Do $msg = GUIGetMsg() Until $msg=$GUI_EVENT_CLOSE My Scripts[topic="73325"]_ReverseDNS()[/topic]Favourite scripts by other members[topic="81687"]SNMP udf[/topic][topic="70759"]Using SNMP - MIB protocol[/topic][topic="39050"]_SplitMon:Section off your monitor!, split your monitor into sections for easy management[/topic][topic="73425"]ZIP.au3 UDF in pure AutoIt[/topic][topic="10534"]WMI ScriptOMatic tool for AutoIt[/topic][topic="51103"]Resources UDF embed/use any data/files into/from AutoIt compiled EXE files[/topic]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now