May 25, 2004 #1 kaya17 Programmer Joined Feb 9, 2004 Messages 78 Location SG hi, anybody knows how to program a save as dialog? that is user can choose the directory to save a file? Thanks in advance! kaya
hi, anybody knows how to program a save as dialog? that is user can choose the directory to save a file? Thanks in advance! kaya
May 26, 2004 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB fill an instance OPENFILENAME structure and pass the address of instance to function GetOpenFileName. More info you ma y find in MSDN Ion Filipski Upvote 0 Downvote
fill an instance OPENFILENAME structure and pass the address of instance to function GetOpenFileName. More info you ma y find in MSDN Ion Filipski
Jul 15, 2004 #3 mseth Programmer Joined Aug 2, 2003 Messages 154 Location US Actually he doesn't want to GetOpenFileName, but more appropriately, GetSaveFileName =-) Upvote 0 Downvote