Starting Program Without Installing Dot.net 4?
Aug 4, 2010
I was wondering if it was possible to start an application from USB stick without the need of installing the dotnet framework on the system? Like implement the framework in the application or install it on the USB stick itself.
View 6 Replies
ADVERTISEMENT
Sep 9, 2009
I created a program and published it using the wizard through the "Property" in menu.
When I used the Published program to Install it in my same computer it got installed in "StartMenu".
I didn't get the option to select the Drive for Installing it like what we get when installing other program.
how to make that option to appear on installing the program?
View 8 Replies
Dec 15, 2010
how I would install a program from a combobox, for example, I select an option inside a combobox like 'adobe reader', click the install button, and it installs the selected option? (all programs will be stored in a share or directory).
View 5 Replies
Jun 21, 2010
The environment: Windows Server 2008 x64; VS 2010I have a Solution developed in VB which when ran from VS (both in Debug and Release mode) works fine, no exceptions whatsoever
View 9 Replies
Jun 30, 2011
I am executing a autoit script when autoit is installed in the system by using the following code
objProcess = New System.Diagnostics.Process()
objProcess.StartInfo.Arguments = "abc"
objProcess.StartInfo.FileName = "Z:Scripts est.au3"
objProcess.Start()
But I need to do same by giving a path to a unzipped files instead of installing it on system. e.g My autoit path where I extracted files are z:Softwareautoit3.exe and my scripts path is "Z:Scripts est.au3".
View 2 Replies
Feb 19, 2011
You know, you see an agreement part when installing programs. I created a VB.net program and built a setup. Now, I want to add an agreement part in installation process that wants user agree the Terms of Use to continue the installation. How can I do that?
View 2 Replies
Jul 2, 2009
sometimes when we install our soiftware developed in VB6 under XP the error deletefile failed code 5 an error occured while trying to replace this file access denied c:windowssystem32shdocw.dll it does not happen all the time about 755 but if you click ignore the program installs perfectly and runs fine.
View 1 Replies
Apr 30, 2011
Ok, I have just created build a software (Deployment) in VB.net. However, when I click on the icon open the program after installing, to my utter amazement, the program folder XXX-->Next-->Add an additional file-->Next-->Finish
View 3 Replies
Aug 20, 2009
I am trying to add a funktion to my Program that adds a desktop shortcut when installing.I get a shortcut but it doesnt behave as the program meny shortcut.It doesnt check for newer versions as tje program meny shortcut does.I've been looking at other code but I dont understand how it works. And I dont get it to work.[code]
View 4 Replies
Oct 24, 2011
I have several fonts I want to include in my program to be used, or just want to put them in a folder with my program, or some method of adding them to the program without having to install it on any PC that I want to use the program on.
So basically I want to Either
A. Include the fonts in the program so the program can use them
B. Find a way to have the program use the fonts without them being installed on the PC.
View 8 Replies
Aug 14, 2010
I am trying to run a new process 9EXE) from a VB.NET program. Basically I am doing something similar to this:
Dim proc As New Process
Dim pi As New ProcessStartInfo
pi.FileName = CMD
pi.Arguments = ARG
pi.UseShellExecute = False
Code]...
View 6 Replies
Sep 17, 2009
I don't understand how I can get this to work!!!
Dim co As ConnectionOptions = New ConnectionOptions()
co.Username = "username"
co.Password = "password"
[Code]....
View 13 Replies
Jan 6, 2009
I am just starting to program with Visual Basic 2008. I would consider myself at a Beginner - Intermedite level of programming with VB and looking to get better. I noticed that in other language forums on this site that there were program suggestions but didnt see one here so I thought i'd ask.
View 2 Replies
Oct 20, 2011
I have an executable (EXE) that I would like to run from within my VB.NET program. I've looked into Process.Start("[PATH][EXE]"), where PATH is the path to my executable, and EXE is the name of the executable. However this throws an error, saying "The parameter is incorrect". I've managed to avoid this error with the following
[Code]....
View 4 Replies
Jan 28, 2011
I have used Visual Basic 2008 successfully before.Now i have installed Visual Studio 2010 and want to debug an application i am writing.When in the source code (VB) i can't add a breakpoint using F9 nor by ckicking in the leftmost margin. I can only open the breakpoint window after closing the source code and then add a new breakpoint.
Then when starting the program and when the program get to the breakpoint it stops and show the code with the arrow representing the next line of code to be executed. Then i should be able to step into the code using F8, but nothing happens.
I am using Visual Studio 2010 Version 10.0.30319.1 RTMRel with .NET Framework Version 4.0.30319 RTMRel under Windows XP Pro x86 with Service Pack 3.
View 3 Replies
Oct 18, 2010
I could not figure out the key to installing folders/subfolders/.rtf files during deployment/installation. The key here is to 'add' folders and subfolders to the project in solution explorer, then adding existing item (.text (.rtf files in my case) files) then selecting the .rtf file in solution explorer.go to its properties and under 'Build Action' select 'Content' (very Important!). Then under 'Copy to Output' select 'Copy if newer'!Then in code to access these files you use the following code:
Me.RichTextBoxDisplay.LoadFile(Path.Combine(Application.StartupPath, "KJV BibleOTExodusExodus KJV.rtf"))
Finally after 3 days of research and 2 days at the msdn forum picking peoples minds (smarter than mine) and lots of prayer, I got it!
View 5 Replies
Jan 8, 2012
I have a created window service and installed successfully. I have enclosed a exe file in service but it does not start .exe.
Protected Overrides Sub OnStart(ByVal args() As String)
System.Diagnostics.Process.Start("C:UsersDr.FazanDesktopDebugMacro Recording System.exe")
View 2 Replies
Nov 28, 2009
lock/delete this thread if you wish.
View 2 Replies
May 1, 2010
The title summarizes it pretty well. I'm trying to launch a program at the Form_Closing-event, but my debugger just says:
"A first chance exception of type 'System.IO.FileNotFoundException' occurred in Microsoft.VisualBasic.dll".
[code].....
View 5 Replies
Nov 17, 2009
I have built and deployed an application in VB2008. If I start the program from the start menu a new session will start and there 'll be multiple sessions of the same programming running. I dont want this behaviour! I want the program to start only when no other session of the same program is running. How can I do that in VB2008?
View 9 Replies
Nov 28, 2009
VS 2008 Starting a program with a chosen path
View 6 Replies
Mar 14, 2011
how to PROPERLY make a multi-tabbed or multi-window application that can handle file start requests.
For example, on startup my "Desktop Application" runs and sits there waiting for a task, either through the main menu, or for a file to display in a window. Now the problem is simple, how can I make this already running program load the dropped file (dropped on the executable (!)), instead of starting a new instance.
I understand I will have to check if the process is running, and if so, do some stuff with it. But the problem is passing the message to the active program.
Previously I used text files with paths/arguments in them, but I don't like the idea of the OS/program checking every 500 ms if a file is created in the "load this" folder...
Then I thought of sending a message using "Send Message", for example changing the text in a textbox and handle the "Text Changed" event, but is this reliable? Can any other program interfere with it?
So, basically I need the proper way of doing all of this. For example, Microsoft Visual Studio does this nicely, and no lag whatsoever...
View 2 Replies
Nov 17, 2009
How do I start writing a program that has 6 text boxes. A person would enter a member number if they have one, number of movies rented at $1.80 a piece. A Text box should then display Total Rental Price, and if a member number was entered, a 10% discount is given (the total of the discount shows up in another text box) and after there discount is applied the Amount Due is displayed in yet another Text Box.
My boxes are named:
memberNumberBox
moviesRentedBox
rentalPriceBox = $1.80
totalPriceBox
discountBox
amountDueBox
This is all supposed to happed when the customer clicks on a calculation button named: Button1
This is what I have so far, but I don't even know if this is correct, as I am getting 1 error relating to a name not being declared. Please help and clue me in to where to start!
Public Class Bonanza
Private Sub memberNumberBox_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles memberNumberBox.TextChanged
[CODE]...
View 3 Replies
Dec 3, 2011
I recently installed Visual Studio 2010 which caused the same error, every time i try to start the program i get this message. i am using windows 7 professional 64bit i only have one user account, and i am the computer administartor. every other program works fine but visual studio programs.
View 2 Replies
Aug 7, 2009
Is there a way to make an update for your program that the 'user' can update the app without re installing the whole program?
View 1 Replies
Jan 12, 2011
Had this matter on Xp machine and visual studio 2010 ultimate after windows update between december and january: even the simplest windows form program crash on start when starting for debug (inside Ide, F5) unless putting breakpoints on each line of the autogenerated (and marked as "debugger step thorugh") code.(see: [URL]) I was wondering if this matter affects only Xp machines, or if someone with Seven or Vista had same matter.
View 2 Replies
Jan 7, 2012
While installing the application that i build on Visual Basic VS 2010, the following error occurs.
"Unable to install or run the application. The application requires that assembly stdole Version 7.0.3300.0 be installed in the Global Assembly Cache (GAC) first. "
View 1 Replies
Nov 13, 2010
I have a sql file that i need to use with Visual Basic, im assuming i have to install it as i had to do that with a different sql file, the only difference between the sql file i have now and the other one i had is that the one i need to use with VB has only an sql file and does not have a database file that goes with it, this one is only an sql file. I have opened the file in SQL server management studio express and executed it over and over and it says (1 row(s) affected) (I have attached a screenshot) but nothing happens. If you look in the screenshot, on the left hand side you can see the "Pubs" database, that was the other sql file i had that had a database with it and it installed fine. Im really not sure what else to do with this.
[Code]...
View 14 Replies
Jun 9, 2011
I have an app that I've developed that has a vb.net front end and a SQL Server 2000 database backend. I currently have it running fine on my machine and it also installs fine on all the users that are inside the domain that the app was written in. When I try to install my application on another domain it hangs and doesn't even run the install script.
Has anyone ever experienced problems installing an app accross domains?
Is there something that I need to code differently to make it non-domain specific?
View 5 Replies
Jan 31, 2011
I get the following message when trying to install on some computers:
[Code]...
View 5 Replies