votes
Cannot implicitly convert type 'string' to 'System.Drawing.Size'
I've searched around, and I'm not finding a solution to this one so I figured I'd ask you bright people: Trying to pull form size information out of a database and pass it to a form upon instance. The relevant code in the parent form ...
