Results 1 to 6 of 6

Thread: general questions...some1 plz answer

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2001
    Location
    Parts Unknows
    Posts
    38

    general questions...some1 plz answer

    will some1 plz answer this, i know this is a stupid question, but ohh well

    what exactly is directx stuff??? i know that it comes with visual basic and i have tried to mess around with it but i never get anywhere...can some1 plz help.

  2. #2
    Zaei
    Guest
    DirectX or ActiveX? DirectX is a multimedia API, that allows 2D and 3D graphics, Audio, input, multiplayer, and video playback. Many games are programmed using it for these things.

    ActiveX allows a programmer to create reuable controls for use in many different applications, thorugh COM.

    Z.

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2001
    Location
    Parts Unknows
    Posts
    38
    thanks....i meant activex.....do it makes commands that are reusable...could u give me an example of when u would use that?

  4. #4
    Zaei
    Guest
    ActiveX controls allow you to encapsulate functionality into a simple container. The controls in VB are similar, but not quite the same. When a control is finished, you can use it in several projects, without having to rewrite everything again.

    Z.

  5. #5
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    No activeX is rather more usefull because of language independent object based communication between applications, otherways you could use regular dll's.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  6. #6

    Thread Starter
    Member
    Join Date
    Oct 2001
    Location
    Parts Unknows
    Posts
    38
    so is the programming for activex the exact same as visual basic???

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