Using ADOX or other active X components

  • Thread starter Thread starter J L
  • Start date Start date
J

J L

I hope this is not a dumb question....

If I use ADOX or an Active X component in my application, when it is
deployed does it have to be registered as was the case with VB6 apps?

The bottom line question I guess, is if I use these older components
will I still be able to XCOPY install...e.g. from a network drive to a
desktop given the desktop has the correct .Net framework already
installed?

Hope that makes sense and that I am not confusing issues with ADOX and
Active X controls etc.

TIA,
John
 
¤ I hope this is not a dumb question....
¤
¤ If I use ADOX or an Active X component in my application, when it is
¤ deployed does it have to be registered as was the case with VB6 apps?
¤
¤ The bottom line question I guess, is if I use these older components
¤ will I still be able to XCOPY install...e.g. from a network drive to a
¤ desktop given the desktop has the correct .Net framework already
¤ installed?
¤
¤ Hope that makes sense and that I am not confusing issues with ADOX and
¤ Active X controls etc.

Yes, the ActiveX component and any of its dependent files would still need to be installed and
registered.


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Back
Top