Visual Basic-setup Project And Database?
Apr 14, 2009
I make a program-application in visual basic and it work OK. When I pack my application in setup project and make the installation, the database(in program) it did not save a new data or any update. Where is a mistake ?
View 3 Replies
ADVERTISEMENT
Nov 15, 2010
i was developing Voice Chat Application in visual Basic .NET 2008 i try a lot methods to make installer for it :
1- i add Project Setup Project for my Project for Visual Studio 2008 Deploy & setup Type Projects and make it with output option and detect dependices
2- i try make it with Setup Factory 8.2.1
3- i try with MSI Factory 2.0
4 i try with Setup Factory 6.0
and after making installer copying it to my test virtual Machine or my friend lap and install it i get this error when try to run my application :
[Code]...
View 3 Replies
Jun 23, 2011
I have a disk created with Inno Setup 5 with a Visual Basic .Net project on it. It installs fine on my computer. I want to give this disk to a client for him to install on his computer. My understanding is that Visual Studio .Net Framework 3.5 or higher must be installed on his computer. Is this correct? How can I tell if Visual Studio .Net Framework 3.5 or higher is installed on his computer?
View 5 Replies
Jan 29, 2011
I have made an form in vb 2008 which uses the printform component to print my form. I can run the app on my PC as well as on my notebook. But I cannot run it on others' PC. Though PCs having Internet connection can download Visual Basic Powerpacks 1.2 from the setup, I want to install it on PCs having no internet connection.
View 1 Replies
Mar 8, 2010
i want to create a GUI which content a button and when the button is clicked, a signal B'0000 0001' send out through USB port.
my pc already can detect my hardware through USB port.
So, i just want to know how visual basic 2008 setup USB port function.
View 1 Replies
Jan 13, 2012
I am very new to Visual Studio Application Development. I'm mostly a DB guy. I used Visual Studio as a Report Designer, not much of an .Net guy though I can understand it. I am now asked to create a .net application and I'm trying to create a "Hello World" starter app. I opened my Visual Studio, click File-New Project and all I see is Business Intelligence Projects and Other Project Types. My step-by-step guide says choose Visual Basic, Windows Forms Application. But I can't see it as an option.
View 2 Replies
Dec 9, 2009
I am using: (copied from the/about vb studio window:
Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
[code].....
View 6 Replies
Jan 15, 2012
I want to use "OpenGL" in my project. Is it possible to associate it with "Visual Basic" application developed in Visual Studio 2010? If yes then how can we do it.
View 1 Replies
Jan 21, 2010
I am in process of writing a setup program that will reside in a USB stick.After inserting the Stick the VB2008E program starts (dont know how) and guides the technician to do certain tasks. As a part of this She/He needs to run a Setup.exe that resides in the same USB stick.
1- How do I define the drive letter of this USB stick.
2- How do I run the x:Setup.exe program without exiting the VB2008? The install process should begin after click of a button.
3- Would Autorun work on USB drives to run the program automaticaly?
4- How do I compile to make a single EXE file at the end?
View 1 Replies
Apr 30, 2009
I have a VB Windows Application in Visual Studio 2003 complete with it's own setup project. What I would like to do is during the installation of that project is to install a shortcut icon on the desktop that points to the location of the .exe file that was just installed on the user's machine. Unfortunately this option in the setup is not easy to find (at least to me) on Visual Studio 2003. What would I need to do in order to get that shortcut icon to pop-up automatically?
View 3 Replies
May 4, 2010
[code].....
View 3 Replies
Feb 3, 2011
I've created a setup project for a VB.NET 2010 application that I've written. The application, and the installer both work fine on my development machine.The installer works fine on other machines, but when I run my application it immediately crashes and dies without telling me anything useful. I've tried it on Windows 7, Windows XP, and Windows Vista machines... and all had the same problem, so I think it's more of a package configuration issue than a machine-specific problem.Here's the most useful information that I was able to get out of it:
[Code]...
View 1 Replies
Feb 1, 2010
Using Visual Basic in Visual Studio 2008. I have students zip the folder for a vb project and send it to me. Then I unzip and add it to a project of mine. It will not open any of their work as the path has changed. I can't even see the code. If they send me the code only then I have to recreate the forms. They also have problems saving it on a jump drive, then moving that jump drive to a different computer as the drive letter changes. I have looked for help and it states to go to icons that I can't find in studio 2008. Using the open existing project gives the same result as the path has changed. Is it impossible to give someone else an existing project? I have gone in the import/export options but have run out of guesses.
View 5 Replies
Jun 19, 2010
telling that how can i run a project of visual basic 6.0 on network(LAN) databse will be on 1 system only...
View 2 Replies
Jun 20, 2011
I am about to start up a new project using Visual Basic .Net Express 2008 and I was wondering if I should install and use Visual Basic .Net Express 2010 instead. I would like your opinion of 2010. My project isn't especially fancy. But an automatic adjustment for monitor size would be useful.
Does 2010 replace the existing VB Express? Do I have to convert my existing projects? I had problems with this going from 2005 to 2008.
View 6 Replies
Apr 27, 2009
I was at a class recently, and the instructor started a new Visual Studio 2008 project using a "COM project" template. Now that I'm back, I tried finding that template in my installation of VS2008 with no luck. Does anybody know where I can find that template, or failing that, what it might be doing to achieve its effect?
View 2 Replies
Mar 24, 2012
I was a COBOL programmer agout 15 years ago and I am now just getting into Visual Basic. The owner of a local business has asked me to write a program to perform what I think is a simple task. In the past the business would process payroll checks and print them in-house. Now they are using direct deposit. Checks are no longer printed. The check stub though is printed. This stub is then carried to each of 10 locations across West Tennessee and distributed to the employees.
This is my task: capture the stubs to a file (PDF, XPS) and email it to each employee. This way the employee will recieve the stub on the same day the deposit is made. I can capture the output file (the stubs) and save it as a PDF file or a XPS file. I can send an email from within a program. What I don't know how to do is open the PDF or XPS file, read the email address and insert the page into the email body.
View 4 Replies
Oct 20, 2009
some idea to how to run VB project using Java.
View 3 Replies
Jul 25, 2011
I want other programmers to critique my applications so I know what neeeds to be improved, But that cant be done if I just show the source code. Is it possible to upload a whole Visual Basic project to a thread?
Brandon Jimenez
View 5 Replies
Aug 25, 2011
I converted one of my projects from Visual Basic 6.0 to Visual Basic.NET and noticed stuff such as:
Quote:
'UPGRADE_WARNING: Structure PROCESS_INFORMATION may require marshalling attributes to be passed as an argument in this Declare statement. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="C429C3A5-5D47-4CD9-8F51-74A1616405DC"'
'UPGRADE_WARNING: Structure STARTUPINFO may require marshalling attributes to be passed as an argument in this Declare statement. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="C429C3A5-5D47-4CD9-8F51-74A1616405DC"'
Clicking on the link it talking about Imports System.Runtime.InteropServices. Which, I am guessing means the project a mixture of both .NET and .COM. How would I rewrite to be totally .Net compatible instead of relying on .COM?Also where would I put code in VB.NET if it was in the Form_Initialize() sub in VB6.0?
View 7 Replies
Aug 25, 2011
Just curious. I recently had an incident in which I was called to troubleshoot a VB Winforms app. I have 2 versions of a package (LeadTools) installed on my machine. These packages contain numerous dlls and it is not unusual for a dozen or more to be referenced in a single program.
[Code]...
View 8 Replies
Jun 27, 2011
I have a vb 2008 code project i need to build the exe filehow could I do this please note that our clients do not have visual basic 2008 software..so how can I build the exe file of vb 2008 project and run it in other machines where visual basc 2008 is not installed
View 3 Replies
Apr 7, 2010
I am hoping that somebody here is familiar with the book, "Doing Objects with Visual Basic 2005" so this question makes more sense but I will try and ask it in a way that makes knowledge of the book irrelevant.The book contains a sample project that I am trying to use as a "framework" for all my new projects. The project shows you how to read and edit objects to and from a database and that part works great. The author then leaves the new and deletes up to the reader to do, which is a good way to learn. However I am having trouble with the it. My problem is that I am having trouble implementing my own ProcessNew InterfaceI think this is how it should be:
Public Function ProcessNew() As Boolean Implements IMDIChild.ProcessNew
Dim myGoal As Goal = TryCast(GoalBindingSource.AddNew, Goal)
myGoal.Goal = rtxtGoals.Text
[code].....
View 8 Replies
Apr 13, 2009
How do i open an VBS project in Visual Basic Express Edition?
View 1 Replies
Feb 24, 2010
Is it possible to create a custom start menu shortcut link?
The only possibilities I see in the setup project are shortcuts to folders or primary output.
Update:
What I ended up doing is creating a custom action on commit that dynamically creates the link using Windows Scripting Host. Then on uninstall, removing the link.
View 1 Replies
Oct 15, 2009
Is it possible to initialize a My.Settings value in a Visual Basic Deployment Project (VS 2008)? I can add the Radio Button Dialog to prompt the user, but I don't see how to use that to set the My.Settings value.
View 1 Replies
May 29, 2009
Project Euler's problem 16:2^(15) = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 = 26.
What is the sum of the digits of the number 2^(1000)?I have been trying to do this problem for a few days now and i just can't figure out how to get vb.net 2008 to recognize anywhere near that large a number. I have seen in other posts that some software like java has the integer type BigNumber or BigInteger but i cant find anything like that in visual basic. I'm running into this problem a lot using Visual Basic. I also can't seem to find any of the standard upper level math features in visual basic such as factorials and a few others that i can't remember but couldn't find under the math feature. any suggestions? (Sorry let me rephrase, any suggestions on how to do this stuff without switching to a different programming language.)
View 3 Replies
Sep 14, 2010
found that Visual studio Basis not have a 'Package and Deployment' project type, andVisual studio professional Trial Edition is a temporary solution and also I remember that the license agreement says that Trail Editions
View 8 Replies
Dec 7, 2006
im making a setup project with my windows application. i have pack it but the problem is my database. how do i set there new targets once i added the mdb file. i know thats the problem but i really dont know how to reconfigure
another thing, when its already pack and when i try to run the msi, the interface has an error on the picture above. and whats the bootstraper for? why is it that clicking the bootstraper is an error.
also if my target machine doesnt have vb.net and ms access, would my project be still running in there? this is my first time in making setup projects.. im using vb.net 2k3.
View 12 Replies
Jan 16, 2009
For some reason, the Add New Item command on the Project Menu is hanging VB on my Vista based machine.but now, it hangs. By that I mean the the little circle cursor spins and spins and spins... This happens even when all I do is start VB, start and new project. and then try to add something, eg. another form, a class, anything except "existing item".
View 1 Replies