You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, February 19th 2010, 10:05am

EXE file Icon and Version Information

Hi there,

When I trying to Make a project (EXE file) I can't define a custom icon, why, is it possible to add custom icon to my EXE file?

A second issue is that when I fill out the Version information on Main Project Tab and then compile to EXE file, it doesn't show that information what I inputed in the Version fields, why?

See the attached image for better understanding my problem...



And please do not offer me to use any RES Editor software to do this kind of changes! :whistling:

Best regards,
Viktor
I think it will be a good replacement for VB6 after a little improvements and minor bug fixes... :rolleyes:

This post has been edited 2 times, last edit by "beic" (Feb 20th 2010, 2:01pm)


2

Sunday, February 21st 2010, 8:40am

You will find the answer here in this post Compiled EXE file Icon/Symbol :)

Best regards,
Viktor

I think it will be a good replacement for VB6 after a little improvements and minor bug fixes... :rolleyes:

This post has been edited 1 times, last edit by "beic" (Feb 21st 2010, 6:19pm)


A1880

Intermediate

  • "A1880" is male

Posts: 500

Date of registration: Jan 1st 2009

Location: Hanover, Germany

Occupation: Software Engineer

Hobbies: Hilbert Curves

  • Send private message

3

Sunday, February 21st 2010, 4:20pm

The post mentioned above is here.
Somehow the link ends up in an 404 error.

An overview article on version information in general and related APIs is here

This post has been edited 1 times, last edit by "A1880" (Feb 21st 2010, 6:15pm)


4

Sunday, February 21st 2010, 6:18pm

Hi A1880,

Thank you, link edited, my mistake!
:rolleyes:

Best regards,
Viktor
I think it will be a good replacement for VB6 after a little improvements and minor bug fixes... :rolleyes:

Menkaura

Beginner

Posts: 8

Date of registration: Aug 4th 2010

  • Send private message

5

Thursday, August 5th 2010, 5:08pm

Form icom bug

When trying to set a custom icon for the form icon property it assigns it to the form picture property therefore falls to display a form icon.




I must say this is a great application, with a few improvement and bug fixes this can go places. Development maybe spreeded up if it went open source

swissmade

Beginner

  • "swissmade" is male

Posts: 46

Date of registration: Aug 4th 2011

Location: The Netherlands

Occupation: Old Fasion Programmer

Hobbies: Play Music with my Bass

  • Send private message

6

Tuesday, August 30th 2011, 12:53am

Problem solve Icon in Form Bug

When trying to set a custom icon for the form icon property it assigns it to the form picture property therefore falls to display a form icon.
Maybe a little late but here the solution. ;)

Dim icon As Image = Toolkit.getDefaultToolkit().getImage("Res/your-imagename.jpg")
Me.Parent.setIconImage(icon)

Rate this thread
WoltLab Burning Board