Results 1 to 2 of 2

Thread: How to PopUp form

  1. #1

    Thread Starter
    Member gvphubli's Avatar
    Join Date
    May 2001
    Location
    INDIA
    Posts
    48

    Question How to PopUp form

    Hi VB experts,
    Is it possible to popup a form on the command button click event,like in case of DTPicker the month view popsup.

    Thanks,

    With rgds.
    Girish Patil
    Cracky - = DBA / Developer = -
    visit : http://www.geocities.com/gvphubli/

  2. #2
    Hyperactive Member Scott Penner's Avatar
    Join Date
    Dec 2000
    Location
    Mountain View
    Posts
    327

    show the form

    Just put the code frmPopup.show code in the command button click event, where frmPopup is the custom form you've created. A more elegant way might be to create a Public procedure Display in the form that would display itself...
    You can get any value changes from another public procedure that the main app calls before killing the popup form.

    I hope that helps.
    -scott
    he he he

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