Results 1 to 4 of 4

Thread: How to create form with border like the tray menu or volume control

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2012
    Posts
    70

    How to create form with border like the tray menu or volume control

    I have a borderless form. How do I give it a border like that of the volume control or tray menu, like below?

    Name:  vbborder.jpg
Views: 471
Size:  3.6 KB

    Thanks.

  2. #2
    PowerPoster
    Join Date
    Sep 2006
    Location
    Egypt
    Posts
    2,579

    Re: How to create form with border like the tray menu or volume control

    Set the following form's properties
    ControlBox = False
    MaximizeBox = False
    MinimizeBox = False
    Text = ""



  3. #3
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,413

    Re: How to create form with border like the tray menu or volume control

    To add to 4x2y's comment, that's not a borderless form... It's fixed3d

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Dec 2012
    Posts
    70

    Re: How to create form with border like the tray menu or volume control

    Thank you! Also, I didn't know what else to call it, I guess technically it does have a border haha.

Tags for this Thread

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