.net - Given A Large Number Of Objects, Create Multiple Forms In Designer For Them Or Use Code To Create The Forms?

Dec 29, 2010

If I have a large number of classes, each similar to the other in certain aspects (they all share a common base class, but each does things differently), and I need to create Windows forms for each to allow easy changing of their values through a GUI? Create one matching form for each object in VS' forms designer, Or Use code to create the forms dynamically at runtime.

#2 makes the most sense to me, because a lot of these objects will share very common features of the form, notably "Ok" and "Cancel" buttons. But one object might need to draw a textbox on the form while another might need to draw a combobox. Not to mention, if I want to put icons on the "Ok" and "Cancel" buttons, I'd have to do this for each copy of the form in designer, and that sounds like it could get out of hand quickly.But is drawing forms through code sane? VS' forms designer is pretty sophisticated and designed to make life easier. Am I wise to consider ignoring its functionality and diving into the trench warfare of forms design through code? Or are there examples of automating form creation based on an existing object's properties?

View 1 Replies


ADVERTISEMENT

Forms :: Create A Dynamic DataGridView From A List Of Objects?

Feb 6, 2009

I am relatively new to C# and winforms, although I have been using Java for years, so forgive me if im asking something relatively straightforward!I have a DataGridView, it needs to update regularly so I wish to provide a Collection of objects as its DataSource and NOT a database table.So far I have a List<MyObject> which will be constantly updated via a BackgroundWorker thread. I want my DataGridView to update when a change has been made to the List i.e. if the objects are resorted, added to or deleted from etc.Currently my DataGridView only displays the first object I add to the List, if I add more the DataGridView doesn't update to display the new objects added.This is a basic overview of how im coding it:

private List<MyObject> myList= new List<MyObject>();
myDataGridView.DataSource = myList;
Then my BackgroundWorker thread updates the list, e.g.

[code].....

View 4 Replies

Create A Report From A Query Using Multiple Forms?

Apr 21, 2010

which contains a combobox with two Gender options, Male and Female. When the form runs the user can select either male or female to perform a query. I made the ComboBox public and shared so that it can be viewed by other forms. On another form i added a ReportViewer and a dataset based on my database (MS Access 2007 database with 1 table named tblStudents). I don't have any problems when i try to run a simple query without parameters, but there is a problem with my

View 13 Replies

Create A Class In Code That Contains Forms?

Mar 18, 2012

To me the answer to this question will be stupidly simple, but I cannot find it. I want to generate child forms to do simple tasks from my main form. I want to be able to create and destroy these child forms as I use the main form. I decided to create a class of the child form, with its own constructors and destructor. When I tried to do this using the Class Library Module, I could not access the Windows.Forms class to create a form.

View 4 Replies

Forms :: Create Picboxes Via Code?

May 24, 2010

How can I create picture boxes using code? The application that I am making, the amount of picture boxes needed for a certain thing is not known, and is always changing (and im planing to put them into a picture box array). Also, how can I set the new picture box (assuming that its possible with code) to have the same properties/size etc as another picturebox? Is it possible for me to set a "mold" or something?

View 4 Replies

Localizing Large Number Of Windows Forms

Oct 12, 2011

I'm working on a project that involves localizing a large number of Windows Forms. We're dealing with layout using the TableLayoutPanel control, which works nicely. One area we're striking problems with is when we set the Form.Localizable property to True, we then end up having to manage one .resx file per form per language.

That would be fine if the .resx files only contained the Localized text, but it also contains a vast amount of layout data for the form. Is there a way to separate the localizable text elements from the control layout information, that continues to work in the visual studio IDE? I've noticed that I can modify my the form's designer file to look at another resource file, but when I use the form designer, these changes are deleted:

'Label1
Me.Label1.AutoSize = True
Me.Label1.Dock = System.Windows.Forms.DockStyle.Top
Me.Label1.Location = New System.Drawing.Point(3, 0)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(61, 13)
Me.Label1.TabIndex = 1
Me.Label1.Text = My.Resources.ResourceManager.GetString("Form1_Label1_Text")

View 2 Replies

Forms :: Write Code With Multiple Forms?

Apr 17, 2009

I am trying to write code with multiple forms. The first screen is splash screen then is supposed to close and have a calculations screen. In the timer of the splash screen I wrote the following code

Option Explicit On
Option Strict On
Public Class uiHinsbrookSplashScreen

[code]....

This opens the second screen, but when I Hit Exit on the Second Screen The first screen is still open. What do I need to do next?

View 2 Replies

Create A Data Forms With Forms Wizard In VB 2005?

Jan 21, 2010

How to create a data forms with the data forms wizard in VB 2005

View 6 Replies

Forms :: Get With Windows Form Designer Generated Code?

Oct 6, 2009

I use the code about video capture of this site, it ran very well ! VB Helper: HowTo: Capture video from a video device such as a Webcam with VB .NET But I want to change the interface of form then after I customize my new one with button, picturebox (with the right name), copy the code again except this paragraph #Region " Windows Form Designer generated code "

[Code]...

View 6 Replies

How To Create Actual 'wizard' That Allows Users To Use It To Create Their Own Forms

Dec 1, 2010

I've designed my own encryption application in VB 2008 that has a free tools section where users can choose a particular wizard to use from the drop down. The javascript wizards display the code required to put in their own sites. I already created wizards that users can well, use.I see people have their own "contact form wizards" on their websites all the time. Where users can use the wizard and get the displayed code to copy and paste on their sites. But trying to locate source codes to these things is very aggravating on the web.So what I want to do is create my own "form wizard" like out of javascript, that allows the user to put in some information then get the displayed code to put in their own websites. I'm not looking for the generator such as the online form generators.But the javascript source code(s) for the generator itself.Then I could simply put a form generator inside of my VB-app, that will allow the user to use the wizard, then get the html code to paste in their own sites. Preferably not the PHP one because the php backend is very difficult to put in a VB app.I know that it can be done. For example copying a web pages source code then putting it inside a string, then calling that string from a button click that will open the javascript page in the webbrowser inside the VB app.

View 2 Replies

Show A Large Amount Of Data That Spans Across Multiple Forms And Text Boxes?

Jan 15, 2011

I am trying to find a way to show a large amount of data that spans across multiple forms and text boxes. I am making a somewhat summery of the input strings.

View 3 Replies

Forms :: Cannot Open Half Of Forms In Designer View

Sep 1, 2011

I have no idea what I have done wrong here, so I'll just attach my project as a zip file and see if any of you are kind enough to look into it for me.I am reasonably experienced in C#.NET but having trouble using VB.NET for a school assignment.I cannot open half of my forms in designer view because "To prevent possible data loss before loading the designer, the following errors must be resolved".

View 1 Replies

Create Objects With Code?

May 26, 2009

I want to make pictureboxes move from the top of the screen to the bottom of the screen (easy) when they reach the bottom I want them to cease to exist (do-able). But i want to create new ones that keep coming from the top. create an endless amount of pictureboxes while running the program?

View 5 Replies

Creating Forms And Objects Through Code In The The Load Event Of Form1?

May 22, 2011

I've been working on creating forms and objects through code in the the load event of Form1, truthfully theres a few questions I have under this one category but to start I want to create a button click event that will check what button was pressed then set that button to a variable. I want the event to treat the button that was clicked like it was that buttons click event.Here's a shortened version of my code (Lol if you can call this short):

[code]...

View 3 Replies

VS 2010 Using A Number In Multiple Forms?

Dec 1, 2011

I made a calculation in one form using 3 textboxes. (I entered one number and multiplied it by another and got the answer in the third textbox.)

I need to bring my answer I got in textbox 3 into another different form later in the project.

how to do this? Something to do with a Module ?

View 5 Replies

Forms :: Retrieve Values From Objects Between Forms?

Feb 9, 2009

In VB.net how do you retrieve an value from a object in a different form.
eg:

' on frmMain

MsgBox ("Say ""Hello World"" Mr. " & frmOther.txtName.text)

View 7 Replies

Multiple Forms With The Same Code?

Aug 26, 2010

I have a working form that shows the product flow in a manufacturing plant.For various reasons,I need to create another form that is a duplicate of the original, but rotated 180 degrees.All of the underlying code to fill and handle events on the two forms will be identical.I don't want to have to duplicate and manage two sets of code to handle both forms.What is the best way to handle this?

View 16 Replies

Error: The Designer Cannot Process The Code At Line 25: Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font

Mar 11, 2010

THis is my error: The designer cannot process the code at line 25: Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again.

Callstack is:
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.CreateQuoteExpression(XmlElementData xmlElement)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.XmlElementData.get_CodeDomElement()

[code]....

View 4 Replies

Create A Folder That Can Contain Forms?

May 12, 2012

Can forms be put into folders (inside Vb 2010) and still be accessed?For example.. the resources are contained in a folder inside the solution explorer...am i able to create a folder that can contain forms?

View 4 Replies

Create An Array Of Forms?

Sep 11, 2009

how to creat an array of forms : i tried this thing out:

View 11 Replies

Create Control ( OCX Or DLL ) To Run On Both Web And Win Forms?

Feb 18, 2009

I want to create A control Which should be a OCX or DLL and it should be able to run on both ASP Pages and Win forms.Which Template should i use.

View 2 Replies

Create New Forms At Runtime?

Jun 16, 2010

I'd like to know how I can craete new forms at runtime.

Lets say I press Command1, a new form would open with a text box and a button on it. If I click Command1 again, another form would open with a textbox and a command button.

View 3 Replies

Create Program With Different Forms?

Jul 13, 2010

i want to create program, with different forms, in that it would have a main form in which if the user decides to select other forms, it would change right in the main form, so disallowing the user from noticing that he/she is viewing another form.

View 9 Replies

Forms :: How To Create Control

Jul 4, 2011

How to create this control? What control is this that in the VS 2008? untitled.JPG

View 4 Replies

How To Create Borderless Forms

Aug 8, 2010

I am trying to make a borderless form so I set the "Form Border Style" property to "None". So then I ran it and could not move it around. How do I overcome this? Btw I already made the close button and etc.

View 13 Replies

Application That Has Multiple Front Ends Developed Using Windows Forms / WPF / ASP / Compact Framework Mobile Forms

Apr 9, 2010

I have the requirement to create an application that has multiple front ends developed using Windows Forms, WPF, ASP and Compact Framework Mobile Forms.I would like to be able to create a series of obejct representing the business logic and have this logic accessible from the various front ends available. My first thought was to use remoting as I'd like to be able to pass the business objects back and forth between client and server but the compact framework doesn't support remoting and also transferring a full framework business object to a compact framework business object doesn't seem possible.My next thought was to use web services but again the passing of business objects seems to be very hard to accomplish. Without doing this I would have to create individual web methods for each business operation.

Finally my next option is to use sockets and write the whole client/server logic within some classes and expose them to the UI/Business layer. My only problem with this is it is not scaleable should the number of clients increase dramatically whereas using remoting or web services I can host the solution via ASP.Net.Does anybody have an ideas on the best way forward for this or even have any input on how they would write an application that required a windows form, wpf, asp website and mobile device GUI all of which want to use the same business logic?

View 3 Replies

Forms :: Multiple Forms, Closing Events And Sub Routines?

May 25, 2010

I have googled high and low to find an answer to this but I must be searching wrong.I have an application which has a listview displaying some items that are stored in a SQL Compact database. I am using a second form to add new items to this list directly into the database.When the second form closes I want to call the sub in my first form to refresh the list from the database.

How can I get it to fire the form1 sub routine on the close event of form2

View 3 Replies

Multiple Forms Program Needs To Open Successive Forms Somehow?

Nov 3, 2009

i was doing a fair amount of programming many years ago, like 10 it feels like, so I'm sorely not up to date on how my newly downloaded Visual Basic Express expects me to communicate with it.I am writing a program that pulls a cell from a database after the user has gone through several forms to determine which cells they want. When I write it like that, it doesn't sound very efficient, but I've designed it this way for usability.Here's where I have a problem: Should I store the path the user takes in a string, an array, what?

Here's an example:Someone wants baseball stats and trivia. They run my program, main form pops up, they select National League button, the NL Form pops up. Now the way my program is set up right now, is there are two ListBoxes on the form, one is populated, and as the user selects a Team from ListBox1, it jumps to ListBox2. Once they've selected all the teams they want info for, they click a button Next.

What I now need the program to do is show the next form "Team: name" once for each team, and insert the name of the team on the form in the appropriate label which I'll have blank. This form will also do the Listbox thing except the first listbox will populated with Topics like HR Stats, Pitching Stats, Coach History, etc.

View 1 Replies

Create A Simple Application Which Has 2 Forms?

Apr 20, 2010

I wanted to create a simple application which has 2 forms.the first one contains a combobox which has the list of names of reports.now i select this report and click on next which takes me to the 2nd form.there i have to enter 4 values(or parameters)like the date from and date to and other 2 values...using these 5 values i want to retrieve the respective reports from the archive folder based on these parameters...i just know how to select and move to the second form from the first..how do i achieve my goal of retrieving the pdf files.i want the result in a table form which will have column names of the parameters i pass and the last column with the report pdfs.

View 6 Replies

Create And Save Data To New Forms?

Jul 1, 2010

New to vb.net coming from vba. I am working on a mass balance model which collects a handful of 'user' data (less than 10 records) and then applies various equations to the data and records/reports the resulting values. I think I have a pretty good handle on the basic operators for a single 'user', having pretty extensive vba knowledge. However, I am having difficulty saving the new 'user' data and creating new 'users'. I need to keep the app as simple as possible for deployment to machines with nothing more than 2.0 and I do not really need a database, just a simple method of creating multiple 'users' as objects.

View 5 Replies







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