5
Answers

How to create an exe file form my program

Photo of oldbrother8

oldbrother8

20y
7k
1
I want to create an exe file from my own program, how can I do it? For example, I have a program App1. I run this program, and choose one picture form my local disk, then I input some comments into a input box. After that, I click the button "Create", A new exe file App2.exe will be created. If I run this program App2, I will see that the picture is displayed as the background of a pictureBox, the comments will be displayed also. How can I do this? My English is bad. Hope you have explained what is my question. Good luck to you all!

Answers (5)

0
Photo of Mykel Stone
NA 13 0 17y
Well, actually that wasnt the case, since it wasn't even printing out yet. It was actually a result of me increasing the DPI of the bitmap, and thinking I also had to adjust the position of my elements to compensate, this wasn't the case, so when I'd increase it above the point i could see it, it was really putting the content all over the place. So, no real issue, just stupid user error on my part.
0
Photo of Alan C Balkany
NA 23 0 17y
Just a guess: Maybe you're exceeding your printer's resolution, so its driver gives up on printing that image.