Difference between revisions of "References, Components, and Controls List VB6"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m
 
(9 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
Here are some of the more useful controls.
 +
 
{| border=1 cellspacing=0 class="wikitable" style="font-style:normal; font-size:120%; border:3px dashed navy;"
 
{| border=1 cellspacing=0 class="wikitable" style="font-style:normal; font-size:120%; border:3px dashed navy;"
 
|+Cross Reference Table
 
|+Cross Reference Table
 
|-
 
|-
! Name !! file !! Reference or Component GUI Locator
+
! Name !! Type !! file !! Reference or Component GUI Locator
 
|-
 
|-
|  ||    ||   
+
||    ||    ||   
 
|-
 
|-
| Common Dialog Controls ||  comdlg32.ocx || Microsoft Common Dialog Control 6.0 (SP3)
+
| [[Common Dialogs in VB6|Common Dialog Controls]] || control ||  comdlg32.ocx || Microsoft Common Dialog Control 6.0 (SP3)
 
|-
 
|-
| Winsock Control ||  Mswinsck.ocx || Microsoft Winsock Control 6.0 (SP4)
+
| [[Winsock Control in VB6|Winsock Control]] || control ||  Mswinsck.ocx || Microsoft Winsock Control 6.0 (SP4)
 
|-
 
|-
| Web Browser  || shdocvw.dll  ||  Microsoft Internet Controls
+
| Web Browser  || control || shdocvw.dll  ||  Microsoft Internet Controls
 
|-
 
|-
| Multi-Columns Combo Box (''and other enhanced controls'')|| FM20.DLL  ||  Microsoft Forms 2.0 Object Library
+
| [[ComboBox_Control_in_VB6#Multi-Columns_Combo_Box|Multi-Columns Combo Box]] (''and other Forms 2.0 controls'')|| control || FM20.DLL  ||  Microsoft Forms 2.0 Object Library
 
|-
 
|-
| Internet Transfer Control  || MSINET.OCX  ||  Microsoft Internet Transfer Control 6.0
+
| [[Internet Transfer Control in VB6|Internet Transfer Control]] || control || MSINET.OCX  ||  Microsoft Internet Transfer Control 6.0
 
|-
 
|-
|   ||   ||   
+
| RichTextBox  || control || RICHTX32.OCX  ||  Microsoft Rich Textbox Control 6.0
 
|-
 
|-
| width=200 |   || width=200 |   || width=600 |  
+
| [[XML Parsing in VB6|XML Parser]]  || reference  || msxml.dll    ||  Microsoft XML, version 2.0 
 +
|-
 +
| [[File System + File I/O in VB6|File System I/O]]  || reference    || scrrun.dll    ||  Microsoft Scripting Runtime
 +
|-
 +
| Slider, ProgressBar, etc || control || MSCOMCTL.OCX || Microsoft Windows Common Controls 6.0 (SP6)
 +
|-
 +
|  ||    ||    || 
 +
|-
 +
| width=200 |   || width=150 |   || width=150 |   || width=500 |  
 
   
 
   
 
|}
 
|}

Latest revision as of 10:57, 11 February 2008

Here are some of the more useful controls.

Cross Reference Table
Name Type file Reference or Component GUI Locator
Common Dialog Controls control comdlg32.ocx Microsoft Common Dialog Control 6.0 (SP3)
Winsock Control control Mswinsck.ocx Microsoft Winsock Control 6.0 (SP4)
Web Browser control shdocvw.dll Microsoft Internet Controls
Multi-Columns Combo Box (and other Forms 2.0 controls) control FM20.DLL Microsoft Forms 2.0 Object Library
Internet Transfer Control control MSINET.OCX Microsoft Internet Transfer Control 6.0
RichTextBox control RICHTX32.OCX Microsoft Rich Textbox Control 6.0
XML Parser reference msxml.dll Microsoft XML, version 2.0
File System I/O reference scrrun.dll Microsoft Scripting Runtime
Slider, ProgressBar, etc control MSCOMCTL.OCX Microsoft Windows Common Controls 6.0 (SP6)