Referencing control on one form from another form VB.NET
- by Tom
My gosh man, why is this so complicated in VB.NET? As you can guess, I'm kind of new to .NET and just want to reference a control on one form from another.
Usually I would just do Form.Control.Property but that doesn't work and every example I've found through Google doesn't work for me.
It just seems overly complicated with public classes, etc.…