Results 1 to 5 of 5

Thread: Queston About Menu Editor

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2005
    Posts
    18

    Queston About Menu Editor

    Hey,
    I want to create a form which has no border and no top thing with the minimize, maximize, and close button. I can get this but when i creat a menu, even if its visiblility is false the top bar still appears.

    Plz Help

  2. #2

  3. #3
    Frenzied Member the182guy's Avatar
    Join Date
    Nov 2005
    Location
    Cheshire, UK
    Posts
    1,473

    Re: Queston About Menu Editor

    You could get around this by using a seperate form just for storing the menus, then you could have your main form which has no border ot titlebar, use labels at the top to trigger the menus....heres the label click:
    VB Code:
    1. Private Sub Label1_Click()
    2. Form2.PopupMenu Form1.mnuMain
    3. End Sub
    So when you click Label1 it will make the menu named 'mnuMain' which is on form1 show up on the label on form2.

    It doesnt look as good as the normal menu system but it is a solution to the problem
    Chris

  4. #4
    Addicted Member
    Join Date
    Nov 2005
    Posts
    153

    Re: Queston About Menu Editor

    Quote Originally Posted by RhinoBull
    Download FormBdr sample project from Karl E. Peterson's site.
    He has a nicely wrapped class module which is basically plug-and-play.
    Let me know if you'd have any problems implementing it.

    I Used This before and it works well. Thanx again RhinoBull
    This is The Prophet MOHAMMAD!
    =======================
    My SuperMen:
    RhinoBull, gigemboy, jmcilhinney, |2eM!x, Edneeis and Hack

  5. #5

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