We have a windows application created using Visual Basic 6.0.
An external application accesses the controls and data present in the forms (screens) of our VB application and prompts validation messages to the user. We assume that the external application is using the 'FindWindow', 'FindWindowEx' API functions present in the user32.dll to access our application using the logic as explained in the following link.
Get Text From Specific Textboxes From External Application - Visual Basic .Net
Is it possible to restrict the external applications from accessing the controls and data present in the forms (screens) of our VB application? Is there any method to restrict this anonymous access?
Thanks in Advance.
Thanks, Sujatha.