Actually nevermind.This got solved on another forum with a simple solution which I had completely forgotten about.
I generate a list of running processes. My app uses the names in the list as Strings. Using the the strings the app generates files with the namespace and fstream. The app attempts to read from the file, if it cant it catches the exeception and creates one for a process if it didnt already exist. If it does exist it brings up the file with the data stored in it. I can then edit the data and the app saves teh file back in the original directory where it was created to be retrieved once the app runs again. All I have to do is generate the list, add '.* (where * is .doc/ .txt/ .xl/ etc.)' and save the file!
Simple! Now would it be possible to create a process list instead with Mouse CLick events? Like the app tracks the mouse click event on a window and adds the name to the list? If this is possible can someone let me know? if not then I will go ahead and attempt to delete this thread with the mods permission.
Thank you all for your attention.![]()




This got solved on another forum with a simple solution which I had completely forgotten about.
Reply With Quote
