P
plh
What I want to do is append strings in the most recently clicked
textbox control in one form (call it Form1), based on actions taken
(in this case, labels clicked) in another (call it Form2). What's the
cleanest way to do this? I can't really use OpenArgs because that
would be closing and re-opening the forms. The activate and
de-activate events look promising, but they seem promising, but I
wondered if there is a more direct way. One complication is that to
see Form2 for the first time, the user has to click a command button,
and so, the text box is no longer the active control.
Thank You,
-plh
I keep hitting "Esc" -- but I'm still here!
textbox control in one form (call it Form1), based on actions taken
(in this case, labels clicked) in another (call it Form2). What's the
cleanest way to do this? I can't really use OpenArgs because that
would be closing and re-opening the forms. The activate and
de-activate events look promising, but they seem promising, but I
wondered if there is a more direct way. One complication is that to
see Form2 for the first time, the user has to click a command button,
and so, the text box is no longer the active control.
Thank You,
-plh
I keep hitting "Esc" -- but I'm still here!