Friday at 10:09 AM #1 Alize Blanda New member Joined Nov 8, 2024 Messages 1 Points 0 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.
Friday at 10:11 AM #2 P Prof. Branno New member Joined Nov 8, 2024 Messages 1 Points 0 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.