common dialog boxes

Started by
4 comments, last by ranxact 24 years ago
hey, i keep looking around for info on how to use the microsoft common dialog boxes in Commdlg.dll, in VC++ but i can''t seem to find any info on these... does any one know where to get info on these (or just to tell me how to use them) (all i want is the common open dialog box) ThanX RanXacT
RanXact@yahoo.com
Advertisement
GetOpenFileName

Look in the MSDN docs and go to Platform SDK->User Interface Services->User Input->Common Dialog Box Library

"Paranoia is the belief in a hidden order behind the visible." - Anonymous
hmmm.. there is another problem.. i don''t have MSDN or the software SDK...

could any one give e a link to where i could get it?

Thanx again ...
RnaXacT
RanXact@yahoo.com
If you bought VC++ you should get MSDN with it.
At least I think you should. I did, but that was the pro version.

-Mezz
The MSDN Library (help files etc) is online at http://msdn.microsoft.com/library/

The Platform SDK can be downloaded from http://www.microsoft.com/msdownload/platformsdk/setuplauncher.htm

Erik
ThanX Guys,
it all works now..

Later,
RanXact
RanXact@yahoo.com

This topic is closed to new replies.

Advertisement