Results 1 to 5 of 5

Thread: I'm a beginnar in this part

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    Bahrain
    Posts
    1

    Angry

    Hi Every body ..........

    I want from my freinds just to give me an introduction about the API Files and how can I play with them and change the contents or any thing else ......

    I really
    I'm waiting ..... O.K.

  2. #2
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628
    api is the application programming interface. Think of the API as a bunch of built-in windows subroutines and functions. All you do is declare them. You don't "change their contents". You should start with something easy, like learning how to find the handle of a window. Nearly everything in windows has what is called a handle. Once you have that, you can do all sorts of things. Change window captions, window size, etc. OF OTHER PROGRAMS. Not just the windows of yours. That is what makes it so powerful. You could even change the program the window is in. I have personally taken the AOL chat room and moved it onto the desktop. And i have also taken Mirc32 and made it an aol child window. (using the setparent api call)
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  3. #3
    Addicted Member KrishnaSantosh's Avatar
    Join Date
    Feb 2001
    Location
    Coimbatore
    Posts
    210
    My Friend Lord Orwell Has Given A Good Introduction On APIs. However If You Are Interested, And You Want To Learn More EMail Me ::

    [email protected]

  4. #4
    Guest
    www.allapi.net and www.vbapi.com may help you understand API a bit more as well.

  5. #5
    Guest
    Those are just documentation on API's.

    If you want tutorials, take a look at the API section on this site.
    http://www.vb-world.net/api/

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