given that I have
USING Progress.Lang.*.
USING Progress.Windows.Form.
using System.*.
using System.IO.*.
using System.Drawing.*.
using System.Drawing.Imaging.*.
using System.Collections.*.
using System.ComponentModel.*.
using System.Windows.Forms.*.
using System.Data.*.
using System.Diagnostics.*.
using System.Text.*.
using System.Globalization.*.
using Microsoft.Win32.*.
is this a bad thing ?
It was working just fine. OEA hung, I killed it and restarted. Now the code won't compile
AAARRRRGGGHHHH !!
system.drawing.font worked (see the screenshot!), now it doesn't.
System.Drawing.Font now works
something must have flipped somewhere ...
Should it not be an uppercase Font? The first reference to a .Net clas must be cased correctly.
-- peter
something must have flipped somewhere ...
Sounds like it's about time to flip the top off a beer
-- peter
Just the first one? That's weird! I've never discovered that till now.