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
open Firmware
calling C++ dll function from c#
Cold fusion & SQL CFIF "if variable not present, alt query" problem
HP z200 Workstation Windows 2008 R2 'PCI serial port' driver and 'PCI Simple Communications controller' driver needed
How do I register Exchange 2010 with Windows Server Backup on Windows Server 2008 R2
acronis disk director server 10
permissions to be able to script objects
In a excel document is there a way to view two sheets at the same time (i.e. side by side).
When I ping 192.168.1.4 I get reply from 192.168.1.127
importing another ACT DB