Hello VB users,
I am trying to place text in a circle with a transparent backcolor:
Script for the circle:
Graph.FillEllipse(myColor, X, Y, diamCircle, diamCircle)
The script for placing text on the circle:
Dim colorBlack As New System.Drawing.Color
Dim colorTrans As New System.Drawing.Color...