VS 2008 Project Form Diagram?
Apr 26, 2012
this is more of a organizational question rather than a technical one. As your project grows and has more and more forms, objects and classes, how does one keep an overview?
Is there an application available which allows you to graphically organize the relationships between forms in a diagram? An "organigram" for your project?
View 2 Replies
ADVERTISEMENT
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
Nov 11, 2011
if I put controls on form1 like button,textbox....etcwhy called this control fields not object in the class diagram ?
View 7 Replies
Apr 5, 2010
Need to show visio diagram on .net FORM, and need to be able to click on the shapes. Thats it. no creation, no stencils, no editing. Basicly just catch the click event from axDrawingControl.I'm having a "very" hard time to dig trough the visio DOM, disabling all of the functions, tool bars, menus..I basically will ever need a view-only diagram. So, to all the interop gurus out there, point me in the right direction please..I have the SDK, its (crap) not very useful in my case. Seems like a lot of resources wasted and lots of hustle for view only.
View 3 Replies
Mar 7, 2010
I am trying to utilize the DATAbase Diagram designer feature of SQL Server 2005 Express Edition and I get the following messages:
1) This database does not have a valid dbo user or you don not have permissions to impersonate the dbo user, so database diagramming is not available. Do you want to make yourself the dbo of this database in order to use the database diagramming?
2) When I select YES I get the following notification: Could not obtain information about Windows NT group/user xxx/xxxxxx,
error code 0x54b
View 1 Replies
Apr 16, 2009
I have a solution made up of several projects. Everything is properly referenced, the solution builds and runs. Now, when "view class diagram" for this class, it doesn't show any fields. It shows "dmxProgram" as a property, but it doesn't show any of the non-property private fields. Therefore I can't add associations to my class diagram for those fields that do not appear.
[Code]...
View 1 Replies
Mar 22, 2010
I am really new to Visual Studio and VB and I am having trouble closing a single form:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.Close()
End Sub
When I use Me.close() associated with this button it closes the entire project and not just the single form can anyone.
View 2 Replies
Dec 20, 2010
Public Class ExtendedDateTimePicker Inherits DateTimePicker
View 5 Replies
Feb 22, 2009
Visual Basic 2008 is hung up when trying to add a new form to the project
View 2 Replies
Oct 11, 2009
I have 2 projects in 1 solution. How do I open a Form from Project2 using a form in project1
View 8 Replies
Mar 19, 2009
I'm coming over from VB6 in which you could use 'user controls' to create reusuable custom controls. They were simple and contained and you can easily create several instances of a user control within the same or other apps. In vb2008 there are user controls but I can not figure out how to add them to forms or or other apps. Can someone please give me the the basic steps to add a custom user control to a form or project.
View 6 Replies
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
Jan 28, 2009
I have built a class diagram for a proram i am building in vb, and i need some help to enhance it.The program description:"Modeling Car Parking System Modeling Car Parking System (MCPS) is the software that manages a parking for cars. The dedicated employees in that parking will use this system to control the parking. This software will facilitate the work in the parking and covers most activities performed, such as booking, cashing, and organizing. In the following, we will provide a comprehensive description of the parking (the scope of the system) followed by a description of the system with the functions that will be performed.
The Parking (The scope of the system)The parking consists of two floors, with a capacity of three hundred car places, and opens 24 hours all the week�s days. It has two main control stations; one is located at the entrance gate, and managed by an employee whose main functions are entering data to the system, then providing a receipt to the driver, and the other is located at the exit gate (cashier station), managed by an employee whose main functions are checking the receipt, entering data to the system, cashing, and providing an invoice.
The parking has three barriers, two main barriers are placed at the entrance and exit gates, and the third one is located at the second floor�s gate. They are controlled by using a remote control.When a driver wants to park his car, he has to drive it to the entrance where an employee (receptionist) will enter the car plate number to the system, then prints out a receipt to the driver. This receipt will contain information such as, the car plate number and the entry time. After that, the receptionist will open the barrier to allow the car enters the parking.
Inside the parking, the second floor will be kept empty (closed by the barrier) until the first floor will be full. When the first floor becomes full, the employee will open the barrier to allow the cars to park in the second floor. A driver can park his car in any vacant place in the available floor.When a driver wants to leave the parking, he drives his car to the exit gate and presents the receipt to the employee in the cashier station, who in turn, will check if the number recorded in this receipt (at the entrance) is similar to the real plate number of the car. After that, the employee will enter that number to the system, take the money, provide an invoice to the driver, and finally, open the barrier to allow the car leaves the parking.The list price in the parking, declares that parking a car for an hour costs 3850 LBP, and each extra parking hour will cost 3000 LBP.
Description of the System :The system will operate 24 hours, and will perform the tasks related to the work in the parking. The following scenario will explain what we mean by �will perform the tasks� in the parking.
At the entrance gate, the employee will enter the car plate number to the system as a (driver ID), and select the available floor which is in service from a menu. The system, in its turn, will store these data and additional data such as the time entered, and then issues a receipt including information such as driver ID, entry time, date, and the available floor reference.
At the exit gate, the employee will enter the car plate number (driver ID) to the system which will generate the data related to it, and prints out an invoice including the current time, date, total parking time, and the total amount of money (parking fee); since the parking fee and the duration will automatically be calculated and displayed by the system.
In addition to the tasks which the system will achieve at the entrance and exit gates, it also will provide statistical information such as the total count of cars that exist in the parking at any time, and the number of the vacant or busy parking lots (car places) in each available floor. Also, the simulation which will be part of the system will play a role in managing the parking since it will show an up to date comprehensive scheme of the parking.
The graphical simulation of the car movement flow When a car will enter the parking, and after an employee has implemented all the tasks associated by the entrance such as entering the car plate number, and selecting the available floor, the system will issue a receipt and automatically will lead the user (employee) to the simulation part. The simulation part is a form that contains cars and parking lots as graphical components, when a user click such a button �Drive-in a car� a car will move to occupy an available empty parking lot.
When a car will exit the parking, and after an employee has implemented all the tasks associated by the exit gate such as entering the car plate number, the system will issue a receipt and automatically will lead the user (an employee) again to the simulation part. When a user clicks such a button �Drive-out a car�, the car will leave to parking lot was occupied.
View 1 Replies
Mar 1, 2011
Imports System.Drawing.Drawing2D Imports System.Math
[Code]...
View 2 Replies
Jan 7, 2010
I am busy creating documentation for my application and want to implement xml comments in my class diagram. Is it possible to show xml comments of a class in the class designer/diagram?
View 1 Replies
Apr 14, 2010
I am beginner in programming and developed an application of mine. Although, I am finished with the coding part, but I have to present my software architecture diagram. I am not a software engineer and so familiar with basics of software engineering, layering etc.I have used 1) .NET GDI Graphics in my application, 2) Text to Speech, 3) RichTextBox which retireives pictures etc. How do I proceed with the architecture diagram now?
View 1 Replies
Jan 8, 2009
I want to draw a software Function Diagram which show the calling relationships between functions in my VB.Net project. Like which function calls which function and what the called function does... I have look through VISIO couple times and can't know find anything I like. What type of diagram should I use? Which template should I use in VISIO?
View 2 Replies
Dec 12, 2009
I need to make a class diagram for a scrabble game. I know the classes are game, player, board, tile, square , tile bank?
View 4 Replies
May 13, 2012
I'm trying to draw some kind of circle diagram. Input data are only two integers: "a" (even or odd) and "b" (even). Here is the
HTML Imports System.Drawing.Drawing2D
Public Class Form1
Dim P As New Pen(Brushes.Red, 1)
Dim a As Integer = 24
Dim b As Integer = 2
Dim Angle As Single = b / a * Math.PI
[Code]...
View 2 Replies
Jan 30, 2012
I am trying to write a program that allows user input information and plot a bifurcation diagram that looks like this:I haven't program in 2 years so I am all rusty and such. Here is what I have got so far and more information about what I am doing.
Bifurcation:
f(x) = kx(1-x)
and k = xL + i * (xR-xL) / 500
[code].....
View 4 Replies
Nov 21, 2010
i m trying to create logigrame or flowchart using vb.net,it s possible using visio,but visio must be installed in every computer that use my application,and we need to buy license of this tool.i have searched in google,i found metadraw but it s not free. so is there any activx or any dll that will replace visio and metadraw??
View 4 Replies
May 17, 2010
I'm upgrading to VB2008 from VB6 and have noticed that when drawing a small diagram on the screen it is much slower. In VB6 is is drawn 'instantly' in VB2008, 34 lines, 5 arcs and 15 text items are taking 112000,000 ticks to draw- I can see it being drawn line by line. The codes contains the code to draw the diagram and some minor calculations to determine what to draw. If I just draw 4 lines directly it takes 80,000 ticks which looks 'instant'. It looks as if the calculations are slowing it down. Is there some reason for this, is there a box I have not ticked that makes it slow?
View 7 Replies
Dec 8, 2010
I have a solution with several projects most of which are code or control libraries. I have a main windows forms application that references and uses these libraries. What i am trying to do is create a 2nd windows application that extends the main one, but i would like to be able to deploy them as separate exe's.
When i try to add a reference to the new app referencing the main app; all seems fine until i try to run the new app i get several error msgs similar to below:
Error 1 Could not find file 'ADODB.dll' referenced by assembly 'D:Visual Studio 2005ProjectsXXXinDebugXXX.exe.manifest'. <newAppName>
i have tried adding references to all the dll's in the error messages and they are still listed when i try to run the new app. I thought of a few work arounds but they require user changes to maintain separate exe's at deployment. I would like to avoid this if possible.
View 2 Replies
Mar 10, 2012
I have a requirement to show genealogy diagram to user based on readily available data. Our existing database is as follows
1- Every person has unique ID
2- Relation field's has id of respective persons based on relationship like Father, Mother, Spouse etc.
View 3 Replies
Nov 20, 2009
I am using VS 2008 and I have a solution with multiple projects. I would like to know how to open a form in project B from a Form in project A. The solution starts with the form in project A.I have tried the following and it does not produce the expected behaviour:In Form A I have added a reference to the Project B. The following code is in a form in project A. appraisal is a form in project B.
Dim appraisalForm As New appraisalApp.appraisal
appraisalForm.Show()
The above solution works to a degree. As the form is instantiated in Project A, I cannot reference any of the items in the form in Project B as I could if the Form in project B was instatiated through startup.
View 3 Replies
Feb 11, 2010
I have a number of projects in a solution and want to be able to access forms in all of the projects from a form in the main project. I thought of doing this to keep each segment of the solution manageble. If something goes seriously wrong in one of the projects it is easier to fix that starting from scratch with the whole solution.I have found numerous suggestions on this topic from "It cannot be done" to suggestions that do not work. The closest that I have come and still does not work is as follows:
Imports VAT_List.Form1 'This is Form1 in Project 2
Public Class Form1 ' This is Form1 in the Main Project
Private Sub ListsToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListsToolStripMenuItem.Click
'Imports VAT_List.Form1
[code]....
View 2 Replies
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
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
Aug 22, 2011
I wish to build and display a simple diagram that is built from data entered by the user. Because I can't post a picture of the types of diagrams here I'll use the following example. Image a picture of a house as a child might draw it a large square, with a triangle for a roof, a rectangle for a door, and two smaller squares for windows. Now I want to build an application that lets the user enter data and change that drawing according. For example, by entering the length and height of the house the size changes, change the number of windows, size of the door or height of the roof.
Now this may seem like a useless application but keep in mind the house is just an example the real purpose is different but should be as simply drawn. I'm looking for suggestions on make this work. Should I use a paint? or is something like this better done with a tie into the Visio references?
View 13 Replies
Nov 28, 2011
How do i get multiple icons in a project for use with shortcuts OUTSIDE the project..
View 7 Replies