Aceguy Posted August 16, 2006 Posted August 16, 2006 Hello when i use this command its fine when i select it, but if i use this command and its not selected i would like it to throw and error. (msgbox) Case $msg2 = $delete _GUICtrlListViewDeleteItemsSelected($listview) Hope this make sense. Aceguy [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
GaryFrost Posted August 16, 2006 Posted August 16, 2006 Hello when i use this command its fine when i select it, but if i use this command and its not selected i would like it to throw and error. (msgbox) Case $msg2 = $delete _GUICtrlListViewDeleteItemsSelected($listview) Hope this make sense. Aceguy If _GUICtrlListViewGetSelectedCount ($listview) Then _GUICtrlListViewDeleteItemsSelected($listview) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Aceguy Posted August 17, 2006 Author Posted August 17, 2006 thanks v m [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
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