Active X control With VB

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul T

    Active X control With VB

    Hi,
    I am new with Active X control With VB.I am using VB to create a small
    application(cli ent-server) to read commPort and It works fine.But,
    when I create Application with Active X control ,It only works with
    the machine that has installed VB. Thank you in advance for help!

    Thank You!

    Paul
  • Stephane Richard

    #2
    Re: Active X control With VB

    Hi Paul,

    You need to "install" the application you developed...loo k at the deployment
    wizard that comes with VB....

    This will register all OCX controls that are needed and enable their usage
    on other machines without needing Visual Basic installed itself.

    --
    Stéphane Richard
    Senior Software and Technology Supervisor

    For all your hosting and related needs
    "Paul T" <phuocpaul@yaho o.com> wrote in message
    news:8b0f672c.0 307171514.6aef6 47e@posting.goo gle.com...[color=blue]
    > Hi,
    > I am new with Active X control With VB.I am using VB to create a small
    > application(cli ent-server) to read commPort and It works fine.But,
    > when I create Application with Active X control ,It only works with
    > the machine that has installed VB. Thank you in advance for help!
    >
    > Thank You!
    >
    > Paul[/color]


    Comment

    • Paul T

      #3
      Re: Active X control With VB

      Hi Richard,
      Thank you very much for your help. I try with your advice, but it does
      not work yet. I got message "Can't Create Object". I am using IE
      brower 5.0. Does it mater?

      Paul

      Comment

      Working...