can't find comdlg32.decls in the userlibs archive

Blitz3D Forums/Blitz3D Userlibs/can't find comdlg32.decls in the userlibs archive

nadia(Posted 2010) [#1]
Does anybody know where I can find this?

Thanx!


puki(Posted 2010) [#2]
Interesting.

I can supply it, but why do you want it?

I have only one use for it and this may mean you are stepping into my territory - which is vast and supreme. I ask as I have only ever seen it being used by one particular Blitz lib.


ZJP(Posted 2010) [#3]
.lib "comdlg32.dll"

api_ChooseColor% (pChoosecolor*) : "ChooseColorA"
api_ChooseFont% (pChoosefont*) : "ChooseFontA"
api_CommDlgExtendedError% () : "CommDlgExtendedError"
api_FindText% (pFindreplace*) : "FindTextA "
api_GetFileTitle% (lpszFile$, lpszTitle$, cbBuf%) : "GetFileTitleA"
api_GetOpenFileName% (pOpenfilename*) : "GetOpenFileNameA"
api_GetSaveFileName% (pOpenfilename*) : "GetSaveFileNameA"
api_PageSetupDlg% (pPagesetupdlg*) : "PageSetupDlgA"
api_PrintDlg% (pPrintdlg*) : "PrintDlgA"
api_ReplaceText% (pFindreplace*) : "ReplaceTextA"




puki(Posted 2010) [#4]
There goes my easy $5.


nadia(Posted 2010) [#5]
Thanx very much ZJP, that's fantastic!
It looks like down the years lots of stuff got lost in the userlib and other archives?

Sorry puki, I hope you'll survive for the next few days anyway. It's always pleasure when I do my twice a year dip into the blitz forum to see that you're still around plus a few others of the oldies!

The comdlg32.dll gives very easy access the the windows file dialog box which is very useful

see ya!