Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic .NET w/accompanying CD-ROM
DirListBox
Upgrades to Microsoft.VisualBasic.Compatibility.VB6.DirListBox.
| Visual Basic 6 | Type | Visual Basic .NET |
| Appearance | Property | Used to determine BorderStyle |
| BackColor | Property | BackColor |
| CausesValidation | Property | CausesValidation |
| Change | Event | Change |
| Click | Event | SelectedIndexChanged |
| Container | Property | Parent |
| Drag | Method | No mapping |
| DragDrop | Event | No mapping |
| DragIcon | Property | No mapping |
| DragMode | Property | No mapping |
| DragOver | Event | No mapping |
| Enabled | Property | Enabled |
| Font | Property | Font |
| FontBold | Property | Font.Bold, VB6.FontChangeBold |
| FontItalic | Property | Font.Italic, VB6.FontChangeItalic |
| FontName | Property | Font.Name, VB6.FontChangeName |
| FontSize | Property | Font.SizeInPoints, VB6.FontChangeSize |
| FontStrikethru | Property | Font.StrikeOut, VB6.FontChangeStrikeOut |
| FontUnderline | Property | Font.Underline, VB6.FontChangeUnderline |
| ForeColor | Property | ForeColor |
| GotFocus | Event | Enter |
| Height | Property | Height |
| HelpContextID | Property | No mapping |
| HWnd | Property | Handle |
| IMEMode | Property | ImeMode |
| Index | Property | Index property of ControlArray object |
| KeyDown | Event | KeyDown |
| KeyPress | Event | KeyPress |
| KeyUp | Event | KeyUp |
| Left | Property | Left |
| List | Property | DirList |
| ListCount | Property | DirListCount |
| ListIndex | Property | DirListIndex |
| LostFocus | Event | Leave |
| MouseDown | Event | MouseDown |
| MouseIcon | Property | No mapping |
| MouseMove | Event | MouseMove |
| MousePointer | Property | Cursor |
| MouseUp | Event | MouseUp |
| Move | Method | SetBounds |
| Name | Property | Name |
| OLECompleteDrag | Event | No mapping |
| OLEDrag | Method | No mapping |
| OLEDragDrop | Event | No mapping |
| OLEDragMode | Property | No mapping |
| OLEDragOver | Event | No mapping |
| OLEDropMode | Property | No mapping |
| OLEGiveFeedback | Event | No mapping |
| OLESetData | Event | No mapping |
| OLEStartDrag | Event | No mapping |
| Parent | Property | FindForm |
| Path | Property | Path |
| Refresh | Method | Refresh |
| Scroll | Event | No mapping |
| SetFocus | Method | Focus |
| ShowWhatsThis | Method | No mapping |
| TabIndex | Property | TabIndex |
| TabStop | Property | TabStop |
| Tag | Property | Tag |
| ToolTipText | Property | SetToolTip method on ToolTip component |
| Top | Property | Top |
| TopIndex | Property | TopIndex |
| Validate | Event | Validating |
| Visible | Property | Visible |
| WhatsThisHelpID | Property | No mapping |
| Width | Property | Width |
| ZOrder | Method | VB6.ZOrder method, or BringToFront if Position parameter is 0, SendToBack if Position parameter is 1 |