Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 08, 2012 05:57 AM by sheen_buhay
Member
711 Points
539 Posts
May 08, 2012 05:26 AM|LINK
Hi,
I need help on how to access a file that is placed inside the folder.
Please refer to this link: http://imageshack.us/photo/my-images/576/folderaccess.jpg/
There is a folder called 'S_Forms' that contain Users.cs file.
How do I access that file in order to load it.
Thanks.
Contributor
5070 Points
1068 Posts
May 08, 2012 05:38 AM|LINK
Hi..
Even if you kep inside the folder ,you can directly call form name..
Dim frm As New user user.Show()
May 08, 2012 05:46 AM|LINK
@vijay,
I've tried that however it doesn't show any intellisense regarding the form. I did something like:
S_Forms.Users.ActiveForm.Show();
But the above code is not loading the Users form.
Any help are highly appreciated.
May 08, 2012 05:57 AM|LINK
The form is accessible now. I wrote the form name something like Usersfrm user = new Usersfrm(); then right-click the Usersfrm choose the UI project name.
sheen_buhay
Member
711 Points
539 Posts
File accessibility
May 08, 2012 05:26 AM|LINK
Hi,
I need help on how to access a file that is placed inside the folder.
Please refer to this link: http://imageshack.us/photo/my-images/576/folderaccess.jpg/
There is a folder called 'S_Forms' that contain Users.cs file.
How do I access that file in order to load it.
Thanks.
SheenBuhay
vijay_myl
Contributor
5070 Points
1068 Posts
Re: File accessibility
May 08, 2012 05:38 AM|LINK
Hi..
Even if you kep inside the folder ,you can directly call form name..
My .NET blog
Submit Article
sheen_buhay
Member
711 Points
539 Posts
Re: File accessibility
May 08, 2012 05:46 AM|LINK
@vijay,
I've tried that however it doesn't show any intellisense regarding the form. I did something like:
S_Forms.Users.ActiveForm.Show();
But the above code is not loading the Users form.
Any help are highly appreciated.
SheenBuhay
sheen_buhay
Member
711 Points
539 Posts
Re: File accessibility
May 08, 2012 05:57 AM|LINK
Hi,
The form is accessible now. I wrote the form name something like Usersfrm user = new Usersfrm(); then right-click the Usersfrm choose the UI project name.
Thanks.
SheenBuhay