Link to home
Start Free TrialLog in
Avatar of khlauster
khlausterFlag for United States of America

asked on

Regestring Microsoft ListView control

Hi, Experts!

I have Microsoft ListView control inserted in my dialog application(VC++ 6.0).
Do I have to take care of regestring this control when distributing my application?

Why and How?

Thanks in advance
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

You shouldn't need to register it.
Are you getting an error when installing on another PC?
Avatar of khlauster

ASKER

I did not try to install it yet

But if there is no need in regestring this control positively
then this issue is solved

please confirm
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru 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
I inserted this controls with insert ActiveX feature when you right click on a Dialog in resource editor.
Scrolled down and picked Microsoft ListView control

Do i have to regester one on other machines?

thanks
In this case it is possible that some Windows versions doesn't have the same control/version.
But why did you make this? You don't need to use those control, you can use standard CListCtrl object and forget about registering.
I have this control member var as
ClistCtrl m_pList;

How do implement CListCtrl object without insertion?
>Have this control member var as
>ClistCtrl m_pList;

Now I am really confused. CListrCtrl is not an ActiveX control.

>How do implement CListCtrl object without insertion?

I don't understand your question. Please rephrase.
Sorry for confusion, i just realize this list control can be inserted via resource editor...
thanx for clearing up the issue
I did not try to install it yet

But if there is no need in regestring this control positively
then this issue is solved

please confirm

Getting back the next morning - yes
ah but I see you have accepted another that says what I said.
AndyAinscow !

I am sorry, i thought you lost interest in my question :)

What can I do to repay?

Khlauster
Repay - just keep in mind the experts at the other end do do other things.  As individuals we can't always respond 24 hours per day.  There is the possibility to split points between experts if two or more have provided worthwhile information/assistance.

Personally I will make a comment in the question if I can't /won't continue helping.