I tried overriding OnStartUp() to open my form but the compiler is not finding any such method to override. I'm using NT 6.5.1000.14. Is the OnStartUp() method only in NT 8?
A different work around would be to use a flag to force a 1 time execution of certain code?
Any other suggestions?

Comment