darker080 Posted December 13, 2002 Posted December 13, 2002 Hi, how can i run a console app. in a windows form, when i now run my console code, there is no screen output . thx Quote
Moderators Robby Posted December 13, 2002 Moderators Posted December 13, 2002 The easiest way... Start a new Windows Application then copy your Classes and Modules to that project. Quote Visit...Bassic Software
darker080 Posted December 13, 2002 Author Posted December 13, 2002 Yes, thats the way i did it, the compiler execute the code buth the console isn't visible. ... any ideas Quote
Moderators Robby Posted December 13, 2002 Moderators Posted December 13, 2002 I doubt you can have both at the same time. (I'm geussing) Quote Visit...Bassic Software
*Experts* Nerseus Posted December 13, 2002 *Experts* Posted December 13, 2002 You can't have both - the "console" or "windows exe" is a project property. Class Library is the other type. If you wanted, you could have changed the project property though you'd have to stub out the Main() yourself, to create the form. Or do as you did, which is probably easier if the project isn't too big. :) -ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.