Results 1 to 3 of 3

Thread: Custom Form

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    66

    Custom Form

    What would you say would be the best wy to make an Mac OSX style form? Any examples>

    Thanks

    -FPP

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Custom Form

    If you don't want the standard Windows title bar and border then you'd need to set the BorderStyle to None and then create whatever style you want using controls and/or GDI+. You'd also have to implement your own drag-and-drop to allow the form to be resized and/or moved.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    66

    Re: Custom Form

    Ok, thanks.

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