Jump to content



Photo

_GUICtrlListViewDeleteItemsSelected


  • Please log in to reply
2 replies to this topic

#1 Aceguy

Aceguy

    YAY ME.....

  • Active Members
  • PipPipPipPipPipPip
  • 669 posts

Posted 16 August 2006 - 08:50 PM

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







#2 GaryFrost

GaryFrost

    I don't need your attitude. I have one of my own

  • Developers
  • 7,854 posts

Posted 16 August 2006 - 10:20 PM

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.


#3 Aceguy

Aceguy

    YAY ME.....

  • Active Members
  • PipPipPipPipPipPip
  • 669 posts

Posted 17 August 2006 - 09:04 AM

thanks v m




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users