C#: Accessing image added to project folder
        Posted  
        
            by Petr
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Petr
        
        
        
        Published on 2010-03-09T08:21:29Z
        Indexed on 
            2010/03/11
            19:49 UTC
        
        
        Read the original article
        Hit count: 256
        
Hi, I would like to know following: I added the folder "Graphics" into my project and placed one BMP to it. Now I would like to load the image from my code, but I cannot figure out how. I know its simple with resources but is there a way without adding the image into resources? Thanks
© Stack Overflow or respective owner