Application.Run()
-
i wanna know that Application.Run only takes only from objects as a parameter like Application.Run (new MYfrm1); OR it can also take parameter other than windows form like Class Objects?
Why don't you have a look at the documentation[^]? BTW, don't post your questions twice.
Giorgi Dalakishvili #region signature my articles #endregion
-
i wanna know that Application.Run only takes only from objects as a parameter like Application.Run (new MYfrm1); OR it can also take parameter other than windows form like Class Objects?
saneng wrote:
OR it can also take parameter other than windows form like Class Objects?
If you check you'll find that Form is a class. And instances of Form are objects.
Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Introduction to LINQ to XML (Part 1) - (Part 2) My website | Blog