blah blah blah is here! blah blah » Close

0
votes
2 answers

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 ...

0
votes
0 answers

Does anyone know how to zoom a parent and all children?

I have a parent form (Form1) that holds four childForms (childForm1, childForm2, childForm3, childForm4). The childForms can get pretty big, and I'd like the user to be able to use the scrollwheel on their mouse to zoom the screen in and o ...

1
votes
1 answers

C# question - problems with cloning

Thank you very much for reading this. I've been programming for 15 years (VB, a lot of PHP, etc), but I've never considered myself a 'real' programmer. Mainly I'll build things that I need that are too specialized to be made by anyone els ...

Feedback