Results 1 to 4 of 4

Thread: new to delphi..

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2002
    Location
    Philippines
    Posts
    877

    new to delphi..

    Hi,

    I am newbie to delphi... i want to ask if there is available like on vb MSDN Library? or any good tutorial on delphi?

    by the way, i want to ask some question for delphi user

    how you code this into delphi?

    vb code:

    Code:
    Private Sub cmdOpenForm2()
        Form2.Show(vbModal)
    End Sub
    Code:
    Private Sub cmdCreateCOM()
    Dim i as integer
       for i = 1 to 100
          Combo1.Additem("COM" & i)
       Next i
    End Sub
    Code:
    Private Sub cmdClose()
      Unload Me
    End Sub
    Code:
    Private Sub cmdEnd()
      End
    End Sub

  2. #2
    Hyperactive Member Jenova's Avatar
    Join Date
    Feb 2006
    Location
    Googleplex
    Posts
    413

    Re: new to delphi..

    There are plenty of tutorials out there can help you learn delphi, here are some of many:



    Hope this helps

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2002
    Location
    Philippines
    Posts
    877

    Re: new to delphi..

    Quote Originally Posted by Jenova
    There are plenty of tutorials out there can help you learn delphi, here are some of many:



    Hope this helps
    Thanks

    by the way, can you help me with my question?

    Thanks

  4. #4
    Hyperactive Member Jenova's Avatar
    Join Date
    Feb 2006
    Location
    Googleplex
    Posts
    413

    Re: new to delphi..

    I have not really had any experience with Delphi so i wouldn't be able to convert your code. However the articles that i posted above should help get you started though.

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