Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CommonDialog constants
Message
From
28/02/2002 03:03:03
 
 
To
28/02/2002 01:20:15
Lutz Scheffler (Online)
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00626189
Message ID:
00626203
Views:
19
This message has been marked as the solution to the initial question of the thread.
>I need to use CommonDialog. I have a little problem to understand the constants like PD_NOCURRENTPAGE. Where can I find the values?

Hi Agnes,

regarding the constant you cited, it looks like you are working with the functions of cmdlg32.dll or the like. The definition of these constants could be found here, though it doesn't contain PD_NOCURRENTPAGE.

If you used the same CommonDialog control I think of, you would find the appropriate constants here. The code to instantiate the object would look like:
loDlg = CREATEOBJECT("MSComDlg.CommonDialog.1")
HTH Robert
I've acquired quite a taste for a well-made mistake... [Fiona Apple]
Previous
Reply
Map
View

Click here to load this message in the networking platform