0
Visual studio form application publishing help
1.I published a game i created in windows form and it created a file with the game ,the form opens but it cant load the rest of the game because it contains images and sounds that are not in the published file,i tried to put the images in the folders of the file but it dosn't work,what do i need to do?How i publish the form with the images on it? 2.Afrer i fix the problem,where and how can i publish the game in the internet?
4 ответов
+ 1
1. open solution explorer
2. find Properties and click on it
3. find Resources and double click on it
4. find Add resource and choose your photo in your project folder
+ 1
_yaroslavv i didnt knew thats what you ment,ill try it ,thanks
0
Try to add pictures in Properties and then you can write "photo.png" rather "./photos/photo.png"
0
_yaroslavv i am using "name.png" without a path for a specific location,and i tried to put the images in all the folders that the app has made after publishing it,each time a different folder and it still didn't work