Board index » cppbuilder » Inserting the component into the OpenDialog(SaveDialog etc.)

Inserting the component into the OpenDialog(SaveDialog etc.)

How can I insert anything of components(Button etc.) into the Open(Save)Dialog?
Perhaps I must to use the OPENFILENAME structure?

Best regards
Igor Tsukanov

Bye from d...@altavista.net

 

Re:Inserting the component into the OpenDialog(SaveDialog etc.)


Quote
Igor Tsukanov <darl> wrote in message news:3b5449d4$1_2@dnews...

> How can I insert anything of components(Button etc.) into the

Open(Save)Dialog?

There are two approaches, the WinAPI method within TOpenDialog, or a
more VCL-oriented approach, which is not documented, but can be
studied in examples.  There are references for both in this message:

From: "Timothy H. Buchman" <tbuchman>
Newsgroups: borland.public.cppbuilder.winapi
Subject: Re: Adding a Control to a Common Dialog
Date: Fri, 22 Jun 2001 09:41:32 -0400
-------
Timothy H. Buchman
========================================
City Center Theater, New York NY
mail address tbuchmanPLEASE(at sign)REMOVEcitycenter.org
Please treat this signature information as confidential.
========================================
Search .borland message archive on http://www.mers.com/searchsite.html

Other Threads