S
Scupper
Certain "Imports" of classes change the frame of reference within a class
such that making calls to functions such as "Application.DoEvents()" and so
on becomes ambiguous and gives a "Reference to a non-shared member requires
an object reference" error on Build.
This should be easy to figure out, but I am having no luck: How do I
reference these "generic" events if I have to do an Import like that?
I have tried <application name>.DoEvents() and <class name>.DoEvents() but
nothing seems to work.
Thanks.
such that making calls to functions such as "Application.DoEvents()" and so
on becomes ambiguous and gives a "Reference to a non-shared member requires
an object reference" error on Build.
This should be easy to figure out, but I am having no luck: How do I
reference these "generic" events if I have to do an Import like that?
I have tried <application name>.DoEvents() and <class name>.DoEvents() but
nothing seems to work.
Thanks.