Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 question about openform

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-04-11 : 08:09:51
rabih kahaleh writes "i am working in C# windows applications

i created Fom1.cs , Form2.cs

i am working in Form1 and i would open Form2


i use Form2.ActiveForm.Show(); but no action happend

but Form2.ActiveForm.Hide(); is working normally

and i also try Application.Run(new Form2());




please can you help me about cALLING form"

jhermiz

3564 Posts

Posted - 2005-04-11 : 14:34:57
Application.DoEvents before activating or showing that form should fix that.


Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]
Imperfection living for perfection --
[url]http://jhermiz.blogspot.com/[/url]
Go to Top of Page
   

- Advertisement -