how to reference a file that was included in the project in vb.net

Posted by every_answer_gets_a_point on Stack Overflow See other posts from Stack Overflow or by every_answer_gets_a_point
Published on 2010-04-09T18:04:20Z Indexed on 2010/04/09 18:13 UTC
Read the original article Hit count: 217

Filed under:

i have some picture files that were included in a vb.net project

how do i reference those files in my code?

what it be just filename.ext

or would it be project/filename.ext

or would it be something like environment.getfolderpath.project/filename.ext??

the build action is NONE, and it is to be copied to output folder

© Stack Overflow or respective owner

Related posts about vb.net