I want to pass a parameter to another form using to the form_load method.
For example,
Private Sub Form_Load(ByVal type as integer)
End Sub
Unfortunately, an error occurs when I type this.
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can’t 🙂
But you can load the form, then fill public variables on the form, and then call a sub that you make, or do the processing in the form_show