Add An Existing Report To A New Project?
Dec 21, 2011How do I Add an Existing Report to a New Project?
View 1 RepliesHow do I Add an Existing Report to a New Project?
View 1 RepliesHow 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
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?
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
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 RepliesThis may be a lengthy explaination, but I am hoping to make myself clear.I have an existing Excel file that is created using the following code:
Dim warnings() As Microsoft.Reporting.WinForms.Warning = Nothing
Dim streamids() As String = Nothing
Dim mimeType As String = Nothing
[code].....
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 RepliesFirst 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)
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]...
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.
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 RepliesI 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.
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.
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 Repliesis 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 Repliesi 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 RepliesI'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.
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 RepliesI 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 RepliesI 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 Replieshow 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..
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 RepliesI 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 RepliesHow do I save an existing project to different local location via IDE menu?
View 1 RepliesHow do I go about importing existing Crystal Reports to a new VS2008 project?
View 1 RepliesI have tried numerous ways to modify the responses to "Openening an Excel file from within project" to open an existing Excel workbook and also select and activate a minimized workbook but have totally struck out, Can anyone give me some guidance? Also, where should I be looking for samples that answer such basic questions?
View 11 RepliesMy windows app works fine in my pc. Once I created a setup project and then install in a client pc, there is an error to load Crystal Report.How to add Crystal Report in setup project? (I added all dll file associated with Crystal Report but did not work)
View 1 RepliesI will have people send me (a zipped archive of) an entire VB project and when I try to open it, I get a message that "The system cannot find the file specified" for one or more files. I have had them bring their laptop with the project on it, and it runs, but when I search the folder, I only see the files they sent me. Apparently sometimes files get stored (or moved) elsewhere and their system will track the locations, so their computer can find the files??? Really not sure how or why this is happening.Is there any way to have VB report where all the files in a project are actually located? There are so many files and so many folders in even a simple VB.net project that trying to track these down myself is very frustrating.
View 1 RepliesI'm struggling to create a crystal report in a VB project,The objective of the report is to return one row of multiple database tables.
This is working by a parameter selecting an ID number in a CASE table, the CASE table contains some forgien keys related to CUSTOMER,ORDER tables etc.., i want to select these forgien keys and return the one row that they relate to in the different tables i.e get all the data from the CUSTOMER table, from using the forgien key, without having to enter another parameter.but am struggling with the syntax.
This needs to be dynamtic, as any ID number able inputed.
so far all i have got is ...
({?CaseID} = "ALL" OR {Case.ID}={?CaseID})
which simple reurns the single row in the CASE table.
I will have people send me (a zipped archive of) an entire VB project and when I try to open it, I get a message that "The system cannot find the file specified" for one or more files. I have had them bring their laptop with the project on it, and it runs, but when I search the folder, I only see the files they sent me. Apparently sometimes files get stored (or moved) elsewhere and their system will track the locations, so their computer can find the files?Is there any way to have VB report where all the files in a project are actually located? There are so many files and so many folders in even a simple VB.net project that trying to track these down myself is very frustrating.
View 13 Replies