Link to home
Start Free TrialLog in
Avatar of captainklink
captainklink

asked on

icons . . .

I have written a program in delphi 3, under win98. It has several icons in it, on a treeview, on buttons, etc. However, on some win95 computers, these icons fail to show up, what is wrong??

thanks
Avatar of rwilson032697
rwilson032697

This is often caused by the video acceleration in particularly S3 video carsd. Try reducing the accelleration for the card via the pariticular control you have for it.

You should be able to download updated drivers...

Cheers,

Raymond.
ASKER CERTIFIED SOLUTION
Avatar of men xin
men xin
Flag of China image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Note:

menxin's answer would only apply if the icons in question are 'standard' windows icons - contained in comctrl32.dll.  If this is the caes then you would need to either extract the desired icons (might have legal probs for redistribution) or ensure, as menxin said, that each system has the same version of the .dll


GL
Mike
captainklink:

Delphi 's imagelist have a bug,but it has not existed in the new version.Have you install the patch for delphi?

menxin
Avatar of captainklink

ASKER

thanks, it works now!