I am working on a legacy code vb6 - A form based application which has virtual keyboards but looses focus after it wakes up or logged in again (application usually runs on windows tablet) so i need to reset its focus to the fields where it has to be. I can't find any events which could do that!!
i found an vb.net event but can't get though with this on vb6
Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)
and also tried event handlers but that did'nt worked
For that i need to find some event which afterSleep or onWakeup which can handle that.any ideas?