[2005] Help with ListView Items, and ClassName's
Hey yall. Right now I do alot of user security programming. One of my current projects is a application that allows the admin of the computer, to setup access rights to certain programs, and applications, and whether or not to allow downloading from the internet and more. Well some of my stuff that I decided if the user might want to block or not, I hardcoded all the classnames and everything in there. Now they can choose whether to block or not, what I have coded, but I was thinking of letting them setup their own personal block preferences also, because some people might have some programs they dont want their kids getting into, and some may not have the same program, but anyways. What I have done is told the user to open the program they want to block. Once it is open, it adds the program to a listview box. I then want the user to select the program from the listview box, and in two textboxes, and I want it to get and display the selected applications: classname, and window text. Now, I have everything done up to selecting the application, and displaying classname and window text. I have tried various things, but none seem to work. Please help me.