Sep 10, 2024 #1 pert New member Joined Jul 15, 2024 Messages 2 Points 1 Is there any programs or can a program be written to delete all comments/posts by others except my posts in my own profile
Is there any programs or can a program be written to delete all comments/posts by others except my posts in my own profile
Sep 10, 2024 #2 Eldred New member Joined Jul 15, 2024 Messages 2 Points 1 Use one Webbrowser Control to acess the page. And find the id of DOM object of 'delete' and do it in the webbrowser control U can use getElementsByTagName Method... or GetElementsByID ... etc... Use the CLICK value.
Use one Webbrowser Control to acess the page. And find the id of DOM object of 'delete' and do it in the webbrowser control U can use getElementsByTagName Method... or GetElementsByID ... etc... Use the CLICK value.