SUMMARY
This discussion focuses on passing variables between forms in Visual Basic 2008, specifically for printing purposes using the PrintForm component. The user expresses familiarity with similar concepts in VBScript and ASP but seeks guidance on implementing this in VB 2008. A suggestion is made to declare public variables in modules as a potential solution for variable sharing between forms.
PREREQUISITES
- Understanding of Visual Basic 2008 syntax and structure
- Familiarity with the PrintForm component in VB 2008
- Knowledge of variable scope and declaration in VB
- Basic concepts of form handling in Visual Basic
NEXT STEPS
- Research how to declare public variables in VB 2008 modules
- Explore the PrintForm component documentation for advanced printing techniques
- Learn about form events and how to handle data transfer between them in VB 2008
- Investigate best practices for managing state in Windows Forms applications
USEFUL FOR
Visual Basic developers, particularly those working with VB 2008, and anyone looking to implement inter-form communication for printing tasks.