Hi everybody!
I'm trying to create dialog box for creating new layer, I googled everything I could remember, but I can't find anything.
Set newLayer = ThisDrawing.Layers.Add("NameOfNewLayer")
should create new layer, but how to define color or weight or type of lines?
P.S. I'm using VB6...