Results 1 to 2 of 2

Thread: [RESOLVED] set from as modal

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Resolved [RESOLVED] set from as modal

    I have problem here.. I have hide form5 and printtext and I want to visible form5 and printtext and set printtext as vbmodal. When I do like this, I got error message said printtext already display

    Code:
    Unload Me
    Form5.Visible = True
    Form5.Show
    printtext.Visible = True
    printtext.Show vbmodal

  2. #2
    Frenzied Member aikidokid's Avatar
    Join Date
    Aug 2002
    Location
    Bristol, UK
    Posts
    1,968

    Re: set from as modal

    Not sure, but try this:

    Code:
    Unload Me
    Form5.Visible = True
    Form5.Show
    printtext.Show vbmodal
    If somebody helps you, take time to RATE the post. I do.

    "FAILURE IS NOT AN OPTION. It comes bundled with the software."

    Below are some of the threads that have helped me along the way:

    CodeBank submission:
    Listview Backcolor (without subclassing)

    Loading Treeview Nodes From A Database, Creating Registry Keys, Count Number of Lines in TextBox , Excellent RichTextBox Tricks & Tips
    Ideas & Screen Shots For A Code Library App
    How to do Data validation in Excel, Conditional Formating in Excel

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