Page 1 of 1

Posted: Sun Jun 24, 2001 6:00 pm
by BackupUser
Restored from previous forum. Originally posted by Paul.

Since PureBasic seems to lack a lot of basic commands, one must turn to the Windows API. Does anyone know where I can find a list of Constants that are used in the API?

For example.. where can I find the values of:
CSIDL_STARTMENU or CSIDL_FONTS

Posted: Mon Jun 25, 2001 6:23 am
by BackupUser
Restored from previous forum. Originally posted by Mr.Skunk.

I don't know these constants.
could you give us the API call(s) witch use this constants (will be more easy to search)

Mr Skunk

Posted: Mon Jun 25, 2001 8:19 pm
by BackupUser
Restored from previous forum. Originally posted by Paul.

Anyone else interested, I was able to find the entire 'include' library of constants in a freeware C++ compiler (lcc-win32)

The constants I was looking for are used when looking for the Windows Special Folders (Font Folder, Recycle Bin, Start Menu, etc.)
Now that I have these constants, everything works like a charm!

Posted: Mon Jun 25, 2001 10:50 pm
by BackupUser
Restored from previous forum. Originally posted by Mr.Skunk.

thanks

Mr Skunk