XP Treeview image

G

Guest

Preparing for a XP migration in about 4 weeks...

Problem:
In-House Dev App (.Net FW 1.1 - VB.net - Network Share) working OK on W2000..

On test XP test machines the Treeview image not showing...

Notes:
1. Running same Network share as W2000 machines....
2. Using Application.EnableVisualStyles
Application.DoEvents
in Sub Main....
3. Build was done on a W2000 OS...

Scratching the head over this one...
Any help appreciated...
 
S

Stu Smith

KeithO said:
Preparing for a XP migration in about 4 weeks...

Problem:
In-House Dev App (.Net FW 1.1 - VB.net - Network Share) working OK on W2000..

On test XP test machines the Treeview image not showing...

Notes:
1. Running same Network share as W2000 machines....
2. Using Application.EnableVisualStyles

Try using a manifest instead of EnableVisualStyles -- that function is
broken.
 
G

Guest

Hi Stu,

Thanks for the feedback...

Over the weekend the old light bulb went off when I wasn't even thinking
about the problem and of course you were on the right track....

The current CommCtl32.dll is not the newer XP version....
After commenting out EnableVisualStyles the images appeared on the XP
clients...

Regards...KeithO
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top