Microsoft
Software
Hardware
Network
Question : capturing .net application tab event
I have this application that is divided into tabs, each representing a particular business function. TabA has a date field that is later used by TabB. I want to generate a message box if the user forgets to fill in the date field in TabA and then proceeds to click on TabB...is there a way to capture this event...the same way one can validate a textbox when the .leave event is fired
eg (private void textbox1_Leave(object sender, System.EventArgs e))...thanks.
Answer : capturing .net application tab event
Is the target form already open? If not, then create an instance:
FormX frmX = new FormX();
frmX.Show();
Otherwise you'll need a reference to the already open form so you can bring it to the front and focus it...
Random Solutions
can't get iPhone to connect to Exchange 2010 from outside...
How to connect to network printer linux
How to program well
Backup Exec 12 - can't install any updates - gives error 1324 "The path Program Files contains an invalid character"
SSIS and variable issues
Are multiple PHP session paths possible?
Outlook 2007 delete cross out message instead of deleting
sharepoint foundation 2010 on 32 bit?
Where can I download System.Web.Extensions 2.0 version?
ABAP syntax error:statement is not accessible