Eclipse IDE [message #145501] |
Wed, 29 March 2006 13:16  |
Eclipse User |
|
|
|
Originally posted by: surr123.yahoo.com
Hi,
I am very new to Eclipse IDE.
1. I have a stand alone Visual Basic Application.
2. In Eclipse IDE, I want to add a menu or UI (user interface) having a
button and on click of this button should launch my Visual Basic
Application.
3. Is this scenario possible in Eclipse IDE?. If so can anyone please let
me know how can it be achieved? (Samples/Examples)
4. Also can you please let me know if this is the right forum to post this
question?
Thanks in advance for all the responses
|
|
|
|
Re: Eclipse IDE [message #145943 is a reply to message #145501] |
Fri, 31 March 2006 04:54  |
Eclipse User |
|
|
|
Originally posted by: matt.querix.com
Of course, you could always write your own. A full VB IDE for Eclipse
would be quite a big job (1 man year or something like that). But if you
just want to be able to launch VB from within Eclipse, you only need to
create a launch configuration for it.
Open the Eclipse Help system by clicking Help > Help Contents on the
menu bar. Look under Platform Plug-in Developer Guide > Reference >
Extension Points Reference for
org.eclipse.debug.core.launchConfigurationTypes.
Or you could just use a normal action, using the
org.eclipse.ui.actionSets extension point, but that won't let you
configure the launch so easily, best to plugin to Eclipses launch framework.
Matt
Surr wrote:
> Hi,
>
> I am very new to Eclipse IDE.
>
> 1. I have a stand alone Visual Basic Application.
>
> 2. In Eclipse IDE, I want to add a menu or UI (user interface) having a
> button and on click of this button should launch my Visual Basic
> Application.
>
> 3. Is this scenario possible in Eclipse IDE?. If so can anyone please
> let me know how can it be achieved? (Samples/Examples)
>
> 4. Also can you please let me know if this is the right forum to post
> this question?
>
> Thanks in advance for all the responses
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.07817 seconds