![]() |
| ||
| VB6 Input and getting Output. Hello sir, I am using visual studio 2005. I want to split the form into 2 parts. On the left side i wil give the VB coding. On the right side i want output for that coding. Similar to this link http://www.w3schools.com/html/tryit....ml_paragraphs1 But the link is for HTML coding, But i want it for VB. Thankyou sir. |
| ||
| Re: VB6 Input and getting Output. Your link didn't work. If you mean working with IDE, code displayed in one pane and running app in the second pane, the answer is no way. Since VB code is compiled before execution, running the app would "lock" the exe file which prevents compiling the code. The best you get with VB is Edit & Continue feature i.e. you can stop debugger, edit source code and then continue debugging. And that's a really great feature! AFAIK VB 2005 does not support dual monitor setups. Maybe VB 2008 does support dual monitor, but still edit & execute might not work in the way I think you mean. |
| ||
| Re: VB6 Input and getting Output. Quote:
Is it possible to run VB6 projects in VS2005 with a button click. (ie) In an IDE when i click some button i need VB6 projects to run in VS2005. |
| ||
| Re: VB6 Input and getting Output. From VB IDE's menu "Tools\External Tools" you can add external apps to IDE, like VB6.EXE (VB6 IDE). And you get that to the "Toolbar Buttons" with Customize Toolbar. I use VB2005 EE, in VS you might have more (=better) ways to do this. |
| ||
| Re: VB6 Input and getting Output. Quote:
I added it to my project. But i dint find any way to run it with my button click on form, from VS2005 |
| ||
| Re: VB6 Input and getting Output. Sorry, it seems I understood your question totally wrong. Here's how to launch VB6 from VB.NET Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.ClickJust change the file name to start any application. The application (VB6) starts as its own process i.e. after running the code above, you'll have VB.NET and VB6 as separate processes. If you try to run VB6 "inside" of the VB.NET, that's not possible. |
| ||
| Re: VB6 Input and getting Output. Thankyou sir, I am able to do that, But it is running separately Is it possible to run that project in the new form of myproject, with form splitted into two, Leftside - coding Rightside - Output |
| ||
| Re: VB6 Input and getting Output. No, it's not possible. I did explain that in my previous postings. |
| All times are GMT -4. The time now is 2:56 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC