An open API service indexing awesome lists of open source software.

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.

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.