English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have 2 questions. First, I need to know how to have a picture for the icon when my program installs. Also, I need the whole process of adding on to an exsisting program. I hgave made the changes and coded everything, but I don't know how to update the current version of the program. When I publish the program, it says version 1.0.0.0. So I wondered if I could upgrade it, or if I would have to publish it all over again and install it again.

2006-09-29 09:02:12 · 1 answers · asked by Justin C 1 in Computers & Internet Programming & Design

1 answers

If you're talking about an icon for the .exe itself, you can do this through the Form's properties. But it actually sounds like you might mean a splash screen, which is a bit more complex. In this case, search http://www.codeproject.com/ for "splash screen" for a few good options.

As for your second question, the version is set as an attribute in the AssemblyInfo.vb file. Just open this and modify the line.

2006-09-29 12:50:08 · answer #1 · answered by Dr.Mr.Ed 5 · 0 0

fedest.com, questions and answers