how to include ocx in vb project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Swan
    New Member
    • Mar 2008
    • 27

    #1

    how to include ocx in vb project

    Hi,can anyone plz tell me how to include ocx in vb project.Thankin g you!
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Select the desired OCX file from Project ------> components menu.

    If it is not in the list browse and add the file .

    Comment

    • Swan
      New Member
      • Mar 2008
      • 27

      #3
      Originally posted by debasisdas
      Select the desired OCX file from Project ------> components menu.

      If it is not in the list browse and add the file .
      is there any need to register ocx?

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        Copy the file to c:\windows\syst em32 folder

        then run the REGSVR32 key to register the component with the OS.

        Comment

        Working...