CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    michigan, us
    Posts
    2

    How do i get my form to look like the open form in win98

    i made a neat little program and i made a form to save and load files but it just looks like crap how do i make it look like the standard win 95/98 save dialog used in most programs

    you know like the one you see when you click on save from ie or netscape

    i cant get it to read My Computer Desktop or any of that


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: How do i get my form to look like the open form in win98

    use the Microsoft Common Dialog Control and call it's ShowSave method to get the default common dialog.


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

Featured