Topic: A darn day of coding  (Read 5651 times)

0 Members and 1 Guest are viewing this topic.

Iceman

  • Guest
Re: A darn day of coding
« Reply #20 on: February 14, 2004, 09:59:17 am »
there is an ! after the first system.drawing.dll.  Could that be it?

Toasty0

  • Guest
Re: A darn day of coding
« Reply #21 on: February 14, 2004, 10:17:52 am »
I think the problem is that I have a method instanciated but not defined.  

Best,
Jerry  

Iceman

  • Guest
Re: A darn day of coding
« Reply #22 on: February 14, 2004, 07:31:44 pm »
That was my second guess. lol

Toasty0

  • Guest
Re: A darn day of coding
« Reply #23 on: February 16, 2004, 12:54:18 am »
Welp, I found my problem.

I needed to add a line of code something like this:

m_objFont= new Font ("Verdana", (float)8.0, FontStyle.Regular);

Now I'm susing how to get the 3 controls of the form to print in their own area of the page.

Best,
Jerry