Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28594 Discussions

Sample code for using Common Dialog in simple dialog-based application

gillesbourque
Beginner
627 Views
Hello,
Could someone post an example on the above mentionned topic.
Thanks in advance.
Gilels
0 Kudos
9 Replies
Jugoslav_Dujic
Valued Contributor II
627 Views
Which common dialog? There's about a dozen of these.

Jugoslav
0 Kudos
gillesbourque
Beginner
627 Views
Well, with .NET one of the most common one is
Microsoft common dialog version 6.0 (sp6) comdlg32.oxc.
Gilles
0 Kudos
Steven_L_Intel1
Employee
627 Views
That's just a collection of dialog types. Which ones did you want to use?
0 Kudos
Paul_Curtis
Valued Contributor I
627 Views
The attached module shows some code samples for common dialogs.
0 Kudos
gillesbourque
Beginner
627 Views

Well let's say the open file dialog to start with.

Gilles

0 Kudos
Steven_L_Intel1
Employee
627 Views
Here's one.
0 Kudos
gillesbourque
Beginner
627 Views

Thank you Paul.

Would it be possible to see the calling code. I am very green to window programming.

Gilles

0 Kudos
gillesbourque
Beginner
627 Views

Thank very much Steve.

Btw, is there an intel fortranrepository of code snippet like this one.

Gilles

0 Kudos
Steven_L_Intel1
Employee
627 Views
Not yet. We're working on it. I have maybe 15 or so samples so far.
0 Kudos
Reply