Results 1 to 4 of 4

Thread: [RESOLVED] Need Code For Pop-up Window...

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,051

    Resolved [RESOLVED] Need Code For Pop-up Window...

    No title bar; No buttons; Single "bump" Border; And Text For A Message.
    Would like API version.
    I'll need the code to unload it also.

    I've tried for two days and can't get anything I can control.
    I can crash my program pretty effectively though!

    Thanks

  2. #2
    Hyperactive Member
    Join Date
    May 2006
    Posts
    389

    Re: Need Code For Pop-up Window...

    now do you need something like this?

    edit:

    Or this

    Visual Basic Rules!!!!!

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,051

    Re: Need Code For Pop-up Window...

    First Choice!

    Sorry it took so long to respond back I was still researching, I wasn't expecting such a fast reply.
    Last edited by FourBlades; Aug 10th, 2006 at 07:11 PM. Reason: Added Text

  4. #4
    Addicted Member o0yuna0o's Avatar
    Join Date
    Mar 2006
    Posts
    172

    Re: Need Code For Pop-up Window...

    Design Mode:
    -Right click on your form and go to menu editor
    -configure it and set visibility of your menu to false

    Example
    Name: MenuMain Visible: False
    Name: SubMenu1 Visible: True
    Name: SubMenu2 Visible: True
    Name: SubMenu3 Visible: True

    Code:
    then put this code in the event where you want the mnu pop up
    VB Code:
    1. PopupMenu [mnuMain] 'this will pop up menu like the image above

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