Vicks Posted August 7, 2006 Posted August 7, 2006 how can i make something like this in my gui ill upload a pic [s]Autoit[/s]
Paulie Posted August 7, 2006 Posted August 7, 2006 how can i make something like this in my gui ill upload a pic'GuiCtrlCreateTreeview'?Not sure about the pictures though
Vicks Posted August 7, 2006 Author Posted August 7, 2006 (edited) 'GuiCtrlCreateTreeview'?Not sure about the pictures thoughyea thats were i need help should of said that lol thanksedited oh i would also like it so when i click on one of them a gui is made. Edited August 7, 2006 by Vicks [s]Autoit[/s]
Moderators SmOke_N Posted August 7, 2006 Moderators Posted August 7, 2006 yea thats were i need help should of said that lol thanksedited oh i would also like it so when i click on one of them a gui is made. ... Got any code where you've tried "anything"? 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.
Vicks Posted August 7, 2006 Author Posted August 7, 2006 (edited) ... Got any code where you've tried "anything"? yes but ot sure how set the icon #include <GUIConstants.au3> $GUI = GUICreate("AForm1", 622, 441, 192, 125) $TreeView1 = GUICtrlCreateTreeView(0, 0, 113, 441) $TreeView1_0 = GUICtrlCreateTreeViewItem("Info", $TreeView1) $TreeView1_1 = GUICtrlCreateTreeViewItem("test", $TreeView1_0) $TreeView1_2 = GUICtrlCreateTreeViewItem("test2", $TreeView1_1) $TreeView1_3 = GUICtrlCreateTreeViewItem("Fun", $TreeView1) $TreeView1_4 = GUICtrlCreateTreeViewItem("Fun2", $TreeView1) $TreeView1_5 = GUICtrlCreateTreeViewItem("Fun3", $TreeView1) $TreeView1_6 = GUICtrlCreateTreeViewItem("Fun4", $TreeView1) $TreeView1_7 = GUICtrlCreateTreeViewItem("Fun5", $TreeView1) GUISetState(@SW_SHOW) While 1 $msg = GuiGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case Else ;;;;;;; EndSelect WEnd Exit Edited August 7, 2006 by Vicks [s]Autoit[/s]
Moderators SmOke_N Posted August 7, 2006 Moderators Posted August 7, 2006 You'll need beta... and Holgers functions for Icons. _GUICtrlTreeViewSetIcon() 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.
Paulie Posted August 8, 2006 Posted August 8, 2006 You'll need beta... and Holgers functions for Icons. _GUICtrlTreeViewSetIcon()See Smoke... there you go again... pulling UDFs out your butt Roledex...
JavaScript_Freek Posted August 8, 2006 Posted August 8, 2006 See Smoke... there you go again... pulling UDFs out your butt Roledex...Hey. I've always wondered that as well! Thanks! [center]Cookyx.com :: Simple LAN Chat[/center]
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