If this listview column->text == XXXXXXX { do this }
Hello everyone!
First of all, I'm new here.
I hope you guys got some good tips and tricks for me to start coding!
Let's move to my problem :)
So, it's like identifying a listview column. (just whole made up to give you an idea.)
My goal is, when
if (this-><<columnhere>>->text == GrabTime())
{
Messagebox::Show, blablablabla...
}
But this won't work of course,
How do I identify a column?
Greetz.
Re: If this listview column->text == XXXXXXX { do this }
Mmm, no-one can help?
I need it really bad and quick for a project.
Re: If this listview column->text == XXXXXXX { do this }
Re: If this listview column->text == XXXXXXX { do this }
or CListCtrl::GetItemText()
Re: If this listview column->text == XXXXXXX { do this }
Re: If this listview column->text == XXXXXXX { do this }
Quote:
Originally Posted by
Miraclezz
But how to use them?
Did you read the documentation?