|
-
Jan 17th, 2003, 12:23 AM
#1
Thread Starter
New Member
Loading a Form
Hello friends,
I need a help in the following matter. I am having a form, named 'List of Forms', which is having listview control, listing a lot of forms.
Whenever any user clicks a particular item in the listview control, that particular form is to be loaded.
Will any one guide me in this regard?
Thanx in adv.
Last edited by muralipadmaja; Jan 17th, 2003 at 12:41 AM.
-
Jan 17th, 2003, 12:39 AM
#2
Hyperactive Member
In the click event of load you can write down the following code
VB Code:
load formname
formname.show
Regards
Gary
-
Jan 17th, 2003, 12:43 AM
#3
Thread Starter
New Member
Originally posted by CHAMPGARY
In the click event of load you can write down the following code
VB Code:
load formname
formname.show
getting the formname as form is the trickier part.
Any one please helpme out.
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
|