Results 1 to 7 of 7

Thread: This post need help but is easier one!!!!i know

  1. #1
    Join Date
    Jun 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default This post need help but is easier one!!!!i know

    Iam trying to get this form...


    Main Menu



    [Getin] //button that says getin i want when i press this button it send me to another form



    [start]//button//i dont need help on this one!




    so it should look like this


    Main Menu



    [ Getin ] //button







    [start]//button






    the other form after clicking the "get in button"

    i will made it by my self but u can put a blank one there

    thank you =)

  2. #2
    Join Date
    Aug 2007
    Posts
    282
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    try making it yourself. there are plenty of tutorials in the 'tutorial island' section on forms and im sure that they could help you.

  3. #3
    Join Date
    Jul 2007
    Location
    UK
    Posts
    307
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Im begining to think the search button is a broken link?

    -- makeing a form is pretty easy stuff

  4. #4
    Join Date
    Jun 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well 1 thing in toturial island like u said they dont tell you about this the obnly tells you about how to make a form but no other uses like this q's and iam learning is kind easy and dificult and thanks anyweys....

  5. #5
    Join Date
    Jun 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [smilie=2,37,16]

  6. #6
    Join Date
    Jun 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [smilie=2,37,16]
    kool

  7. #7
    Join Date
    Aug 2007
    Posts
    282
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i dont understand what the difference of the start and gettin buttons are?
    but if the start skips the second form then do somthing like this:

    ok, basically, what you need to do is make the first form look how you want it. then make the other form look how you want it...

    then for the gettinbutton.onclick thing... use somthing like this:
    SCAR Code:
    procedure buttonclick(sender: TObject);
    begin
    frmDesign.Caption:= frmDesign.Caption + '.';
    frmDesign.ModalResult:= mrOk;
    clicked:= True
    end;

    then in the main loop use somthing like this:
    SCAR Code:
    begin
      form1;
      if clicked then
      begin
        form2;
      end;
    end.

    this will not work just like this, but it is basically how you need to do it

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. easier way to set x,y?
    By lemonfuzz in forum OSR Help
    Replies: 3
    Last Post: 05-31-2008, 01:58 PM
  2. Making Science Easier
    By Distort in forum News and General
    Replies: 0
    Last Post: 08-29-2007, 10:44 PM
  3. easier way to do this?
    By dvdcrayola in forum OSR Help
    Replies: 4
    Last Post: 08-26-2007, 12:56 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
  •