Open Image from solution folder vb.net -
i need open image solution folder (the name of folder images) image copied directory, tried this:
dim src string = "../images/logos/" & imagename dim myimage system.drawing.image = system.drawing.image.fromfile(src)
but no works, works if put directory path like: c:/.../imagename.jpg
go 2 directories... (solution folder\bin\release)
dim src string = "..\..\images\logos\" & imagename
Comments
Post a Comment