https://github.com/gagniuc/vb6-add-gui-objects-at-runtime
This Visual Basic 6.0 (VB6) demo shows how to make new objects at runtime. Shows how different types of objects (in this case a textbox object) can be created at runtime and whose properties can be modified as desired.
https://github.com/gagniuc/vb6-add-gui-objects-at-runtime
basic generate make objects runtime source vb6 visual
Last synced: 7 months ago
JSON representation
This Visual Basic 6.0 (VB6) demo shows how to make new objects at runtime. Shows how different types of objects (in this case a textbox object) can be created at runtime and whose properties can be modified as desired.
- Host: GitHub
- URL: https://github.com/gagniuc/vb6-add-gui-objects-at-runtime
- Owner: Gagniuc
- License: mit
- Created: 2021-11-04T17:13:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T07:15:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T07:31:51.032Z (9 months ago)
- Topics: basic, generate, make, objects, runtime, source, vb6, visual
- Language: Visual Basic 6.0
- Homepage:
- Size: 2.37 MB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# VB6 add GUI objects at runtime
This Visual Basic 6.0 (VB6) demo shows how to make new objects at runtime. Shows how different types of objects (in this case a textbox object) can be created at runtime and whose properties can be modified as desired.
# Screenshot
# References
- Paul A. Gagniuc. Markov chains: from theory to implementation and experimentation. Hoboken, NJ, John Wiley & Sons, USA, 2017, ISBN: 978-1-119-38755-8.