Open Another Project From Within An Existing Project?

Jul 25, 2011

If there already is a thread for this, then appologies.I have a VB project which displays a message to the User and has a button they can click on to continiue.What i would like is for when the user clicks this continue button another VB app opens up All straight forward so far.The problem is that in the second app id like to open, i have a few different tab pages and id like to be able to open the second app on a specific tab page (Which is not the default when the app opens). Is this possible?

View 3 Replies


ADVERTISEMENT

In-project Components Fail If Project Is Opened With In-project Component Used On Initially Open Form?

Dec 20, 2010

Public Class ExtendedDateTimePicker Inherits DateTimePicker

View 5 Replies

VS 2008 - Timer - Project A References Project B So Can Open A Large Form In Project B

May 5, 2010

For reasons that are beyond my control, I have three Projects. Projects A and B reference project C. Project A references project B so that it can open a large form in project B. I now need to open that large form from project C, but VB won't allow me to add a reference from C to B because that would create a circular dependency. I found a way around it, though. I created a Timer in A, and when I opened C from A, I passed in that timer. When the user performs a certain action, I enable the Timer from A, and this causes C to open B for me.

View 2 Replies

Add An Existing Form Of Old Project To A New Project?

May 20, 2010

How to add an existing form of old project to a new project? Which extension type files to be added to work that existing form correctly?

I actually need frmContacts.vb (because a lot of textboxes and other controls are there) which I have added. Since it doesn't show any existing controls on form, I added other following files as well.

1) frmContacts.vb
2) frmContacts.Designer.vb
3) frmContacts.Designer.vb

View 1 Replies

Create A New Project From An Existing Project?

Nov 8, 2011

I have one successful VB program in VS Studio 2010 Express Now, I want to add features to it but keep the original as is. Is there a way to save the current project with a different name without loosing the path, resources used and code? I did try to copy the project directory to a different directory named "TMP" but it does not work.

how to create a new project from an existing project?

View 2 Replies

How To Add An Existing Form Of Old Project To A New Project

Jun 22, 2010

How to add an existing form of old project to a new project? Which extension type files to be added to work that existing form correctly?

I actually need frmContacts.vb(because a lot of textboxes and other controls are there) which I have added now to my New Project. Since it doesn't show any existing controls on form, I added other following files as well. Though there is no use.

1) frmContacts.vb
2) frmContacts.Designer.vb
3) frmContacts.Designer.vb

View 2 Replies

Close Project And Open Another In Multi-Project Solutions?

Apr 11, 2012

I am developing a Multi-Project solution (A, B) in Visual Studio 2008.

I need to run a second project from the start up one and then the first project should be closed.

The matter is that I want to Exit the A.exe and kill the process and the dll that are depending on it. And then Run the B.exe.

View 4 Replies

Open A Project Using A Command Button From Another Project?

Mar 27, 2012

I have a number of independent visual basic applications. Now I want to develop a window that will have command buttons to open each of the applications. How do I write the code in these buttons?

View 2 Replies

Include Contact Project Into Another Project / Add More Items To Database / Forms In New Project?

May 6, 2009

I have a project that I have created, it something like a contact database.It is complete with its own sql server database, and controls and forms.I kinda of understand that I can include this project into another project.This is the tricky part,Can I include my contact project into another project and add more items to the database and forms in a new project?What I'm after is like using classes.My contact database would be like the base class, and the new project would be adding more features to that project.

View 10 Replies

Use The :add Existing Project In Vb?

Sep 17, 2010

i have added the existing project but now what?? how can i benefit from this? how can i use it? how does it work

View 2 Replies

Add Project Setup Project For Project For Visual Studio 2008?

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

.NET Debugging An Existing Project?

Sep 28, 2010

First of all, please feel free to skip this entirely if you can understand the questions below.I'm still very fresh new to .NET, but an elder monkey on bad old ASP in regular VB.I just got into a company with some legacy .NET VB files and now I have a couple of huge projects, with over 50mb of files and about 1gb the whole project and debugging them haven't been easy. I've read through w3schools tutorial and did many google researchs to get to this point in which I just can't make this work. And unlike in another very similar question I don't think this is a simple issue.

I don't know if those projects are MVC or regular Web Application, but I was told to use "Other Project Types > Visual Studio Solution > Blank Solution" and then "Add Existing Web Site" to that. With no further instructions or orientation, I see they all have DLLs and makes me believe they are not MVC.

Anyway, whichever this or many other ways I've tried to add the files into Visual Studio, I could never use the Debug properly with one of them. One works fine enough, I can at least see it running locally very alike from the webserver. But the other gives me many random errors and warnings to "compile" the debug and run on Visual Studio's own server (I think it's called "ASP.NET Development Server"). Some errors shouldn't even exist like "The file XXX doesn't exist" while I can easily verify it does exist!

I don't really expect to have much help here, but I still hope to find some. Sorry if this is too much.What options do I have to debug a big Visual Studio project that already works online in a server that have debugging and even error options turned off?How can I know how to properly "import" an existing project into Visual Studio to begin with?Is this a homework question?(new) Given I have 3 places to sync many files (local, shared production network and live) what's the best approach to work on and debug existing errors? Out of the box thinking is always welcome (converting project, not using Visual Studio, older version, whatever)

View 1 Replies

Add A Class To An Existing Project?

Jun 27, 2009

I found what i was looking for on this old thread but I don't know exactly what to do woth it. The code given by Tall Dude seems to compile fine except for two errors..

[Code]...

View 2 Replies

Add A Reference To Existing Project?

Aug 15, 2011

Windows 7 (64 bit); Visual Studio 2010

Project 1: Control Library and Builds ok

Project 2:Windows Forms Application

Code refers to Project 1 as "Dim withEvents name as New Global.name.name

Add Existing Project 1 .vbproj file

Add Reference and Select Prject 1 .vbproj file

The attached information message appears.Project 2 runs but not properly.

View 3 Replies

Add An Existing Report To A New Project?

Dec 21, 2011

How do I Add an Existing Report to a New Project?

View 1 Replies

Add Form To Existing Project?

Feb 24, 2008

I am working on the following scenario: I got an existing VB.net application. Now I have to add a login mechanism to it. What I want to do is, add another form to my project and show it before the 'real' form of the program is displayed, so that it can handle the login procedure.

View 3 Replies

Add Wcf Functionality To An Existing Website Project?

Dec 27, 2011

I have several asp.net website projects for various sites.Currently I want to add REST API's to these projects so I can start developing mobile apps (using HTML5/JavaScript/CSS3 and PhoneGap) that make use of these webservices.

Since WCF is far more powerful than regular asp.net webservices (among others with control over the service and authentication/authorization), I'd love to add these to my existing website project.

I did a Google search but cant find anywhere a step-by-step tutorial how this can be done. And also if there's any functionality I'd possibly loose when adding WCF functionality.I was also thinking of creating a new project specifically for WCF, but think I'd rather add it to an existing website project.

View 2 Replies

Adding Existing Project To Solution?

Aug 3, 2011

I have a visual basic 2010 project with a solution. When I double click the solution the project opens. I cannot see the solution file. I am trying to add an existing project to my solution but I am having trouble.How do I add an existing project to an existing solution?

In VB 2005 if I double click the solution the solution opens with the project underneath it. But in VB 2010 they have made it complicated apparently.

View 4 Replies

Insert Form From Existing Project

Feb 7, 2011

How can I add a form from one project into a new project, I dont want all the code just the form layout.My form has alot of textboxes and labels and I dont want to have to recreate it. I see the insert from existing item but not sure how to get just design and layout?I am going from 2005 to 2008 express if that makes a difference

View 1 Replies

VS 2010 Add A New Project To The Existing Solution?

Oct 16, 2010

is this possible? can not find how to add a new project to the existing solution. or, this feature does not exist in vb express?

View 2 Replies

VS 2010 Add Existing Form To A Project?

Nov 9, 2010

i am trying to add an existing form to my project to reuse. From solution explorer Add>>Add Existing Item i select [filename].vb. But i can only see the codes not the dialog items.

View 2 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

How To Compile Single Class Into Existing Project

Mar 18, 2010

I have a VB.NET solution (call it S1) which produces a .vb file (say File1.vb) to be compiled and then included in another solution (S2). S2 is a console app which I want to run from a cmd prompt, not VS. My plan is to shell out from S1 to run a batch file to do the compile and then copy the .dll file, overwriting the old one in S2 (then I can run S2 in a separate operation). Here's the batch file for the compile:

View 4 Replies

How To Copy Or Move Existing Project To A New Folder

Jan 22, 2012

I am developing a fairly complex vb.net program with numerous forms, and custom classes, modules, etc. I want to start reorganizing the various folders for components of the program and have a few stupid questions.For one, I find that I cannot take a working executable and move it to a different folder on the same machine and have it work. My program drives numerous slave applications and I would like to group just the executables in a common folder. Do I need to carry additional files along with them to make them 'portable' on my own machine? I haven't discovered how to copy or move an existing project to a new folder. Things seem to blow up because of internal project references etc. Is there some way of copying or duplicating a working project without problems resulting?

View 1 Replies

VS 2010 : VNC Viewer Implementation With Existing .NET Project?

Mar 9, 2011

I am currently developing a .NET app for the NOC here at my company and I would like to implement VNC so that we can use the app to remote control client pc's. I have never implemented VNC into app before and I am kind of at a loss of how to do it as all the examples I can find are in C++ or C#.

View 8 Replies

IDE :: Creating An Array Of A Structure Based On Existing Project?

May 1, 2009

how to write the code for my project.I am to base my new project on an existing one(existing one has code that works 100%)and create an Array of a structure that bascially holds the information from a summary form AND the totals from an AddToOrder_Click event. If you are still with me)... I cant figure out what the code is for my structure and Array so that I STILL have a Summary Form but I have an array that shows when I click my PrintPreview. So an Array is basically a "space" that holds information, like my summary form except it doesnt show until I click PrintPreview right?

If I just wanted to show the table then my code belongs in the PrintDocument1_PrintPage to show the array but the actual structure code belongs in the Click_Event of my AddToOrder? Please Please understand I AM NOT asking for anyone to write my code, basically I am asking for some clarification on what exactly creating an array from a structure is and therefore determing where the structure is to be placed in my code..

View 6 Replies

Add An Existing Folder To Visual Studio 2010 Express Project?

Jan 11, 2012

I'm trying to add a folder and some files within it to a Visual Studio 2010 Express VB.NET project. I have read the answers to questions on this subject here and here. They both say "select folder, right click, and then select Add To Project". But when I right-click in this way, no "Add to Project" option appears. Does anyone know why this is so, and what I can do about it, or alternatively another way of adding a folder to a project?

View 1 Replies

Adding Project To Existing Solution Causes To Crash / Multiple Errors

Mar 10, 2011

I have a project that as a standalone runs perfectly. There are a number of routines, forms etc. that I want to incorporate into another solution that I have created. Each time I try, it will load in the new project, but if I try to access anything by clicking on it, one of two things happens, either VS crashes and then restarts OR I get 100+ designer errors thrown.

View 8 Replies

FAQ Item: Save An Existing Project To Different Local Location Via IDE Menu?

Jun 20, 2010

How do I save an existing project to different local location via IDE menu?

View 1 Replies

VS 2008 Importing Existing Crystal Reports To A New VS2008 Project?

Jun 6, 2010

How do I go about importing existing Crystal Reports to a new VS2008 project?

View 1 Replies







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