Create A New Program From An Existing Program?

Jan 3, 2011

What is the easiest way to use an existing program as a basis for a new, similar program--without messing up the existing program?

View 7 Replies


ADVERTISEMENT

VS 2008 Write A Program To Create A Shortcut In The Startup Folder Of A Different Program?

Jun 15, 2009

how i can write a program to create a shortcut in the startup folder of a different program. So i have one program on my computer that should run at startup, i just need another program to create a shortcut to it, and then copy this shortcut into the startup folder.

View 20 Replies

Create A .net Program And Allow Visitors To A Website To Download This Program?

Nov 15, 2009

I am very very new to VB.NET and would like to ask a simple question. I want to create a vb.net program and allow visitors to a website to download this program. However, I prefer not to have visitors download a zip folder. I would like to have a program that just gives a prompt to save in a selected folder, once the saved file is selected it prompts the person to download, and then when finished prompts the person to run the program. The reason is twofold:

1. I don't like the extra step involved with unzipping the file. and 2. I don't like the visitors having to look for the "main" file program within the new downloaded folder. So is there any way to have just one file for others to download without having it in a zip folder?

View 4 Replies

Create A Program That Installs Required .dll's For A Program?

Jun 3, 2010

I'm trying to create a program that installs required .dll's for a program due to a clean install..What I need to do is Get a value in the registry and use it for the program files path.. but I've noticed some pc's don't have the same configuration because of the version the user is using. Anyway This is what I have so far:[code].....

What I'm trying to do is find a registry key called "SoftInstallPath", if found I need the end of the path to goto the new directory(new_dll) not the old one (dll).. and if "SoftInstallPath" cannot be found.. I need it to find "ProgInstallPath" and use it instead and do the same thing.By the way I'm using Visual Studio Professional 2008 on a Vista x86 machine.Also error I keep getting is: Warning 10 Function 'FixPath' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.

View 4 Replies

Create A Program In Program That Interfaced With An USB Device?

Feb 5, 2009

Anyone ever try and create a program in visual basic that interfaced with an USB device? For example say I want to build a clock but I want to have the software to control this through usb. I want to write the clock setting program that tells the clock what to set for time and date and things like that.

View 3 Replies

Create A Program That Will Auto Update Another Program?

Mar 30, 2009

I want to create a program that will auto update another program i have created. I want (this program) to check for updates (from a txt file that i wil have in the first line the previous version and in the second line the present version) and if there will be a new version then start downloading and the progress bar will show the progress. How can i do this?

View 3 Replies

Have An Existing Program That Only Needs To Be Slightly Modified?

Feb 23, 2009

In VB6, if I have an existing program that only needs to be slightly modified,I copy it by Doing file Save Form as...And file Save Project as...How can the same result be acheived in VB.net?

View 3 Replies

Add C# User Control To Existing Program Project?

Mar 11, 2010

I've got an existing asp.net project written in vb.net. Another person has written a user control in c#.

let me know the steps for adding that C# user control to the vb.net app?

I've tried copying them to the folder and using "Add existing item", however it doesn't compile the code behind at all.

View 3 Replies

Copy An Existing Label With Controls In Program?

Jan 31, 2010

I attached a picture of my existing panel with its controls in this thread, how do you copy it during run time? My project is a server/client application. whenever the client is connected and sends information to the server listening that information is displayed in the server but in a new panel with controls the same as the existing panel for the server, only the location and the information displayed is different. It would look something like in the 2nd attached picture.

View 1 Replies

How To Open A File In Existing Program Instead Of A New Instance

Mar 17, 2009

I have a program that runs some data manipulation on a file when it is double-clicked and then displays this to the user.However, when I double click on the same file type of a different file it opens in a separate instance of my program instead of the same instance already running, i.e. some message that says would you like to reload file, YesNo, and then given the answer perform the action required.I have found some code to stop a second instance from opening, but this is inconvienient for the user to close out of the program everytime they want to view a new file.[code]

View 6 Replies

Opening Existing Word Document From Within Program?

Apr 27, 2010

How do I open a pre-created word document from within a program in VB?

View 13 Replies

Run A Already Existing Vb Program When A Command Button Is Clicked?

Aug 7, 2011

what i am trying to do rather than having all my project files all around my documets is put them into one program by having a log in system that i have made sucssefully and at the moment i have it set out with 10 buttons and for button one i want to open my version of notepad from the debug file in the bin folder there is a .exe program that is the one i want to run i dont know if it is possible but when i came to coding button 1 i coded

dim openfile
("C:Documents and SettingsPeteMy
DocumentsVisual Studio 2010Projects
otepad
otepadinDebug
otepad.exe")

but i got a error like this and i tried this as well

Dim
open
As
New

[code]....

but at the first backslash i got a syntax error

View 3 Replies

Write Variables To A Pre-existing Array In Program?

Jul 29, 2011

I'm currently designing a mock-up of a customer booking system for a cinema using Framework 4.0. All data at present will be stored in an array and as it's a mock-up, it will remain their (customer name, ticket price etc...) as no requirement to permanently store the data at this time.[code]...

View 1 Replies

Convert An Existing Lambda Function Written In C# To Program?

Mar 29, 2010

I have the below C# Lambda function and I need to convert it to a VB.Net code. I tried many times but I couldn't convert it the right way. [code]...

View 10 Replies

VS 2010 How To Retrieve That A Button Is Pressed In A Existing Program

Oct 28, 2010

i have a program called Vip Task Manager.This program lets me set up task which others have to complete.When they are done with a task they have to mark it "completed" and make a report on what they have done and used to perform this task.Vip Task Manager has a button which directs them to an upload form, now when they press the "open" button I would like this to happen: Open a certain report making program I made myself.When they finished writing their report and press save, the program saves this report on a dedicated network HDD (.txt file) and closes itself.Then add the file or link to the upload form in Vip Task Manager.What it all comes down to is that they dont have to minimize Vip task manager, open the report making software, save it, go to vip task manager, press upload, press open, look where this file is saved, select it, and upload it.now, typed in red is whats already been taken care of.The rest, I have no idea where to begin to be honest.First I want to find out how to retrieve that a button is pressed in a existing program. (dont know which code it is written in and it is not open source)

View 10 Replies

Save Updates In A GridView Control In Program To An Existing XML Document?

Dec 14, 2009

I have an existing xml document with music playlist information, which is read into a GridView control in Visual Basic. I am now wanting to save any updates in the GridView to that xml document.[code]...

View 1 Replies

Program That Create A New Program (VB2008)

Apr 14, 2010

I was looking in this [URL]

I want a program a very simple program, a software that will let you enter a name and then you click "Create". This will create a program and when you click it it will show "Hello! *the name*"

View 4 Replies

VS 2008 VB Program Create Another VB Program?

Dec 31, 2009

Lets say I have a program that has a textbox and a button. I want the button to create another program that will show a messagebox, inside the messagebox will be the textbox from the 1st program. How would I do this?

View 7 Replies

VS 2010 : Program To Save Settings To Another Program Without Running The Program That Is Being Edited?

May 5, 2012

is it possible by 1 program to save settings to another program without running the program that is being edited?

View 6 Replies

Create A Windows Form Application Program That Can Create Games Something Like Gamemaker Or Klik?

Aug 4, 2010

Hello I want to create a windows form application program that can create games something like Gamemaker or Klik & Play (butt less advanced) with D&D "Drag and Drop" events and actions.

View 7 Replies

Create A Program That Asks For Input Then Uses An Else Statement To Create A Handling Fee Balance

Nov 30, 2011

To create a program that asks for input then uses an else statement to create a handling fee balance.

Input: sales record - first name, last name, purchase amount, balance before purchase

Output: report - full name, old balance, purchase amount, handling fee, new balance

Definitions: handling fee is 5% of the old balance if the old balance is less than $1000.00 else it is 2% new balance = old balance + purchase + handling fee

Processing:
Ask for and receive sales information
Calculate new balance
Print output report
End the program when a purchase amount of 9999.99 is entered

View 3 Replies

VS 2010 Create A Program To Allow A Student To Create Their Own Schedule?

Nov 30, 2010

I have a project to do for one of my classes that i need help on. Its and extra credit so im left on my own. Project Create a program to allow a student to create there own schedule. what i am trying to do is create a checkedlistbox for the student to check classes they are taking, and need something else to pop up or to show in another box or listbox the classes they can take for the next quarter. I know it has to do with if then statements but i dont know how to write basically:"if (class is checked in checkedlistbox) then ( these are the classes you can take)".

View 2 Replies

Create A ADO.net Using Program?

Sep 25, 2009

How do i create a ADO.net using VB.net

View 2 Replies

How To Create A Program In .net

Sep 22, 2009

[size=3][size=7][font=Lucida Console]

View 4 Replies

Create A Circuit Program?

Dec 27, 2010

Currently, one of our assignment for Physics are to create a program that can calculate series, parallel and combined circuit, with any number of capacitance. We are using Visual Basic.

1. How to make that when we click the 'Enter Capacitance', a pop up show and tell us to enter number of capacitance, or to enter value for a number of capacitance?

[code]...

View 6 Replies

Create A Combsort Program In VB?

Aug 21, 2009

Function Combsort(Values As Range) As Variant()

Dim N As Long
Dim Answer() As Variant
Dim Counter As Long
Dim Swap As Boolean

[code].....

I am having trouble figuring out how to create a combsort program in visual basic. I want to sort the data with the combsort method but I my program only compares each cell to the gap cell but doesnt compare the rest to each other.

View 1 Replies

Create A Dll File In Program?

Dec 28, 2009

How to create a dll file using Visual Basic.net ? I'm using MS Visual Studio 2008.

View 9 Replies

Create A Form Within Program?

Nov 3, 2009

Does anybody know how to create a form within visal basic 8

on the top of the form you have colums and on the left side of the form you have rows with the time

View 4 Replies

Create A Listbox In Program?

Nov 15, 2011

How do i create a listbox in vb8?

View 4 Replies

Create A MediaPlayer Program?

Nov 5, 2009

I need to know how to create a program like MediaPlayer from scratch .Does Directshow do this ??? And if yes , what the steps I should follow to have full control at this side of programming ( Is there any SDK I should download )?I'm using VisualBasic 2008 Pro.

View 10 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved