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.
| 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.csi am working in Form1 and i would open Form2i use Form2.ActiveForm.Show(); but no action happendbut Form2.ActiveForm.Hide(); is working normallyand 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] |
 |
|
|
|
|
|