Distribute Program With VB Express?
Aug 31, 2009
Maybe it's because I'm using Express that I can't publish my program in any fashion to my friend? I've tried using Clickonce to send it by email, I've tried publishing my program on a webpage, but whatever I try ends in errors.
View 8 Replies
ADVERTISEMENT
Jan 22, 2011
If we made programs in Visual Basic Express 2010 Trial are we allowed to keep the programs and distribute them freely on our sites and if we unistalled visual Basic can we keep the programs etc...
View 2 Replies
Feb 24, 2010
The program I am trying to modify was initially written using VB 2005 Express. I have subsequently downloaded the 2008 version. The program creates a monthly spreadsheet from a template. The old code that will no longer (highlighted and underlined) compile is as follows:
[Code]...
View 4 Replies
Jun 6, 2012
I wrote this VB program to be able to throw a device we developed into programming mode where we use an ATMEL Flip installer to upload new firmware. I can program one device after another running the application off of Visual Studio Express 2010 or Visual Studio 2010, but when I go to publish this file and run it on another machine, it becomes unstable and crashes after each upload. On those same computers if I run the raw unpackaged program under Visual Studio Express, the system does not crash, and I can program devices repeatedly.
View 5 Replies
Nov 7, 2011
I am currently building an app using net framework 4 I am aware that if I want to distribute it for Windows XP, I have to include this as part of the setup
Which versions of windows has which net framework in the operating system which means I do not have to include it in the setup
ie What does Vista 32 & 64 bit have, What does windows 7 32 & 64 bit have
Also, is there a step by step tuition to create a setup package
View 11 Replies
Jun 3, 2011
My Employer want's me to create a program that will auto distribute accounts.[code]...
View 2 Replies
Apr 10, 2009
How do I create a .NET component as a DLL and distribute it?
View 3 Replies
May 30, 2009
What is the best way to distribute application file of VB.NET 2005?This what I am trying to do.
Sever - Windows 2008 standard(Web Server)
Application - VB.net 2005
DB- SQL server 2005(Installed on same web server)
[code].....
View 7 Replies
May 21, 2009
I create Win32 DLL using vb.net (VS2005), for later use in vb6 application. I've try and it's workout (on my pc). I'm wondering if theres a way to distribute that dll files with my vb6 application, without installing net framwework on target pc.
If you wonder why i'm doing this, the answer The current application on target computer still using application that i've develop with vb6. My company have a plan to migrate to VB.net so i have to update a litle by litle so the old application still running until the new one (which i developed using vb.net) is ready to lunch. By the time new application running, my plan/target is i only update a minor change/installation.
View 1 Replies
Dec 15, 2010
I have had a lot of trouble trying to distribute my programs for money. The way they are set up, you type in one product key, and it is activated. Now you can do this for any amount of installations or computers. What I would like to be able to do is have it so they can only use a product key 5 times. For example, you would host a text file on a server like this:
" XOTS3-G4SIT-HJ58GS-HMG52J, 1, 5" where the random characters are the product key, 1 is the amount of times it has been used, and 5 is the maximum limit. Something tells me that this is going to tie in with ASP.NET somehow, which I have no experience in, so if we could stay away from that it would be great. Also, I am having lots of trouble hosting a website from my house, so if there is a way to host it on another server like ripway.com that would be good too. I know I am supposed to post a source, but I really just want to know how to read and write to a text file on another computer using vb.net. I could figure out the rest.
View 7 Replies
Dec 6, 2010
I'm on VS 2008 I have one form contains many textboxes,when I write in one textbox (UserName) the letters and numbers should distribute to the other texts where each textbox has only one letter or number from the original text to get them ready to be encrypted.
What code I can use in text change event that takes the whole text and throw it in the other textboxes so each textbox has only one value ?
View 9 Replies
Apr 30, 2011
How to distribute required *.dll files with your application ?
I want to include System.Data.SQLite.DLL file
View 1 Replies
Oct 5, 2010
So I have been searching around the next and keep finding solutions that all have errors due to upgrades. Basically what I want to do is load the following type of XML file when a button is pushed:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Do not edit this file -->
<DATA version="1.0" xsi:schemaLocation="[URL]" xmlns="[URL]" xmlns:xsi="[URL]">
<NOTES> <NOTE NameId="Name1" Colour="13" PNotes="Test7" />
[Code] .....
But after that I want to sort out the attributes. I want all of the NameId's to go into a ListBox. After I get that problem sovled I am wanting to have the info in the PNotes attribute to be displayed in a TextBox when the connecting NameId is selected in the ListBox.
View 1 Replies
Feb 3, 2012
My application writes to the event log if there is an error or other status updates.
The application checks to see if there is an event source named "applicationName"and if not, it creates the source (see code below).
This works fine if the user is an administrator.
If the user is not an administrator, an error is thrown when SourceExists is called:
{"The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security."}
In my environment, the typical user is NOT an admin. Therefore, I cannot use the event log in my application.
Is there a way around this, or is the event log effectively useless for distributed applications?
View 9 Replies
Mar 11, 2010
I've used VB2008EE to create a Windows Forms app which includes a Help form. The helpform contains a Treeview for navigation and a WebBrowser control which displays the relevant part of an HTML page containg the help information.The app is intended to be used offline - so I need to include the HTML page file as part of the published app, and I need to be able to specify where this HTML file will be installed on the target computer so that the URI in my Helpform which loads the Help page will locate this file.
(I expect the HTML file should live in the directory pointed to by the:
My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData property)
how to specify the Project settings and Publish Wizard etc. (& whatever else is necessary) in order to achieve the above.
View 3 Replies
Mar 31, 2011
I'm an old programmer who knows VB6. I want to write an application and distribute it to a friend. I have not enough time to learn now Visual Basic Express 2010. What can I do ? How may I obtain a license for this ?
View 3 Replies
Jun 2, 2011
how to deploy or to distribute the completed application in clients' machine in vb.net.. what if the dbms used in sql server 2005.. how about ms access.
View 1 Replies
Jul 13, 2010
I am developing a winforms application that will have an offline mode, so that it can access the data if an internet connection (or more accurately, a connection to my WCF service) cannot be established. I have decided to utilize SQL Server Compact edition on the client side of the application & was wondering what the general consensus is on the "best" practice for making the client application (Sql Server Compact) subscribe to the master database (MSSQL 2008).
Management enters information into a web based administration panel that I developed and is stored in a MSSQL 2008 database.After adding / modifying information, they can click a release "datapack" button which will increment a "datapack" version number, which will later be used by the client application to determine if they are in sync or not. When the client application is started, it connects to the internet and determines if the version numbers are in sync. If not, it pulls the information from the server.
That third step is where I'm a bit lost I thought about simply developing a web service that will expose a dataset containing all of the data and just iterating through it doing inserts, but that seems terribly inefficient to me. The full database probably wouldn't amount to much more than 5 MB total, so that led me to think it would be great if when management clicks the release datapack button, it would store the database in a file that could simply be downloaded and would replace the embedded database. Again, I'm a little lost on how that would work. This is my first time working with an embedded database, most of my work has been web/win apps that have real-time access to the data.
View 1 Replies
Dec 5, 2011
I have a visual studio solution written using VB.net. The solution contains 4 projects.
[Code]...
View 1 Replies
May 26, 2009
I 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 Replies
Jan 17, 2010
I am using this connection string to connect to my database and still it won't connect[code]....
View 3 Replies
Jan 4, 2011
I have written a small program in VB 2010 Express and I would like to show the version number of my program on the form. I looked through the HELP files and found an example. I put the example in my code like this:'Get the version of the current application.
Dim assem As Assembly = Assembly.GetExecutingAssembly()
Dim assemName As AssemblyName = assem.GetName()
Dim ver As Version = assemName.Version
Me.Text = "1st CPC Check Deposit Program Version" & " " & ver.ToString
I am up to version 1.0.0.8 but this is what prints:
1st CPC Check Deposit Program Version 1.0.0.0
Why doesn't it print 1.0.0.8 ?
View 15 Replies
Mar 23, 2012
I put this question in the Click Once forum but I did not recieve a response
View 5 Replies
Dec 22, 2009
I have make an program in VB express 2008 ( Three years work )This program is stand alone , you can start it everywhere My program works on XP , VISTA and Window 7 I have make an setup program to install it in MyDocuments But the path in XP is not the same as VISTA or Windows 7 ( I know how to do this )
What I want to do is to make an short desktop of my program with the same icon as my program on the desktop
View 1 Replies
Mar 24, 2012
Published VB program will not run on another computer yet works fine on the computer the program was written on. Message window during set-up on the other computer reads "Cannot download the application. The application is missing required files." The set-up file is being run from a flash drive.The entire error summary is included below. A recurring line in the error message summary is "+Downloading file:///C:/Documents and Settings/username/Desktop/Application Files/filename_1_0_0_6/filename.exe.manifest did not succeed."The word "filename" is the name of my program. "username" is the computer's owner.Interestingly, the "manifest" file on my computer is kept in C:UsersusernameDesktopApplication Filesfilename_1_0_0_6filename.exe.manifest" I'm running Windows7; the other computer is running Windows XP.How do I get my program to run on another computer?
PLATFORM VERSION INFO
Windows
: 5.1.2600.196608 (Win32NT)
Common Language Runtime
: 2.0.50727.3625
[code]....
View 6 Replies
Jan 4, 2010
Is there an easy way to convert a program written in VB 4 to VB 2009 Express? VB 2008 wil not open a .MAK project.
View 7 Replies
Mar 6, 2009
I am currently working on a simple data encryption program in VB 2008 express. Basically, I want the user to be able to select any file type and the program will read the data and store it in a text box. The user would then input a key, push the encrypt button and the program would XOR each byte of data with each character from the key and store the data in the third text box. I have written a program that has similar functionality only, it will not read from files, it simply reads data from a text box, so I have a encryption algorithm that works.Here is my
[Code]...
View 3 Replies
Mar 5, 2009
when publishing a program is it possible to get it to include or copy over a mdb file and can the setup be made into 1 setup file instead of the "Application Files Folder" and "Program name.application"
View 2 Replies
Jan 25, 2012
I just installed the Visual Basic 2010 Express and I have no idea how to start! The IDE is so new to me and I need the place or link where I can download or watch video tutorials about the IDE and its features. I also want to learn the VB 2010 Express language from the very basics of it.
View 2 Replies
Nov 22, 2010
Is there a command or couple of code lines that will pause the running program for one or two seconds?
I have a program that checks the system time every 250milliseconds and I need to skip checking it three times the first time it comes back with ":00" seconds from the system clock.
Or another option would be to reset the timer to 1000 and then back to 250...
View 3 Replies