PC Review


Reply
Thread Tools Rate Thread

common ways creating projects.

 
 
Mr. X.
Guest
Posts: n/a
 
      26th Mar 2010
Hello.
I want to create a project, with many programs (100).
There is a main menu that is running, which can call many programs.

What is the common way doing so, in VB.NET 2008.

1. Each program is executable, and the main menu program send each program
parameters.
2. Each program is ActiveX.
3. MDI. or each program is on the same panel (whenever I can do so).
4. Else ?

Thanks

 
Reply With Quote
 
 
 
 
Family Tree Mike
Guest
Posts: n/a
 
      26th Mar 2010
On 3/26/2010 5:18 AM, Mr. X. wrote:
> Hello.
> I want to create a project, with many programs (100).
> There is a main menu that is running, which can call many programs.
>
> What is the common way doing so, in VB.NET 2008.
>
> 1. Each program is executable, and the main menu program send each
> program parameters.
> 2. Each program is ActiveX.
> 3. MDI. or each program is on the same panel (whenever I can do so).
> 4. Else ?
>
> Thanks


You sound to be describing many forms or tools within one program.
These forms should only be a separate program if they make sense to
execute independently. For example, if I write a program for keeping a
budget, and I want to add a calculator tool, that calculator tool may
make sense to execute separately from the program as a replacement for
the windows calculator application. I doubt each of the ninety-nine
other forms are independently useful in their own right as is the
calculator I just described.

MDI is only used in two different types of apps. The first is like a
word processor where separate documents are all edited within the MDI
container. Each MDI child looks very similar to the others. The second
type is a database application where each MDI child is controlling a
different view into the database.

It's very difficult to answer what I would do in your specific
application without more information.

--
Mike
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to use a common class in different projects mp Microsoft VB .NET 6 18th Apr 2010 11:45 AM
using common classes and enums for all projects in a Solution Nariban Barkan Microsoft C# .NET 4 11th Jun 2008 03:24 PM
I need to specify common files for my ASP.net projects =?Utf-8?B?c21pbGx5?= Microsoft C# .NET 3 21st Feb 2005 10:35 PM
Common Files among projects =?Utf-8?B?c21pbGx5?= Microsoft C# .NET 4 18th Feb 2005 12:39 PM
Sharing a common CS file throughout Multiple Projects? Harry Whitehouse Microsoft C# .NET 3 3rd Aug 2004 01:54 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:47 PM.