Click here to Skip to main content
15,890,512 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Open a windows Form from one windows app project in other windows app project Pin
Christian Graus21-Jun-08 12:36
protectorChristian Graus21-Jun-08 12:36 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
C4ao521-Jun-08 12:53
C4ao521-Jun-08 12:53 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
Christian Graus21-Jun-08 14:59
protectorChristian Graus21-Jun-08 14:59 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
C4ao521-Jun-08 23:48
C4ao521-Jun-08 23:48 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
C4ao522-Jun-08 0:38
C4ao522-Jun-08 0:38 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
Christian Graus22-Jun-08 11:34
protectorChristian Graus22-Jun-08 11:34 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
C4ao522-Jun-08 21:29
C4ao522-Jun-08 21:29 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
Christian Graus22-Jun-08 21:38
protectorChristian Graus22-Jun-08 21:38 
C4ao5 wrote:
Since im realatvly new to Vb.Net, i will ask you why not??


Because I can't imagine any real world reason to create a bunch of forms that my code cannot interact with again. Nor can I see any reason to have 30 forms on the screen at all.

C4ao5 wrote:
Main advatage is i dont need to declare a new form evry time i need to open it, instead of that i
just call a Windows Form from assambly and open it.


If you want to create a form, doing it via reflection is a lot more work.

C4ao5 wrote:
.(imagine the time lost if i need to
declare a new Windows Form evry time i need to open it, 6 projects > 70+ Windows Forms)


This is BS, sorry. Your app will run slower from using reflection.

C4ao5 wrote:
How do you mean "no way of interacting with any of them" ??


Your 30 forms are like 30 different apps all running by themselves. None of them can cause any other form to behave differently.

C4ao5 wrote:
So i have a good way to interact with the Windows form,
and the controls on it.


no. When you create a modeless form and do not store a reference to it, or even when you do, but it's a base Form, not the derived class, you have NO way of interacting with the controls on it in code, outside that form, ever again.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

QuestionRe: Open a windows Form from one windows app project in other windows app project Pin
C4ao522-Jun-08 21:52
C4ao522-Jun-08 21:52 
AnswerRe: Open a windows Form from one windows app project in other windows app project Pin
Christian Graus22-Jun-08 21:59
protectorChristian Graus22-Jun-08 21:59 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
C4ao522-Jun-08 22:07
C4ao522-Jun-08 22:07 
QuestionLaunching and manipulating a consolw window from a winform? Pin
Saul Johnson21-Jun-08 6:29
Saul Johnson21-Jun-08 6:29 
AnswerRe: Launching and manipulating a consolw window from a winform? Pin
Luc Pattyn21-Jun-08 7:04
sitebuilderLuc Pattyn21-Jun-08 7:04 
GeneralRe: Launching and manipulating a consolw window from a winform? Pin
Saul Johnson21-Jun-08 9:51
Saul Johnson21-Jun-08 9:51 
Questionwindow service debuging Pin
Ebube21-Jun-08 1:34
Ebube21-Jun-08 1:34 
AnswerRe: window service debuging Pin
jzonthemtn21-Jun-08 2:06
jzonthemtn21-Jun-08 2:06 
GeneralRe: window service debuging Pin
Ebube21-Jun-08 2:29
Ebube21-Jun-08 2:29 
GeneralRe: window service debuging Pin
Ebube21-Jun-08 4:43
Ebube21-Jun-08 4:43 
AnswerRe: window service debuging Pin
Eduard Keilholz21-Jun-08 7:38
Eduard Keilholz21-Jun-08 7:38 
GeneralRe: window service debuging Pin
Ebube24-Jun-08 6:36
Ebube24-Jun-08 6:36 
AnswerRe: window service debuging Pin
Ashfield21-Jun-08 7:41
Ashfield21-Jun-08 7:41 
GeneralRe: window service debuging Pin
Ebube22-Jun-08 0:27
Ebube22-Jun-08 0:27 
GeneralRe: window service debuging Pin
Ashfield22-Jun-08 21:00
Ashfield22-Jun-08 21:00 
GeneralRe: window service debuging Pin
Ebube23-Jun-08 7:59
Ebube23-Jun-08 7:59 
AnswerRe: window service debuging Pin
Dave Kreskowiak22-Jun-08 6:32
mveDave Kreskowiak22-Jun-08 6:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.