Open/Save/Folder Dialogue -
Sup dudes,
Isn't there any default for those dialogues? Its anoyying to type down all the info.
Thanks.
# 1 Re: Open/Save/Folder Dialogue -
Do you mean OPENFILENAME ( http://msdn2.microsoft.com/en-us/library/ms646839.aspx) You can save and open files through GetOpenFileName() ( http://msdn2.microsoft.com/en-us/library/ms646927.aspx) and GetSaveFileName() ( http://msdn2.microsoft.com/en-us/library/ms646928.aspx)
# 3 Re: Open/Save/Folder Dialogue -
I don't know if there is a default OPENFILENAME setup, but it shouldn't be to hard to create one.
Why don't you write a function that automagically intialize the struct as you see fit - using your most used settings?
- petter