StrataFrame Forum

SessionLock.SessionLockKey - Feature does not work

http://forum.strataframe.net/Topic33565.aspx

By Rogerio Mauri - 2/15/2018

            //-- Start the session locking monitor & set the quick key to lock the application
            SessionLock.StartSessionMonitoring();
            SessionLock.SessionLockKey = Keys.F11;
            SessionLock.BeforeSessionLock += SessionLock_BeforeSessionLock;
            SessionLock.AfterSessionLock += SessionLock_AfterSessionLock;

Pressing F11 does not activate the lock.

By Ivan George Borges - 2/16/2018

Hi Rogério.

Just to let you know that I tested over here and it worked just fine.
There might be something else going on. Have you tried creating a sample project from scratch just to see if it works in your environment?

Abraços.

Ivan