Got 2 In Using 2 Forms In 1 Solution?

Jan 4, 2010

I am using 2 forms in a solution the first is the application itself (MainForm) while the second is for the settings (SettingsForm) My first question is how to let the (SettingsForm) to Inherits Or Share the Declarations in the (MainForm)? And how do I it Save Load , the settings if changed when the application is closed Some applications use *.ini files to save it's settings but I don't know how to load it back I may save it with this code:

[Code]...

I may save a settings if there a Check box by "1" or "0" where "1" means Checked while "0" means UnChecked
Also, if there is a radio button I may set the first radio as "1" second as "2" third as "3" The problem is with Loading the settings Here is the Questions once more: 1- How to let the (SettingsForm) to inharets Or Share the Declarations in the (MainForm)? 2- How do I it Save , Load the settings when the application is closed?

View 6 Replies


ADVERTISEMENT

Forms :: Calling Forms Across Projects Within The Same Solution?

Jun 1, 2010

I have 5 projects within the same solution file, Im trying to access a form that is part of one of the projects from my startup project.I have looked through the earlier threads and most of them deal with calling forms from within a project.To my understanding ive correctly added the projects to the solution file from File --> Add --> Existing Projects.I have also referenced my Project2 from Project1 but still the intellisense does not let me access form1 of project2 from project1.

View 3 Replies

Using Forms In Other Projects Same Solution?

Nov 18, 2009

I have solution that has main app & userManagement app in the main app i referenced the userManagement app and I can see the class in my main app userManagement is a userLogin etc. how can I use the forms from userManagement project in main project??

in formLoad in main app If userID = "" then 'show formLogin from userManagement end if

View 2 Replies

.Net Forms Vs. Web Based ASP.Net Solution - Which Will Scale Better?

Nov 19, 2009

I am on a project helping to analyze the load a VB.Net WinForms application can take. This app has been in production for several years and has many many products on it. We plan to add more products but see the client footprint rapidly increasing. This is contributing the degradation of performance on the system overall.There is duscussion that moving the UI intensive portions of the app to ASP.Net it will reduce the client footprint and solve many of our issues.My question which of the following will scale better in terms of performance and load? ASP.Net(VB) Web based architecture VB.NEt WinForms 3-tier architecture

[Code]...

View 3 Replies

Forms :: Correctly Call From A Different Project In The Same Solution?

Aug 18, 2010

I can have all the projects existing in the same solution, and it builds fine. I can have a reference added to the project that I want to show a form from and still builds fine, every time I do something like this: Dim form_to_show as new Project2.Form1 form_to_show.show() It appears to corrupt the RESX file and stops compiling...it's really getting anoying..

View 7 Replies

Importing Solution Files With Windows Forms?

Jan 4, 2011

I am working on a vb.net Windows Forms application.I want the application to import Visual Studio Solution files from versions 2005 & 2008 (elsewhere on my Hard Disk).I am using Visual Studio 2010. I want the applicaton to find the files entitled - 'Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010.' Thyese are the files I need. I aso know that it will find files - 'Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005'.Under is my code thus far. Maybe someone can give me some advice as how to make sure that the applications returns the correct Sln files?

Imports
System
Imports
System.IO

[code].....

View 3 Replies

Pass Data Between Forms In Different Projects In One Solution?

Apr 21, 2011

I need to pass data (a user name) from a logon form in one vbproj to a form in another vbproj that are compiled in one solution. Public Read Only does not seem to work.

View 2 Replies

Forms :: Display Full Form With Different Screen Solution?

Mar 26, 2010

I have a form with full of objects & fix in 1020 & 800 screen solution, but if I set screen solution to 800 x 640 (to see more clear other applications) then my form show mising the right & bottom parts

1. Can VB show with auto-adjustment screen (auto show the form smaller to be fit)?

2. My form somehow can be set with Horizontal & Vertical slide (or some thing similiar) so the user can see the rest?

View 2 Replies

VS 2008 : Group The Elements In The Solution Explorer (Forms , Modules Etc)?

Oct 3, 2010

I would like to group the elements in the Solution Explorer (Forms , Modules etc) .Is this possible in the VB .NET Editor ?

View 5 Replies

Opening A Solution File It Was Saying "The Selected Fiel Is Not A Valid Solution File"?

Mar 27, 2012

Till yesterday I was working fine with my Project.I din install anything new, am not trying to open my solution file with a different version also.Today when i tried opening my solution, it was saying

"The Selected Fiel is not a valid solution file"

"The Operation could not be completed.Unspecified Error"

Microsoft Visual Studio Solution File, Format Version 10.00

# Visual Studio 2008

Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "??E", "..Setup2Setup2.vdproj", "{600F8FB2-B9A9-4138-B7E7-FE7B39815CC1}"

EndProject[code].....

View 6 Replies

.Net Solution With C# And VB Projects

Aug 30, 2011

I have a .Net solution with 5 projects in c# and one in visual basic. I want to know whether there would be a gain of performance to convert my visual basic project to C# in the day to day while I compile my solution.

View 3 Replies

Add WCF Web API With ASP.NET MVC 3 To Existing Solution?

Dec 1, 2011

Im trying to implement this code: url... and want to add it to my existing VB.NET solution.But when I look at the source code I see a code behind file for global.asax (Global.asax.cs) file with a namespace defined in it?!?Now in my existing VB.NET solution I DONT have a code behind file. Here's what my global.asax looks like: [code]When I add the namespace code as in the sample code I get: 'Namespace' statements can occur only at file or namespace level.How can I implement the sample code correctly in my current solution?

View 1 Replies

Best Solution To Use A DLL / Driver

Feb 25, 2010

Im working with a CD722UN Customer Display for our POS application. it comes with a USB2.0 connection and a installation package containing a driver etc. now, for my application. how should i do when i want to access this driver? at the moment i'm using the "CD722UN application"s .dll path but that can wary from clients OS etc. [Code] my first thought was to first check if there was a device installed in the device manager and somehow use the driver from there? [Code] what is the best solution?

View 1 Replies

Combine C# And .NET In A Solution?

Mar 2, 2012

I have a solution, Winforms, mainly composed from VB.NET projects (Wiforms, Constrols and business classes).

How, I added to it a WPF project, but wrote it in C#. Actually, every time I make a modification in the WPF C# project, I need to (re)build the C#WPF project. Is there a option to make it work like other (VB.NET) projects (accept and "see" the changes without rebuilding the C# project)?

An example:When I reference project "R.VB" in project "M.VB", I add a method "DoTest" in the "R.VB" and use that method in "M.VB" without compile errors.

If I add "DoTest" in the C# WPF Control and try to use it in "M.VB" project, I recieve a compile error "DoTest" is not a member od "R.C#Class".

View 5 Replies

Communication Between EXE In Solution?

Feb 12, 2009

I have 2 projects (P1 and P2) in a VB2008 solution, with each project compiled to a separate EXE.P2.exe is started via a button on P1 and while P2 runs, certain aspects of P1 are disabled. When P2 closes, P1 needs to reactivate those disabled aspects.Question: How do I communicate with P1 from P2, seeing that they are 2 separate EXE files, even though part of the same solution?

View 2 Replies

Paging Solution For Datagridview

Jan 7, 2009

I need to quickly fill a datagridview but there are over 10,000 records.What is the best paging solution to use in cases like these ? Should I use a backgroundworker ?

View 4 Replies

.net - Cannot Open Solution File?

Sep 1, 2010

i have this project in TFS, and someone else from another computer changed the solution file's name. Now when i try to open it, i cant. It gives ne this error -"This project (xxx.sln) cannot be opened from source control because it was created by a version of Microsoft Visual Studio that is incompatible with this one.If this is the case, you may be able to open it from source control using that version of Microsoft Visual Studio, and then use Microsoft Visual Studio to open the local copy."

I dont have a local copy cause i deleted it. Reason being i wanted to get eveything new from the server. How can i open this project now?

View 2 Replies

.net - Fork A VS 2010 VB Solution?

Jun 13, 2011

I've written a bare-bones ap in Visual Studio 2010, Express version. It does what I need and several others are using it successfully. I'd like to add features to it, but I don't want to foreclose the ability to make corrections to the present version.

How do I make a fork in the application for this purpose? Google has been no help in this case, and I've tried several incarnations of copy and change names etc etc.

View 2 Replies

.NET Solution Does Not Contain A Main Function

Dec 16, 2011

.NET solution does not contain a Main function

View 2 Replies

.NET Solution Does Not Contain A Main Function?

Dec 16, 2011

Every Visual Basic application must contain a procedure called Main.

I Didn't find such a method in my solution..

[Code]...

My problem is, in fact, I try to follow a recommendation that says: Clipboard.GetDataObject Always Returns null? If you find you're always getting null from GetDataObject, try adding [STAThread] before your static void Main().So, me, if I don't find Main()... I can't follow that recommendation in VB.NET...

View 1 Replies

Adding And Using A File To A Solution?

Jan 22, 2011

I recently built a program in VB 2010 that calls an image file from my hard drive. I have found that by deleting or moving the file causes the program to shut down.The code to call the image is as follows:

aTileSheet.LoadBitmap("C:Documents and Settingsimagefile.jpg", 32, 32)

I remember when I was working with C#, there was a way to add a file (such as a Jpeg) to the solution itself.While I can add a file with the "Add Existing Item" command, I am at a loss for how to use it from the solution. If there is some way to add an outside file so that it will be a part of the program after building it, or if this is even possible, I using s dynamicbitmap command (as found from this website ) to use the image. If this effects the results, let me know that too.

View 8 Replies

Difference Between Solution And Project?

Aug 13, 2010

what is the difference between Solution and project in vb.net If I load either of this from my project folder, will effect be the same?

View 2 Replies

Different Framework In A Single Solution In .net?

Jul 16, 2011

I make a two vb project with a same framework 4.0 in one solution then I call the form of project 1 from project 2 then it is worked! But the problem is if I changed the framework of project 1 to framework 2.0 and the project 2 is still framework 4.0 . . . there's error occurred.

View 1 Replies

How To Use Object In Another Project Within One Solution

Dec 2, 2009

Currently I had two project within one solution, my question is how do I open a windowsForm located in project2 by pressing a button in a windowsForm in project1?

View 1 Replies

Managing Several Projects In The Same Solution?

Feb 7, 2012

It's me again, trying to have multiple projects in the same solution. How can I do that?

I know that the project name should accompany whatever functions I'll be calling but somewhere it does not work.

One more thing, can I include forms in all the projects I create?

View 7 Replies

One Solution / Multiple Projects

Jun 13, 2009

I've developed a stand-alone RTF project/solution and a stand-alone calendar project/solution. I'm trying to incorporate them into a master project/ solution.If I just add the RTF & Calendar projects to the master solution, I cannot access them from the Main form of the master project. It just doesn't see them. Just adding the forms doesn't work because it doesn't contain all of the necessary information embedded in the project (references, etc.)

View 4 Replies

Open Another Solution In A New Window?

Nov 18, 2010

I want to open a Windows Application window that has the contents of another solutiowhen I click on the button. How do I do this?

View 3 Replies

Opening Without A Solution File

Sep 27, 2011

I apparently didn't save the project I was working on as a "solution" file, and I all I have are two separate files.[code]I only have those two files. The code is there, but the solution explorer lists nothing, and I have found no option to just simply open up my project after saving it so I can work on it again. I see no design. I really just want to see my project like it was before.

View 3 Replies

Setup Solution In Winrar?

Oct 24, 2009

How do i complied my form design into winrar compress??

View 2 Replies

Solution Explorer Not Showing Up

Sep 26, 2009

When i Restarted my project, the solution explorer is not showing up. I tried with ctrl+ ALt+ L, still it is not showing up. The property window is showing.I tried with the suggestion of going to options in Tool menu and checked whether "ALWAYS SHOW SOLUTION" is selected or not. What may have caused this problem?

View 4 Replies







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