-
Notifications
You must be signed in to change notification settings - Fork 6
Add Controls Section #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
AlexHedley
wants to merge
9
commits into
twinbasic:main
Choose a base branch
from
AlexHedley:controls_21
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
f5fb73d
Add initial pages for Controls
AlexHedley 075cc6a
Sample layout for Label
AlexHedley a4b0236
Add initial pages for Common Controls
AlexHedley 8539cbd
temp nav_order for IDE
AlexHedley ee7fd6e
.gi
AlexHedley dcf6ca3
Change directory of Common Controls
AlexHedley d02d80b
Add ActiveX section
AlexHedley 2542ca2
#21 Added images of controls
AlexHedley 5841e0e
#21 more template work for controls
AlexHedley File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # macOS | ||
| .DS_Store |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| 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" --> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| _Description_ | ||
|
|
||
| ## CheckMark Control | ||
|
|
||
| From [Features | Overview - New Controls](/Features/Overview#new-controls) | ||
|
|
||
|  | ||
|
|
||
| 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]: "" --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| 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" --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| 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" --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| _Description_ | ||
|
|
||
| | VB6 | VBA | .NET | | ||
| | --- | ---------- | ---------- | | ||
| | | [vba][vba] | [net][net] | | ||
|
|
||
| <!-- [vb6]: "" --> | ||
| <!-- [vba]: "" --> | ||
| <!-- [net]: "" --> | ||
| <!-- [tb]: "" --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| _Description_ | ||
|
|
||
| | VB6 | VBA | .NET | | ||
| | --- | ---------- | ---------- | | ||
| | | [vba][vba] | [net][net] | | ||
|
|
||
| <!-- [vb6]: "" --> | ||
| <!-- [vba]: "" --> | ||
| <!-- [net]: "" --> | ||
| <!-- [tb]: "" --> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| _Description_ | ||
|
|
||
| | VB6 | VBA | .NET | | ||
| | --- | ---------- | ---------- | | ||
| | | [vba][vba] | [net][net] | | ||
|
|
||
| <!-- [vb6]: "" --> | ||
| <!-- [vba]: "" --> | ||
| <!-- [net]: "" --> | ||
| <!-- [tb]: "" --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| _Description_ | ||
|
|
||
| | VB6 | VBA | .NET | | ||
| | --- | ---------- | ---------- | | ||
| | | [vba][vba] | [net][net] | | ||
|
|
||
| <!-- [vb6]: "" --> | ||
| <!-- [vba]: "" --> | ||
| <!-- [net]: "" --> | ||
| <!-- [tb]: "" --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| _Description_ | ||
|
|
||
| | VB6 | VBA | .NET | | ||
| | --- | ---------- | ---------- | | ||
| | | [vba][vba] | [net][net] | | ||
|
|
||
| <!-- [vb6]: "" --> | ||
| <!-- [vba]: "" --> | ||
| <!-- [net]: "" --> | ||
| <!-- [tb]: "" --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| _Description_ | ||
|
|
||
| | VB6 | VBA | .NET | | ||
| | --- | ---------- | ---------- | | ||
| | | [vba][vba] | [net][net] | | ||
|
|
||
| <!-- [vb6]: "" --> | ||
| <!-- [vba]: "" --> | ||
| <!-- [net]: "" --> | ||
| <!-- [tb]: "" --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| _Description_ | ||
|
|
||
| | VB6 | VBA | .NET | | ||
| | --- | ---------- | ---------- | | ||
| | | [vba][vba] | [net][net] | | ||
|
|
||
| <!-- [vb6]: "" --> | ||
| <!-- [vba]: "" --> | ||
| <!-- [net]: "" --> | ||
| <!-- [tb]: "" --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| _Description_ | ||
|
|
||
| | VB6 | VBA | .NET | | ||
| | --- | ---------- | ---------- | | ||
| | | [vba][vba] | [net][net] | | ||
|
|
||
| <!-- [vb6]: "" --> | ||
| <!-- [vba]: "" --> | ||
| <!-- [net]: "" --> | ||
| <!-- [tb]: "" --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| _Description_ | ||
|
|
||
| <!-- | VB6 | VBA | .NET | | ||
| | --- | ---------- | ---------- | | ||
| | | [vba][vba] | [net][net] | --> | ||
|
|
||
| <!-- [vb6]: "" --> | ||
| <!-- [vba]: "" --> | ||
| <!-- [net]: "" --> | ||
| <!-- [tb]: "" --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| _Description_ | ||
|
|
||
| <!-- | VB6 | VBA | .NET | | ||
| | --- | ---------- | ---------- | | ||
| | | [vba][vba] | [net][net] | --> | ||
|
|
||
| <!-- [vb6]: "" --> | ||
| <!-- [vba]: "" --> | ||
| <!-- [net]: "" --> | ||
| <!-- [tb]: "" --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| _Description_ | ||
|
|
||
| <!-- | VB6 | VBA | .NET | | ||
| | --- | ---------- | ---------- | | ||
| | | [vba][vba] | [net][net] | --> | ||
|
|
||
| <!-- [vb6]: "" --> | ||
| <!-- [vba]: "" --> | ||
| <!-- [net]: "" --> | ||
| <!-- [tb]: "" --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| _Description_ | ||
|
|
||
| <!-- | VB6 | VBA | .NET | | ||
| | --- | ---------- | ---------- | | ||
| | | [vba][vba] | [net][net] | --> | ||
|
|
||
| <!-- [vb6]: "" --> | ||
| <!-- [vba]: "" --> | ||
| <!-- [net]: "" --> | ||
| <!-- [tb]: "" --> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this permalink is to be stable for use from within the future IDE help system, it should begin with /tB.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you be happy with
/tB/Controls/CheckBoxor does it need any further hierarchy?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's exactly what I had in mind.