Hello, I'm posting again.
I need to have the current Form's .Caption and then place only the current Window that has the Focus, then place it into the Label1.Caption, like so...
!! Thanks in advance !!
I need to have the current Form's .Caption and then place only the current Window that has the Focus, then place it into the Label1.Caption, like so...
Code:
Rem If the current Window, has a Caption of the following as so, then it should look something like this...
frmCurrentWindow.hWnd = Label1.Caption...