locked
Class Library RRS feed

  • Question

  • How can I add to a class library (.dll) various icons, images and others settings and configutation files to use from my program?

    Tuesday, July 12, 2011 6:50 PM

Answers

  • How can I add to a class library (.dll) various icons, images and others settings and configutation files to use from my program?


     Hello Hell-Zerg,


    if you might be interested I wrote an article on the creation and subsequent use of a dll in a project, the project written in C #, but the procedure of the dll and use always the same, the link below

    http://code.msdn.microsoft.com/Creazione-di-una-libreria-ec412ff4

     

    this example demonstrates how to create a class library to be used later in an application, and how to import it into your application, if you want to convert vb you can use this conversion  tool   .

     

    Bye

     

     


    Carmelo La Monica  http://community.visual-basic.it/carmelolamonica/
    • Marked as answer by Hell-Zerg Wednesday, July 13, 2011 6:13 PM
    Tuesday, July 12, 2011 7:02 PM
  • You should add a resource file to your Class Library and then you can added images and icons, etc to that resource file.
    Tuesday, July 12, 2011 7:27 PM

All replies

  • How can I add to a class library (.dll) various icons, images and others settings and configutation files to use from my program?


     Hello Hell-Zerg,


    if you might be interested I wrote an article on the creation and subsequent use of a dll in a project, the project written in C #, but the procedure of the dll and use always the same, the link below

    http://code.msdn.microsoft.com/Creazione-di-una-libreria-ec412ff4

     

    this example demonstrates how to create a class library to be used later in an application, and how to import it into your application, if you want to convert vb you can use this conversion  tool   .

     

    Bye

     

     


    Carmelo La Monica  http://community.visual-basic.it/carmelolamonica/
    • Marked as answer by Hell-Zerg Wednesday, July 13, 2011 6:13 PM
    Tuesday, July 12, 2011 7:02 PM
  • You should add a resource file to your Class Library and then you can added images and icons, etc to that resource file.
    Tuesday, July 12, 2011 7:27 PM
  • Thanks for help, have a nice day!
    Wednesday, July 13, 2011 6:30 PM
  • Hello Hell-Zerg,

    Thanks for help, have a nice day!


    you're welcome.

     

    Bye

     


    Carmelo La Monica  http://community.visual-basic.it/carmelolamonica/
    Wednesday, July 13, 2011 7:36 PM