ddeerr Posted September 11, 2006 Posted September 11, 2006 Hi, I don't find any information about this, maybe it is impossible but it will help me if it isn't. Tx for your reply
BigDod Posted September 11, 2006 Posted September 11, 2006 #include <GUIConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("AForm1", 633, 447, 193, 115) $ListView1 = GUICtrlCreateListView("", 144, 48, 193, 241, BitOR($LVS_LIST,$LVS_SINGLESEL,$LVS_SHOWSELALWAYS), BitOR($WS_EX_CLIENTEDGE,$LVS_EX_CHECKBOXES)) $ListView1_0 = GUICtrlCreateListViewItem("item1", $ListView1) $ListView1_1 = GUICtrlCreateListViewItem("item2", $ListView1) $ListView1_2 = GUICtrlCreateListViewItem("item3", $ListView1) $ListView1_3 = GUICtrlCreateListViewItem("item4", $ListView1) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd Is this what you want ? Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
ddeerr Posted September 11, 2006 Author Posted September 11, 2006 Is this what you want ?Thanks a lot its that, i'm sure many says you're a noob and know how to read a documentation and you're true but it will change i was in vacation tx
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