Results 1 to 3 of 3

Thread: add a button to save file dialog?

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    add a button to save file dialog?

    I'm wondering if it's possible to somehow add another button to the SaveFileDialog through APIs or whatever. I'm saving images and I want to have an "Options" button for specifying the image quality.... if not I'll have to show another form for that
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  2. #2
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536
    I can't answer your question directly, but why don't you use the Save As Type combo box on the standard SaveFileDialog to list all the image qualities you support? The user would then select whichever one they wanted. I guess the file extension would be the same in each case, but that shouldn't be a problem.

    Internet Explorer's Save As is probably closer to what you want, but I don't know how to do that in VB. NET.
    This world is not my home. I'm just passing through.

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

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