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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Shell Extention

Shell Extention

Scheduled Pinned Locked Moved C#
visual-studiohelpcsharplinux
2 Posts 2 Posters 0 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.
  • A Offline
    A Offline
    aurelcly
    wrote on last edited by
    #1

    Good afternoon. I currently write application to hook copy,cut,paste using ICopyHook whit visual studio 2008. When I compile my application I have compil error CComModule can't not instantiate abstract class... I try same code I found in codeproject compile whit vs 2005 and using vs 2008 I have same error. Can you help me please thank you.

    K 1 Reply Last reply
    0
    • A aurelcly

      Good afternoon. I currently write application to hook copy,cut,paste using ICopyHook whit visual studio 2008. When I compile my application I have compil error CComModule can't not instantiate abstract class... I try same code I found in codeproject compile whit vs 2005 and using vs 2008 I have same error. Can you help me please thank you.

      K Offline
      K Offline
      Keith Barrow
      wrote on last edited by
      #2

      You need to post your code, in <pre> tags

      aurelcly wrote:

      I have compil error CComModule can't not instantiate abstract class

      This indicates that you are trying to create an instance of a class that is marked

      abstract

      , which is impossible. Without the code it is we can't tell why this is happening.

      Dalek Dave: There are many words that some find offensive, Homosexuality, Alcoholism, Religion, Visual Basic, Manchester United, Butter.

      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