Results 1 to 3 of 3

Thread: My Second Form Attempt.

  1. #1
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default My Second Form Attempt.

    ok so i made a second try to make a form that is 100% and i think i have done about 5% of what i want and so long it looks like this.

    if someone could help me with these stuff i would be very happy

    *How to get the form to login after someone writes in theyr username&pass.
    *Multiplayer? No not yet but i will add Multiplayer so plz dont ask that when u post.
    *How to get a color picker to my form(s).

    thats all i need for the moment if U can help me i would happy and i think U will be for helping me Post here in this thread or add MSN Yanix1337@hotmail.com
    if u wana help me Or u can send me a PM.

  2. #2
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    sorry i havnt been answeering your im's but i am never at aim when u im me so one of these times i will be able to help you with all of that. I havn't tried color picker but i know it wont be that hard.

  3. #3
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Colour picker is easy. Just make a button and put something like this:

    SCAR Code:
    Button1.OnClick := @PickColours;

    Then, in the PickColours procedure you have something like:

    SCAR Code:
    procedure PickColours(Senders : TObject);
    begin
      PickColor(Colour1, x, y);
      EditBox1.Text := IntToStr(Colour1);
    end;

    Secet made a tutorial about this.
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. First Attempt
    By Harry in forum Graphics and Multimedia
    Replies: 5
    Last Post: 03-25-2008, 01:13 PM
  2. My First Ever Attempt!
    By Belt in forum First Scripts
    Replies: 4
    Last Post: 10-08-2007, 10:36 PM
  3. First Auto-Talker and First Form Attempt!
    By dudesareus in forum RS3 Outdated / Broken Scripts
    Replies: 12
    Last Post: 08-14-2007, 07:54 PM
  4. 3d attempt
    By jhildy in forum Semi Stupid Pictures
    Replies: 12
    Last Post: 08-08-2007, 01:56 PM
  5. My attempt lol
    By rotflmfwao in forum OSR Help
    Replies: 8
    Last Post: 07-16-2007, 05:01 AM

Posting Permissions

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