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. C#
  4. asmblly and an aboutBox

asmblly and an aboutBox

Scheduled Pinned Locked Moved C#
question
3 Posts 3 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.
  • B Offline
    B Offline
    barak160487
    wrote on last edited by
    #1

    hi. I want to build an aboutBox DLL, which get any kind of project(project assembly) and show it on the aboutBox. how do I do it?

    A 1 Reply Last reply
    0
    • B barak160487

      hi. I want to build an aboutBox DLL, which get any kind of project(project assembly) and show it on the aboutBox. how do I do it?

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      You Can Easily Do it using Reflection !!! There is a Assembly Class. Usign That you can retrive all inforamtion runtime. You can also Check Assembly Values in Solluation Explorer > Properties > Assemblyinfo.cs If any Query You can Ask me !!!! Good Luck !!!

      Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"

      D 1 Reply Last reply
      0
      • A Abhijit Jana

        You Can Easily Do it using Reflection !!! There is a Assembly Class. Usign That you can retrive all inforamtion runtime. You can also Check Assembly Values in Solluation Explorer > Properties > Assemblyinfo.cs If any Query You can Ask me !!!! Good Luck !!!

        Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"

        D Offline
        D Offline
        dwilliss
        wrote on last edited by
        #3

        You can use AppDomain.GetAssemblies() to get a list of the Assemblies which have been loaded into the program. Does anybody know how to get a list of the assemblies (dlls) which an application will use even if it hasn't loaded them yet?

        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