Jump to content

_GUICtrlListViewDeleteItem()


Recommended Posts

First, get the newest AutoIt version.. It looks like you're using an older function name that is now absolete.

I'm not sure if this is what you want by try using this:

_GUICtrlListView_SetItemText($hWnd, $iIndex, $sText[, $iSubItem = 0])

Put $iSubItem to the column you want to erase and make the $sText equal to ""...

My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Link to comment
Share on other sites

That's creating all these blank spaces after it. What I'm doing is deleting an item from

my listview when I click the refresh button. Then, I'm loading the buddy name from the ini

back into my listview so the user can see if anything new has happened. So maybe since I'm

re-creating it after setting item text to nothing is causing the problems... :D

While Alive() {
	 DrinkWine();
}
AutoIt Programmer
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...