I have an app which I wrote in VB4 which writes text to a picturebox.
The program ran perfect when compiled in VB4.
I have now recompiled onto a different machine with VB6 and the program is now antialiasing the text which it writes to the picture box.
How do I prevent VB6 from antialiasing the text I am writing??
I am using a simple Picture1.Print "Text" command.
The program ran perfect when compiled in VB4.
I have now recompiled onto a different machine with VB6 and the program is now antialiasing the text which it writes to the picture box.
How do I prevent VB6 from antialiasing the text I am writing??
I am using a simple Picture1.Print "Text" command.