|
-
Jul 30th, 2005, 06:56 AM
#1
Fanatic Member
Re: cant access form?
private frmSomeform = new frmSomeform();
frmSomeform.Show() or .ShowDialog
will display the form, is that what you are looking for
or are you looking the the .name method?
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Jul 30th, 2005, 08:00 AM
#2
Thread Starter
PowerPoster
Re: cant access form?
I cant get the name of the form at all
if i do frm and look at the list of method/objects - it only shows the current form (Form1)...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|