Author Topic: VB6 Help  (Read 1859 times)

Apocalypse

  • Autococker
  • Posts: 1463
VB6 Help
« on: July 12, 2008, 10:38:51 AM »
Does anyone know of any downloads to make VB6 create XP windows, buttons, etc.
Also do any of you know the prefixes for the internet controls?

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: VB6 Help
« Reply #1 on: July 12, 2008, 11:34:55 AM »
You need to create a 'manifest' file and put it in the same directory or embed it as a resource.

Apocalypse

  • Autococker
  • Posts: 1463
Re: VB6 Help
« Reply #2 on: July 13, 2008, 05:00:50 PM »
You need to create a 'manifest' file and put it in the same directory or embed it as a resource.
Umm.. I kind of just started using VB6 not that long ago so I'm still learning all the coding so I'm not really sure what you mean by manifest file and where to find one.

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: VB6 Help
« Reply #3 on: July 13, 2008, 06:01:20 PM »
Google never hurt.

http://lutrov.com/blog/xp-manifest-files/

I was on a PDA at the time, so I couldn't provide a link.

Apocalypse

  • Autococker
  • Posts: 1463
Re: VB6 Help
« Reply #4 on: July 13, 2008, 06:43:10 PM »
I couldn't save it as a manifest off of vb6 or am I not understanding properly but I did find correct naming procedures for internet controls on a guide.
« Last Edit: July 13, 2008, 07:26:25 PM by Apocalypse »

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: VB6 Help
« Reply #5 on: July 13, 2008, 07:42:54 PM »
You need to make it in a regular text editor.

Apocalypse

  • Autococker
  • Posts: 1463
Re: VB6 Help
« Reply #6 on: July 15, 2008, 08:22:18 AM »
Is a .xml is the same as a .manifest?

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: VB6 Help
« Reply #7 on: July 15, 2008, 09:32:02 AM »
A .manifest file is written in XML, so yes.

Apocalypse

  • Autococker
  • Posts: 1463
Re: VB6 Help
« Reply #8 on: July 18, 2008, 05:43:52 PM »
The .manifest/.xml doesn't work tried both extensions my .exe won't even open with it their.