Gray Out The Install Button For The Program?
Jan 25, 2009I want to gray out the Install button for the program I'm making unless an item is checked, how would I go about doing that Here is the code for the Window
[Code]....
I want to gray out the Install button for the program I'm making unless an item is checked, how would I go about doing that Here is the code for the Window
[Code]....
How do I grey out the X button to close the window on the top right corner of the window?
View 1 RepliesI'm currently ussing the following code to change my buttons into orange once clicked but i would like to make it toggle between grey and orange so if clicked once it shows orange; if clicked again it shows grey and clicked again orange then grey orange then.
[Code]...
I have but a vb project and i have but 5 buttons on the main page i am trying to have so when you click on the button it will install an exe map program.
View 4 RepliesI'm looking to make a simple install wizard to install my program (I know Visual Studio 2010 already has an installer) but anyway, I would like to make it myself, kind of line reinvent the wheel?
View 3 RepliesIm having kind of trouble looking for this info, but i created a POS program that when i install it, it install under Local SettingsApps2.0labla
So what i want to know if how can i make my system install like any other program, "Under Program Files/POSystem/" like so
I had a few small programs that I bought from the internet and so I was building a program that will have all those program in one cd. I got that far that the program is almost done and it opens every program up with a press of a button. Now instaed of writing every product key down on the sheet or have VB open up a text file with the keys on it is there a way I can add the product key to the install with just by the press of a button?
View 13 RepliesI can get the program to easily, upon startup, look for updates and then install them. I want to have a button that the user can click that will check/install updates.
View 5 Repliescreating an install button. The button must be able to find a file from a folder and be able to place it in another folder. But the install button must also disable a checkbox when it itself is checked.
View 9 RepliesI have a program in vb express 2008 which I would like to publish in a little more professional manner than provided in the standard vb express package. I would at least like to include a "Terms of Use" document the user must agree to before installing the program. I have dovnloaded and installed web developer, c# and vs 2008. Do any of these include a professional installer? If not are there any free installer packages available? I am 72 and live on a limited budget so I cannot aford an expensive package for one program.
View 3 RepliesHow would you after the user install your program have it run? Is they code you can add to your program so after install it runs?
View 8 RepliesHow do you install VB Libs ? the .DLL's ?
View 6 RepliesI create the program using wndow vista. and i want to install it on other cmputer and it using wndow xp pro.
View 4 RepliesI recently finshed a program and made a finshed copy of it when I tested it on my computer it installed correctly but when I tryed to use it on a nother computer I got a error saying application download did not succeed.Check your network connection, or contact your administor or network service provider.[code]...
View 1 Repliesi programmed software in vb10 but i could not install it in windows xp?
View 6 RepliesI have a simple program that collects information from a database then sends the information to a .dll, which performs some calculations. I have figured out how to build and publish my application, but I'm not sure how to include the .dll. I'd like to put the .dll is a common folder (i.e. system32) when I install the program on a PC.
View 4 RepliesI have an Add-in to the environment of Visual Studio called NDasm that is located at the following web address
The question is how can I add it to the VS environment, they don;t show in the previous web pages
on an xp computer .. i used vb-2008 professional to create a program i then used the (setup-wizard) to create the files and folders to deploy the program on a CD.i followed the walkthrough documentations on how to use the (setup-wizard) .. but when i install the program on a different xp machine .. i get the following message:
** the feature you are trying to use is on the cd **
** an installation package for (setup1.msi) can not be found **
here are the steps i took to create the deployment setup files:
.. i added a (setup-project) to my solution .. called (setup1).
.. on the (choose-project-output-to-include) screen of the (setup-wizard) ..
.. i selected .. (primary-output-from-MyProgram).
[code]....
I have made a program with vb.net and I want that program to run when the windows start up. I don't know the code. I want that program to add the window startup when he/she install the program.
View 2 RepliesI have made a program that i would like to install onto both 32- and 64- bit windows. If i create a setup for 86bit will it install on both?
View 3 RepliesI would like to create a program that would install a program depending on the checkbox selected.
View 3 RepliesI'm in Visual Basic to create an update center for the software I make.I must find out what the installation path of a program. Eg notepad (which I know), or another program.I can easily find the file of the updater (Application.ExecutablePath).
But how do I install so the path of a program
is there a way to create a program that installs multiple software, per say a program with multiple software packages/installs that you can install. kinda like a tool kit.
View 5 RepliesWhen I develop my app I have my db in
"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:db
emoteit.accdb;Persist Security Info=False;"
How could I handle that in a finished application that uses install program. I want my DB in the same directory as my app. How could i handle this in my app? so the path should be correct?
I put this question in the Click Once forum but I did not recieve a response
View 5 RepliesI'm wondered how to make program that not needed to install. Only click the icon and its working and resource folder too. When I'll do build program it makes program thats needed to install.
View 4 RepliesI have created setup file of my program & it shows error when I install it there in another pc which doesnt have visual studio. Even I have tried to install it there in another pc which has visual studio & it worked well. I am confused. It shows following error message: WindowsApplication1 WindowsApplication1 has encountered a problem and needs to close. We are sorry for the inconvenience. If you were in the middle of something, the information you were working on might be lost.It has what data does this error report contain link. From this link I have collected following information.[code]
We do not intentionally collect your files, name, address, e-mail address or any other form of personally identifiable information. However the error report could contain customer-specific information such as data from open files. While the information could potentially be used to determine your identity, if present, it will not be used.The data that we collect will only be used to fix the problem. If more information is available, we will tell you when you report the problem. This error will be sent using a secure connection to a database with limited access and will not be used for marketing purposes.
I built a Windows application and I created the setup file and it installs and runs like I want it to. I would like the application to install in a certain directory on the computer it is installing on. That means the setup has to create the directory and install the application in it.I also have folders with pictures and a sound file I would like it to install in a separate directory under the directory previously created.
View 2 Repliesit is these three files that you must copy to the computer that you want to install the program on?
View 3 Repliesi need to know how to make my Visual Basic program install onto the computer. right now my program is a simple .exe file and does not require instalation.
View 3 Replies