Results 1 to 2 of 2

Thread: Using common Dialog boxes

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    2

    Using common Dialog boxes

    Hi!
    How do you use a commonDialog box to save a picture. I am making a map editor that uses the bitblt function to add my tiles.

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Cmd1.ShowSave
    If Cmd1.FileName <> "" Then
    A = Cmd1.FileName
    SavePicture Picture1.IMAGE, A
    End If
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

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