Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# macOS
.DS_Store
11 changes: 11 additions & 0 deletions docs/Controls/ActiveX/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: ActiveX
# nav_order: 1
permalink: /Controls/ActiveX/
---

# ActiveX

> [!WARNING]
>
> Pardon, we have not fully documented all the controls yet.
25 changes: 25 additions & 0 deletions docs/Controls/CheckBox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: CheckBox
parent: Controls
nav_order: 8
permalink: /Controls/CheckBox
---

# CheckBox

![CheckBox](Images/CheckBox.png "CheckBox")

This object corresponds to a check box on a form or report. This check box is a stand-alone control that displays a Yes/No value from an underlying record source.

| VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] |

<!-- [vb6]: "" -->
[vba]: https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/label-control "CheckBox object (Access)"
[net]: https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.checkbox?view=windowsdesktop-10.0 "CheckBox Class"
<!-- [tb]: "" -->

<!-- Represents a Windows CheckBox. -->

<!--[net]: https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.checkbox?view=windowsdesktop-10.0 "CheckBox Class" -->
29 changes: 29 additions & 0 deletions docs/Controls/CheckMark.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: CheckMark
parent: Controls
nav_order: 20
permalink: /Controls/CheckMark
---

# CheckMark

![CheckMark](Images/CheckMark.png "CheckMark")

_Description_

## CheckMark Control

From [Features | Overview - New Controls](/Features/Overview#new-controls)

![image](../Features/Images/5fc60b7b-4f54-445c-8504-451019b7ec55.png)

Primarily intended for reports but available in Forms and UserControls as well, the CheckMark control provides a scalable check component where this is fixed to a single size in a normal CheckBox control.

| VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] |

<!-- [vb6]: "" -->
<!-- [vba]: "" -->
<!-- [net]: "" -->
<!-- [tb]: "" -->
25 changes: 25 additions & 0 deletions docs/Controls/ComboBox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: ComboBox
parent: Controls
nav_order: 9
permalink: /Controls/ComboBox
---

# ComboBox

![ComboBox](Images/ComboBox.png "ComboBox")

Represents a selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control.

| VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] |

<!-- [vb6]: "" -->
[vba]: https://learn.microsoft.com/en-us/office/vba/api/access.combobox "ComboBox object (Access)"
[net]: https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.combobox?view=windowsdesktop-10.0 "ComboBox Class"
<!-- [tb]: "" -->

<!-- Represents a Windows combo box control. -->

<!-- [net]: https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.combobox?view=windowsdesktop-10.0 "ComboBox Class" -->
24 changes: 24 additions & 0 deletions docs/Controls/CommandButton.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: CommandButton
parent: Controls
nav_order: 7
permalink: /Controls/CommandButton
---

# CommandButton

![CommandButton](Images/CommandButton.png "CommandButton")

This object corresponds to a command button. A command button on a form can start an action or a set of actions. For example, you could create a command button that opens another form. To make a command button do something, you write an event procedure and attach it to the button's `Click` property.

| VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] |

<!-- [vb6]: "" -->
[vba]: https://learn.microsoft.com/en-us/office/vba/api/access.commandbutton "CommandButton object (Access)"
[net]: https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.button?view=windowsdesktop-10.0 "Button Class"
<!-- [tb]: "" -->

<!-- Represents a Windows button control. -->
<!-- [net]: https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.button?view=windowsdesktop-10.0 "Button Class" -->
21 changes: 21 additions & 0 deletions docs/Controls/Common/DTPicker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: DTPicker
parent: Controls
nav_order: 1
permalink: /Controls/Common/DTPicker
---

# DTPicker

![DTPicker](Images/DTPicker.png "DTPicker")

_Description_

| VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] |

<!-- [vb6]: "" -->
<!-- [vba]: "" -->
<!-- [net]: "" -->
<!-- [tb]: "" -->
21 changes: 21 additions & 0 deletions docs/Controls/Common/ImageList.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: ImageList
parent: Controls
nav_order: 2
permalink: /Controls/Common/ImageList
---

# ImageList

![ImageList](Images/ImageList.png "ImageList")

_Description_

| VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] |

<!-- [vb6]: "" -->
<!-- [vba]: "" -->
<!-- [net]: "" -->
<!-- [tb]: "" -->
Binary file added docs/Controls/Common/Images/DTPicker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Controls/Common/Images/ImageList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Controls/Common/Images/ListView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Controls/Common/Images/MonthView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Controls/Common/Images/ProgressBar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Controls/Common/Images/Slider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Controls/Common/Images/TreeView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Controls/Common/Images/UpDown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions docs/Controls/Common/ListView.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: ListView
parent: Controls
nav_order: 3
permalink: /Controls/Common/ListView
---

# ListView

![ListView](Images/ListView.png "ListView")

_Description_

| VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] |

<!-- [vb6]: "" -->
<!-- [vba]: "" -->
<!-- [net]: "" -->
<!-- [tb]: "" -->
21 changes: 21 additions & 0 deletions docs/Controls/Common/MonthView.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: MonthView
parent: Controls
nav_order: 4
permalink: /Controls/Common/MonthView
---

# MonthView

![MonthView](Images/MonthView.png "MonthView")

_Description_

| VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] |

<!-- [vb6]: "" -->
<!-- [vba]: "" -->
<!-- [net]: "" -->
<!-- [tb]: "" -->
21 changes: 21 additions & 0 deletions docs/Controls/Common/ProgressBar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: ProgressBar
parent: Controls
nav_order: 5
permalink: /Controls/Common/ProgressBar
---

# ProgressBar

![ProgressBar](Images/ProgressBar.png "ProgressBar")

_Description_

| VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] |

<!-- [vb6]: "" -->
<!-- [vba]: "" -->
<!-- [net]: "" -->
<!-- [tb]: "" -->
21 changes: 21 additions & 0 deletions docs/Controls/Common/Slider.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Slider
parent: Controls
nav_order: 6
permalink: /Controls/Common/Slider
---

# Slider

![Slider](Images/Slider.png "Slider")

_Description_

| VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] |

<!-- [vb6]: "" -->
<!-- [vba]: "" -->
<!-- [net]: "" -->
<!-- [tb]: "" -->
21 changes: 21 additions & 0 deletions docs/Controls/Common/TreeView.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: TreeView
parent: Controls
nav_order: 7
permalink: /Controls/Common/TreeView
---

# TreeView

![TreeView](Images/TreeView.png "TreeView")

_Description_

| VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] |

<!-- [vb6]: "" -->
<!-- [vba]: "" -->
<!-- [net]: "" -->
<!-- [tb]: "" -->
21 changes: 21 additions & 0 deletions docs/Controls/Common/UpDown.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: UpDown
parent: Controls
nav_order: 8
permalink: /Controls/Common/UpDown
---

# UpDown

![UpDown](Images/UpDown.png "UpDown")

_Description_

| VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] |

<!-- [vb6]: "" -->
<!-- [vba]: "" -->
<!-- [net]: "" -->
<!-- [tb]: "" -->
11 changes: 11 additions & 0 deletions docs/Controls/Common/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Common
# nav_order: 1
permalink: /Controls/Common/
---

# Common

> [!WARNING]
>
> Pardon, we have not fully documented all the controls yet.
21 changes: 21 additions & 0 deletions docs/Controls/Data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Data
parent: Controls
nav_order: 22
permalink: /Controls/Data
---

# Data

![Data](Images/Data.png "Data")

_Description_

<!-- | VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] | -->

<!-- [vb6]: "" -->
<!-- [vba]: "" -->
<!-- [net]: "" -->
<!-- [tb]: "" -->
21 changes: 21 additions & 0 deletions docs/Controls/DirListBox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: DirListBox
parent: Controls
nav_order: 15
permalink: /Controls/DirListBox
---

# DirListBox

![DirListBox](Images/DirListBox.png "DirListBox")

_Description_

<!-- | VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] | -->

<!-- [vb6]: "" -->
<!-- [vba]: "" -->
<!-- [net]: "" -->
<!-- [tb]: "" -->
21 changes: 21 additions & 0 deletions docs/Controls/DriveListBox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: DriveListBox
parent: Controls
nav_order: 14
permalink: /Controls/DriveListBox
---

# DriveListBox

![DriveListBox](Images/DriveListBox.png "DriveListBox")

_Description_

<!-- | VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] | -->

<!-- [vb6]: "" -->
<!-- [vba]: "" -->
<!-- [net]: "" -->
<!-- [tb]: "" -->
21 changes: 21 additions & 0 deletions docs/Controls/FileListBox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: FileListBox
parent: Controls
nav_order: 16
permalink: /Controls/FileListBox
---

# FileListBox

![FileListBox](Images/FileListBox.png "FileListBox")

_Description_

<!-- | VB6 | VBA | .NET |
| --- | ---------- | ---------- |
| | [vba][vba] | [net][net] | -->

<!-- [vb6]: "" -->
<!-- [vba]: "" -->
<!-- [net]: "" -->
<!-- [tb]: "" -->
Loading