S
Scott McNair
Hi,
I'm trying to convert a VB ocx into a .NET dll. This dll ties into several
automated doors at our facility, and each door has a timer event attached
to it. When the user swipes his access card, he has a predetermined amount
of time (5 seconds) to open the door before the strike is re-enabled and
the door re-locks.
My problem is that I cannot declare an array of timers in .NET; I get the
error "'WithEvents' variables cannot be typed as arrays."
How would I work around this issue?
Regards,
Scott
I'm trying to convert a VB ocx into a .NET dll. This dll ties into several
automated doors at our facility, and each door has a timer event attached
to it. When the user swipes his access card, he has a predetermined amount
of time (5 seconds) to open the door before the strike is re-enabled and
the door re-locks.
My problem is that I cannot declare an array of timers in .NET; I get the
error "'WithEvents' variables cannot be typed as arrays."
How would I work around this issue?
Regards,
Scott