Insert logo in a form

Guest
Hello all,

How to insert my company logo in a form.

Cheers,
Sesi.
 
sesikala540@gmail.com wrote, on 06/01/09 12:50:
Hello all,

How to insert my company logo in a form.

Cheers,
Sesi.
If this is IC61, you can use hiLoadIconFile and then use that as the icon in
your forms - for example for buttons and so on. This supports (say) png files
and other formats.

If using IC5141 you have to use something like hiStringToIcon to build the icon,
and then use that.

Regards,

Andrew.
 
Hello Sir,
I am using IC 5.1.41.But I want to insert my company logo which is
in png format.
Using hiStringToIcon I am not able to create good looking logo.
Please , Can you provide any other alternative to insert this png
image in the form.
Cheers,
Sesi.
 
In article <d8a8747b-09b7-4361-92f7-cd492ebeb773@g37g2000yqn.googlegroups.com> sesikala540@gmail.com writes:
Hello Sir,
I am using IC 5.1.41.But I want to insert my company logo which is
in png format.
Using hiStringToIcon I am not able to create good looking logo.
Please , Can you provide any other alternative to insert this png
image in the form.
Unfortunately, in IC 5.1.41 you won't be able to use a png image.

hiStringToIcon() and dlDlistToIcon() are really your only choices in that
release. In the 6.1.X releases, we support loading files for icons in Skill,
but not in 5.1.41.

-Pete Zakel
(phz@seeheader.nospam)

"Honesty pays, but it doesn't seem to pay enough to suit some people."

-F. M. Hubbard
 
Pete nospam Zakel wrote, on 06/02/09 19:42:
In article <d8a8747b-09b7-4361-92f7-cd492ebeb773@g37g2000yqn.googlegroups.com> sesikala540@gmail.com writes:
Hello Sir,
I am using IC 5.1.41.But I want to insert my company logo which is
in png format.
Using hiStringToIcon I am not able to create good looking logo.
Please , Can you provide any other alternative to insert this png
image in the form.

Unfortunately, in IC 5.1.41 you won't be able to use a png image.

hiStringToIcon() and dlDlistToIcon() are really your only choices in that
release. In the 6.1.X releases, we support loading files for icons in Skill,
but not in 5.1.41.

-Pete Zakel
(phz@seeheader.nospam)
You may also find that you can use one of the numerous image tools out there to
convert to another format - for example, an "X pixmap" - xpm format - which is
ASCII, and therefore relatively easy to hack into the input needed for
hiStringToIcon.

That's the approach I've used before in pre-IC61 releases.

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top