Home All Groups Group Topic Archive Search About
Author
23 Mar 2006 1:02 AM
Anthony
Is there an easy way (or a single resource) that reveals each ProgID value to
be used for each control when using the Comtrols.Add function?

Thanks -

--
Anthony Dunleavy
www.atrixware.com

Author
23 Mar 2006 5:02 AM
Ken Halter
"Anthony" <Anth***@discussions.microsoft.com> wrote in message
news:2761DDDF-A13D-481D-A464-8FDD56F0B653@microsoft.com...
> Is there an easy way (or a single resource) that reveals each ProgID value
> to
> be used for each control when using the Comtrols.Add function?
>
> Thanks -
>
> --
> Anthony Dunleavy
> www.atrixware.com

That would be too easy <g> In most cases, it's not hard to get the info
yourself...

Subject: Re: Adding controls to a form dynamically
http://groups.google.com/group/microsoft.public.vb.controls/msg/81ed21ef21d93cfc?oe=UTF-8&output=gplain

--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Author
26 Mar 2006 10:45 PM
Anthony
Well, in case anyone finds this useful, here is a listing of many of the
frequent controls (the ones we would use mostly, anyway).

VB.FileListBox (Filelist)
VB.DriveListBox (DriveList)
VB.DirListBox (Dirlist)
VB.TextBox (Textbox)
VB.Picture (Picture)
VB.Image (Image)
VB.Label (Label)
VB.Frame (Frame)
VB.Checkbox (Checkbox)
VB.Listbox (Listbox)
VB.CommandButton (Button)
VB.OptionButton (Option)
VB.ComboBox (Dropdown)
TabDlg.SSTab (SSTab)
MSComctlLib.Slider (Slider)
MSComctlLib.ListViewCtrl.2 (ListView)
MSComctlLib.TreeCtrl.2 (TreeView)
MSComctlLib.ProgCtrl.2 (ProgressBar)
MSComctlLib.SbarCtrl.2 (StatusBar)
MSComctlLib.Toolbar (Toolbar)
MSComctlLib.Tabstrip (TabStrip)
Shell.Explorer.2 (WebBrowser)


--
Anthony Dunleavy
www.atrixware.com




Show quoteHide quote
"Anthony" wrote:

> Is there an easy way (or a single resource) that reveals each ProgID value to
> be used for each control when using the Comtrols.Add function?
>
> Thanks -
>
> --
> Anthony Dunleavy
> www.atrixware.com
>
>