Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. MScomm32.ocx

MScomm32.ocx

Scheduled Pinned Locked Moved Visual Basic
questiondiscussion
6 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Name Removed
    wrote on last edited by
    #1

    I am trying to use the use Mscomm32.ocx, but it gives me an exception stating that I don't have the liscense to use it, even after I use regsvr32 to register it. :confused: any thoughts?

    D 1 Reply Last reply
    0
    • N Name Removed

      I am trying to use the use Mscomm32.ocx, but it gives me an exception stating that I don't have the liscense to use it, even after I use regsvr32 to register it. :confused: any thoughts?

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      I take it your using VB6? This was a know issue that has nothing to to with the component registration. See this[^] Microsoft KB article for the fix. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      N 1 Reply Last reply
      0
      • D Dave Kreskowiak

        I take it your using VB6? This was a know issue that has nothing to to with the component registration. See this[^] Microsoft KB article for the fix. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        N Offline
        N Offline
        Name Removed
        wrote on last edited by
        #3

        Dave Kreskowiak wrote: I take it your using VB6? No, I am using VB .Net. Thanks for the link to the article, but it was for VB6. I am trying to use the version of the library under Windows\System32.

        D 1 Reply Last reply
        0
        • N Name Removed

          Dave Kreskowiak wrote: I take it your using VB6? No, I am using VB .Net. Thanks for the link to the article, but it was for VB6. I am trying to use the version of the library under Windows\System32.

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          Same thing applies. The license is for the design-time fix of the control, not VB6... What are you trying to use the Comm Control for anyway. There's already .NET libraries that can handle serial and parallel I/O without resorting to ActiveX controls, such as this[^] article on CodeProject. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

          N 1 Reply Last reply
          0
          • D Dave Kreskowiak

            Same thing applies. The license is for the design-time fix of the control, not VB6... What are you trying to use the Comm Control for anyway. There's already .NET libraries that can handle serial and parallel I/O without resorting to ActiveX controls, such as this[^] article on CodeProject. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

            N Offline
            N Offline
            Name Removed
            wrote on last edited by
            #5

            Thanks. I don't like using other people's code, but I will write my own library using the methods discussed in the article. Kyle

            D 1 Reply Last reply
            0
            • N Name Removed

              Thanks. I don't like using other people's code, but I will write my own library using the methods discussed in the article. Kyle

              D Offline
              D Offline
              Dave Kreskowiak
              wrote on last edited by
              #6

              What do you call using an .OCX file? It's just somebody else's code, but in this case, it's really old school code. I have to congratulate you on wanting to write your own class for Serial Comm. It's the best way to learn and to get all the features you want. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups