|
-
March 9th, 2012, 03:49 PM
#1
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.
-
March 9th, 2012, 04:58 PM
#2
Re: If this listview column->text == XXXXXXX { do this }
Mmm, no-one can help?
I need it really bad and quick for a project.
-
March 9th, 2012, 05:57 PM
#3
Re: If this listview column->text == XXXXXXX { do this }
Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
Convenience and productivity tools for Microsoft Visual Studio:
FeinWindows - replacement windows manager for Visual Studio, and more...
-
March 9th, 2012, 06:27 PM
#4
Re: If this listview column->text == XXXXXXX { do this }
or CListCtrl::GetItemText()
-
March 9th, 2012, 06:51 PM
#5
Re: If this listview column->text == XXXXXXX { do this }
-
March 9th, 2012, 08:24 PM
#6
Re: If this listview column->text == XXXXXXX { do this }
 Originally Posted by Miraclezz
But how to use them?
Did you read the documentation?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|