|
-
Oct 16th, 2001, 02:49 PM
#1
Thread Starter
Member
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.
-
Oct 16th, 2001, 02:57 PM
#2
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.
-
Oct 16th, 2001, 04:13 PM
#3
Thread Starter
Member
thanks....i meant activex.....do it makes commands that are reusable...could u give me an example of when u would use that?
-
Oct 16th, 2001, 04:29 PM
#4
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.
-
Oct 16th, 2001, 05:25 PM
#5
transcendental analytic
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.
-
Oct 17th, 2001, 10:29 AM
#6
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|