NotVerySharp
Member
- Joined
- Sep 7, 2021
- Messages
- 6
- Programming Experience
- Beginner
Hey, I'm super new to C# and I need some help. I couldn't really find what I needed exactly.
I have three forms, Main menu (Form 1), another form with just one button (Form 2) and another one with Adobe PDF Reader (Form 3).
I'd like to click the button in Form 2, call a method (OpenChildForm) in Form 1 that switches the form to Form 3, then inside Form 3 load a PDF (call method loadPDF()).
Source code.
Thanks for help!
I have three forms, Main menu (Form 1), another form with just one button (Form 2) and another one with Adobe PDF Reader (Form 3).
I'd like to click the button in Form 2, call a method (OpenChildForm) in Form 1 that switches the form to Form 3, then inside Form 3 load a PDF (call method loadPDF()).
Source code.
Thanks for help!