treectrl instead of listbox in combobox
Serge Wautier -- serge.wautier@ontonet.be Tuesday, December 03, 1996 Environment : VC++ 4.1 / Win95 Hi, Do you know where i can find an OCX or MFC extension class that consists in a combobox whose listbox is replaced by a tree control (such as in the toolbar of explorer) ? Thanks in advance, Serge Wautier, Techno Trade sa, Belgium. serge.wautier@ontonet.be http://www.tbox.fr
Bradley A. Burns -- bburns@sprynet.com Thursday, December 05, 1996 [Mini-digest: 2 responses] Hi Serge... The explorer toolbar dropdown that shows directories and drives is actually just a normal combobox except that it has the CBS_OWNERDRAW style. Basically, explorer just determines whether or not an item (B) is a dependant of a previous item (A). If it finds that it is, it then draws item (B) indented a little bit. You can verify this using Spy++. Bradley A.. Burns bburns@sprynet.com ---------- > From: Serge Wautier> To: mfc-l@netcom.com > Subject: treectrl instead of listbox in combobox > Date: Tuesday, December 03, 1996 5:11 PM > > Environment : VC++ 4.1 / Win95 > > Hi, > > Do you know where i can find an OCX or MFC extension class that consists > in a combobox whose listbox is replaced by a tree control (such as in the > toolbar of explorer) ? > > Thanks in advance, > > Serge Wautier, > Techno Trade sa, > Belgium. > > serge.wautier@ontonet.be > http://www.tbox.fr -----From: Drolshagen Thomas Hi Serge The functionality you want is in the new common controls (combo-boxwith bitmap's and indenting,...). Take a look at Microsoft System Journal Oct./Nov. Thomas >---------- >Von: Serge Wautier[SMTP:serge.wautier@ontonet.be] >Gesendet: Dienstag, 3. Dezember 1996 23:11 >An: mfc-l@netcom.com >Betreff: treectrl instead of listbox in combobox > >Environment : VC++ 4.1 / Win95 > >Hi, > >Do you know where i can find an OCX or MFC extension class that consists >in a combobox whose listbox is replaced by a tree control (such as in the >toolbar of explorer) ? > >Thanks in advance, > >Serge Wautier, >Techno Trade sa, >Belgium. > >serge.wautier@ontonet.be >http://www.tbox.fr >
| Вернуться в корень Архива |