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

Can I use common dialog box functions, such as GetOpenFile, Get SaveFile, in console application, and How to do it?

honestman
Beginner
582 Views
Dear There,

I'm writing simple fortran code using console application. I use a dialog box as user GUI. When user inputs a file name, I like to use a standard dialog box function to implement, such as GetOpenFile in comdlg32.f90. I'm not sure if I can use it in a console application. I didn't find any information from help file. If you happen to know something about it, would you please to tell me?

Thanks a lot.

Honestman
0 Kudos
2 Replies
Steven_L_Intel1
Employee
582 Views
Yes, you can.. In fact, a sample Console application using GetOpenFileName is provided with the product.
0 Kudos
honestman
Beginner
582 Views
Thank you very much. I got it. It's what I need.
0 Kudos
Reply