|
-
Aug 13th, 2002, 12:25 PM
#1
Thread Starter
Frenzied Member
CommonDialog
Is there a CommonDialog to C++ and how do I use it??
-
Aug 13th, 2002, 12:34 PM
#2
Ya ya Baby!!!Me is Back
I can only answer the first question and it's yes but how... sorry don't know yet.
-
Aug 13th, 2002, 01:17 PM
#3
Frenzied Member
There's a tutorial at http://winprog.org/tutorial/ that tells you how to do it. I assume it's done the right way - I'm new to C++
-
Aug 14th, 2002, 08:38 AM
#4
These are the functions to look up in MSDN:
Color Dialog: ChooseColor()
Font Dialog: ChooseFont()
Find Box: FindText()
Replace Box: ReplaceText()
Open/Save As Dialog: GetOpenFileName()/GetSaveFileName()
Printer Dialogs: PageSetupDlg(), PrindDlgEx(), PrintDlg()
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Aug 15th, 2002, 08:38 AM
#5
Thread Starter
Frenzied Member
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|