Jump to content

ActiveX !

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
13 replies to this topic

#1
AndrejCro

AndrejCro

    Newbie

  • Members
  • PipPip
  • 23 posts
Hello world!
If anyone can explain me and give me some hints about what is ActiveX...
how can i make it?
what are its limits?
what is it used for?
whats the difference between activex and dll?

thank you, please help me expand my programing knowledge :) !

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
ActiveX is a Windows technology.

A dll is a dynamic linking library.

Ultimately, a dll provides you additional functions you can use, and ActiveX is one such collection of functions.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Guest

Guest

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,414 posts
ActiveX - Wikipedia, the free encyclopedia
Root Beer == System Administrator's Beer
Download the new operating system programming kit! (some assembly required)

#4
AndrejCro

AndrejCro

    Newbie

  • Members
  • PipPip
  • 23 posts
can you give me a common example of dll and activex?

#5
Guest

Guest

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,414 posts
ActiveX: Let me google that for you

DLL: Let me google that for you
Root Beer == System Administrator's Beer
Download the new operating system programming kit! (some assembly required)

#6
AndrejCro

AndrejCro

    Newbie

  • Members
  • PipPip
  • 23 posts
haha, i am googling right now, thanks anyway lol =)

why do we need .dll anyway.. cant we write our own functions inside exe ?

#7
Guest

Guest

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,414 posts
DLL files can be linked to different executables to easily provide functions for them. For example if you make a DLL that has a special function, it's easy to provide that function into any executable you want.
Root Beer == System Administrator's Beer
Download the new operating system programming kit! (some assembly required)

#8
AndrejCro

AndrejCro

    Newbie

  • Members
  • PipPip
  • 23 posts
ok, now for example, how can i make my program read .mp3 files?
i can use windows media player .dll right ?
or will it just link my program to wmp?
or will it magically let me play mp3?

help ! im confused! =(

#9
AndrejCro

AndrejCro

    Newbie

  • Members
  • PipPip
  • 23 posts
guest, may i have your msn? i really need some help because i am making a nice game without having knowledge about dlls and i really want to go to the next step

#10
Guest

Guest

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,414 posts
My knowledge about Windows and the specifics of DLL files is lacking, someone else here may be able to help you.
Root Beer == System Administrator's Beer
Download the new operating system programming kit! (some assembly required)

#11
Blimp

Blimp

    Programmer

  • Members
  • PipPipPipPip
  • 154 posts
Can i remind everyone this is the visual basic programming forum , Are you suggesting your creating a game in Visual basic 'Andrejcro'?. If so you are wasting your time.. try visiting the game creators , they offer free software with a very nice GUI here are the links:

The game creators:
The Game Creators - Home

FPS creator Trial:
The Game Creators - FPS Creator Trial

Unity (Off topic , but its amazing for creating games):
UNITY: Game Development Tool

Maya (For creating 3D Models)AUTODESK:
Maya 3D Animation, Visual Effects, and Compositing Software - Autodesk

If you want to know more , please dont post in the Visual basic forums , email me instead!.

#12
AndrejCro

AndrejCro

    Newbie

  • Members
  • PipPip
  • 23 posts
thank you Blimp! i am making a simple game.. yes, vb isnt used for creating games and i know that but with this project i learn even more about vb.. =)

Attached Files