3 Replies - 440 Views - Last Post: 12 June 2012 - 11:10 PM Rate Topic: -----

#1 elico  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 7
  • Joined: 11-June 12

VB6 APP is it an exe file ?

Posted 12 June 2012 - 03:30 PM

Hi all

Does VB6 produce an exe stand alone program as the final app ?
If not then what kind of file is produced as the final app done with VB6 ?

Thanks
Elico
Is This A Good Question/Topic? 0
  • +

Replies To: VB6 APP is it an exe file ?

#2 GunnerInc  Icon User is offline

  • "Hurry up and wait"
  • member icon




Reputation: 727
  • View blog
  • Posts: 1,991
  • Joined: 28-March 11

Re: VB6 APP is it an exe file ?

Posted 12 June 2012 - 03:33 PM

VB6 can create an exe, dll and active x controls. Stand alone? No not really, your final program, dll, or active x control all rely on the VB Runtime. Shouldn't be a problem though, VB6 has been around long enough I believe the runtime is included in newer OS's.

Why VB6 though? It is a bit outdated.
Was This Post Helpful? 0
  • +
  • -

#3 BobRodes  Icon User is offline

  • Your Friendly Local Curmudgeon
  • member icon

Reputation: 562
  • View blog
  • Posts: 2,935
  • Joined: 19-May 09

Re: VB6 APP is it an exe file ?

Posted 12 June 2012 - 08:39 PM

VB6 runtime is included in Windows 2000 and later. ActiveX controls are .ocx files.

There are usually lots of files that have to go along with an .exe file made with VB6: the VB6 runtime as already mentioned, any .dll or .ocx files it references, possibly resource (.res) files, configuration files, database files, and so on. You need to create an installation package, not just copy files.
Was This Post Helpful? 0
  • +
  • -

#4 elico  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 7
  • Joined: 11-June 12

Re: VB6 APP is it an exe file ?

Posted 12 June 2012 - 11:10 PM

thanks
Elico
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1