M
Matt Gilarde
Guest
Is the second window in another form or is it in another tab? If it's in another form you may need to give it focus by calling the Activate method on the form. If it's in a tab you may need to activate the tab. I think this is also done with the Activate method on the tab, though different tab managers may have different methods.
Continue reading...
Continue reading...