79118395

Date: 2024-10-23 14:39:37
Score: 1.5
Natty:
Report link

Been a loooong time since I worked with VB but the visible window in your application (the 'form') probably has the property 'frmMyForm' in its attributes. 'frm' was a typical naming convention for form names back in the day. As an aside, I always set 'option explicit'. It's probably available as a setting you can enable now, to prevent magic variables.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: user2793489