Home > database >  Window focus issue?
Window focus issue?

Time:09-28

Is so, I want to be a todo reminding, when to do it in the lower right foot a little popup Windows to remind, now has achieved window reminds, but encountered a problem, is a time when the reminder in the pop-up window, will interrupt the current operation, namely the current window will lose focus, so it is not so good, what method when the pop-up window to not interrupt the current operation? Thank you very much

CodePudding user response:

Can obtain the current active window name, if is the window of the pop-up window will return to the original operating interface

The window activesheet

Activesheet.=w_frame GetActiveSheet ()

IF IsValid (w_emp)=FALSE THEN Open (w_emp)
  • Related