Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Common Dialog
Message
From
17/05/2002 08:54:39
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00657801
Message ID:
00658114
Views:
28
Does this call the Windows dialogs? My solution must be multilingual.

>
>Microsoft Visual Studio 6.0 includes also a replacement of Common Dialogs control - The Microsoft Dialog Automation Objects. This component provides Common Dialog functionality without requiring that you place a control on a form. It's a DLGOBJS.DLL in VB98\Wizards\PDWizard directory.
>You can easily get a printer name using DLGOBJS:
>
>oPrnDlg = CreateObject("DlgObjs.PrintDialog")
>If oPrnDlg.Show()    && Returns TRUE when OK pressed and FALSE when CANCEL
>	? oPrnDlg.PrinterDevice.Name
>EndIf
>
>But this tool is not supported by MS and not documented. All we have is a small readme file in \Tools\Unsupprt\DlgObj directory. If you want I can send a help file, generated from dlgobjs.dll.
>
>Alexander
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform