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
J

jayvardhanpatil

@jayvardhanpatil
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How can you tell that it is time for a new career?
    J jayvardhanpatil

    The best time to consider a new career is when you are safely ensconced in your existing position.

    -------------------- Jayvardhan Patil

    The Lounge question career

  • How Microsoft does it?
    J jayvardhanpatil

    Dear All, I am creating a Image Library and want to know what can the best and standard procedure to do this. Concept is to have all the images needed by all projects (dlls and exes) in the product at a central place (in a single DLL) making it easy to distribute and maintain. There are 2 ways of doing this. 1) Creating a new project, add all the images to it using "Add Existing Item" and set Build Action=Embeded Resource for each image. OR 2) Creating a new project>Add new Item>Resources File and then adding all the images to it and setting Build Action=Embeded Resource for each image. Doing this will provide me a strongly typed DLL which will provide a property like access to all images. But .resx are mainly for localization. And here I am not localizing images. My question is what is the standard way of doing this? Do you guys know pros or cons of any of these methods? Is anybody there knowing how Microsoft do it??? (When they need to create an image library) Any links or articles for this? Most important is, will the second (2) way will have any negative effect on start up time? Regards, ---------------------------------------------------------------------------------- Jayvardhan Patil.

    Visual Basic question learning

  • How Microsoft does it?
    J jayvardhanpatil

    Dear All, I am creating a Image Library and want to know what can the best and standard procedure to do this. Concept is to have all the images needed by all projects (dlls and exes) in the product at a central place (in a single DLL) making it easy to distribute and maintain. There are 2 ways of doing this. 1) Creating a new project, add all the images to it using "Add Existing Item" and set Build Action=Embeded Resource for each image. OR 2) Creating a new project>Add new Item>Resources File and then adding all the images to it and setting Build Action=Embeded Resource for each image. Doing this will provide me a strongly typed DLL which will provide a property like access to all images. But .resx are mainly for localization. And here I am not localizing images. My question is what is the standard way of doing this? Do you guys know pros or cons of any of these methods? Is anybody there knowing how Microsoft do it??? (When they need to create an image library) Any links or articles for this? Most important is, will the second (2) way will have any negative effect on start up time? Regards, ---------------------------------------------------------------------------------- Jayvardhan Patil.

    C# question learning

  • How Microsoft does it?
    J jayvardhanpatil

    Dear All, I am creating a Image Library and want to know what can the best and standard procedure to do this. Concept is to have all the images needed by all projects (dlls and exes) in the product at a central place (in a single DLL) making it easy to distribute and maintain. There are 2 ways of doing this. 1) Creating a new project, add all the images to it using "Add Existing Item" and set Build Action=Embeded Resource for each image. OR 2) Creating a new project>Add new Item>Resources File and then adding all the images to it and setting Build Action=Embeded Resource for each image. Doing this will provide me a strongly typed DLL which will provide a property like access to all images. But .resx are mainly for localization. And here I am not localizing images. My question is what is the standard way of doing this? Do you guys know pros or cons of any of these methods? Is anybody there knowing how Microsoft do it??? (When they need to create an image library) Any links or articles for this? Most important is, will the second (2) way will have any negative effect on start up time? Regards, ---------------------------------------------------------------------------------- Jayvardhan Patil.

    .NET (Core and Framework) question learning

  • Extract Text from RTF File
    J jayvardhanpatil

    Hi, Use rich text box control. It has a rtf property to which you should set the rtf code and then in the text property of the rich text box you will get the plain code. But If u want a function or something then sorry I don't know. Jayvardhan Patil

    C#
  • Login

  • Don't have an account? Register

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