I need your urgently help. I have extract each strings from mystrings to input them in the listview. Now I want to know how i can tick the checkboxes for each array in the listview when i'm checking for each "enabled" strings in the php source on each line?
Every listview item has a Checked property. Set it to true and that's it, I guess. See MSDN Online for detailed explanations and reference.
What I don't get is why you insist in posting C++/CLI questions here. So far you haven't received an answer to your CLI questions except "post @ MSDN forums", which is the best advise for you. Why don't you just follow this advise? There are dozens of CLI programmers there that would help you out much faster.
TS, is this a web based program? If so you should really look into the ASP.Net platform. I am a Computer Science Major so I have been ingrained with C++ but when it comes to web programming I have tried both PHP and ASP.Net and ASP.Net is by far the supreme platform/framework/whatever you want to call it.
You can use listviews to your hearts content and it really just comes down to realizing how many options you are actually given.
thanks for the help guys. Can you please help me how to tick the checkboxes for each listviewitem in the listview when I find each strings from the php source called "enabled" while the strings are on the same line as the strings, e.g the "enabled" strings is on the same line as the "my strings 2 or what ever it is". I'd hope you get this.