Hi Everybody,


The VisualBasic version is 5.0

My application has a ListView control.

I am doing a full row select by using SendMessage and the style as

LVS_EX_FULLROWSELECT, for which you need Comctl32.dll's new version

which comes with I.E 4.0. ( I have this new version ).

Now the problem is when I do F5 in VB, it runs properly i.e.

the full row is selected in the Listiew. But if I make an EXE

of that application, the full row selection doesn't take place.

Does anybody knows, why this happens.


Thanks

Abhijit