c# - Form2.ShowDialog doesn't pause Form1 -


i have weird problem. whenever call second form first 1 doesn't pause

private void bhelp_click(object sender, eventargs e) {    helpmenu = new help(this);    helpmenu.showdialog(); } 

i have progress bar , timers keep ticking while help still being shown. if not way pause form anyway how can ? im pausing timers in order make pausing


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -