Results 1 to 3 of 3

Thread: Loading a Form

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    10

    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.

  2. #2
    Hyperactive Member CHAMPGARY's Avatar
    Join Date
    Jul 2002
    Posts
    386
    In the click event of load you can write down the following code
    VB Code:
    1. load formname
    2. formname.show

    Regards

    Gary

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    10
    Originally posted by CHAMPGARY
    In the click event of load you can write down the following code
    VB Code:
    1. load formname
    2. 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
  •  



Click Here to Expand Forum to Full Width