Results 1 to 2 of 2

Thread: [Help] New Label From Click

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    106

    [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
    Last edited by LoGiCAnti; May 3rd, 2010 at 10:19 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width