[Help] New Label From Click
hey i want to know is there a way to have a click set as much labels as you want like look at this fake code translate it to 2008
+ I WANT MULTIPLE LABELS
///FAKE//
Code:
private sub mark()
Dim Set as new label
dim cursorpostion as point
cursorpotion = Control.MousePosition.X.ToString() , Control.MousePosition.Y.ToString()
set.show
set.location = cursorpotion
end sub
private sub clickform()
mark
end sub
THZ ALOT SO <3 this website n cimmunity
Re: [Help] New Label From Click
For multiple labels - create a collection of labels and add as many as you want.