borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (vb.net deployement)Next Topic (Split a string using regex) New Topic New Poll Post Reply
AndreaVB Forum : VB.Net : take form name from database
Poster Message
ameen
Level: Trainee

Registered: 21-06-2006
Posts: 2

icon take form name from database

how do i open a form which name is stored in database.

please help me on this

21-06-2006 at 11:10 AM
View Profile Send Email to User Show All Posts | Quote Reply
Williamr
Level: Protégé

Registered: 01-06-2005
Posts: 5
icon Re: take form name from database

Hi

First get the name of the form, then create an instance of that form:



dim strForm_name as string = 'get the form's name

dim form_new as strForm = new strForm
form_new.show()




hope it helps

26-06-2006 at 08:46 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VB.Net : take form name from database
Previous Topic (vb.net deployement)Next Topic (Split a string using regex) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder