I'm a VB.NET "newbie". I want to use AntiAlias, but every thing that I try
the compiler doesn't like. Sometimes it will suggest a change, but when I
change it, it doesn't like that either! Weird! I can't win!
So far, I have "Dim objSmoothing AS
System.Drawing. Drawing2D.Smoot hingMode.AntiAl ias". On the next line I have
"objSmoothi ng =" No matter what I try after the equals sign, the compiler
doesn't like it!
So, what do I put after the equals sign that the compiler will like & not
complain about? Thank you. David
the compiler doesn't like. Sometimes it will suggest a change, but when I
change it, it doesn't like that either! Weird! I can't win!
So far, I have "Dim objSmoothing AS
System.Drawing. Drawing2D.Smoot hingMode.AntiAl ias". On the next line I have
"objSmoothi ng =" No matter what I try after the equals sign, the compiler
doesn't like it!
So, what do I put after the equals sign that the compiler will like & not
complain about? Thank you. David
Comment