Home All Groups Group Topic Archive Search About

How to create an IDE?

Author
10 Dec 2006 5:55 AM
Terry Olsen
I want to create an IDE using VB 2005 where I add buttons, menus & such to a
form. Are there any resources that would help me understand how to do this?

Author
10 Dec 2006 6:15 AM
Bruce W. Darby
Terry,

VB 2005 has it's own IDE(Integrated Development Environment). Are you
wanting to create a 'solution' in which you build a application?

If this is the case, there are many resources available. My first .NET
reference was a book by John Smiley called Learn to Program Visual
Basic.NET. It's a VERY basic beginners book, but it helped me to understand
a lot of the 'geek speak', as it were, about vb.net. My current text is
Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome. If you're
ahead of the game there, I'm afraid the others here will need to help you.
:)

Bruce

Show quoteHide quote
"Terry Olsen" <tolse***@hotmail.com> wrote in message
news:eX4w%23%23BHHHA.3676@TK2MSFTNGP03.phx.gbl...
>I want to create an IDE using VB 2005 where I add buttons, menus & such to
>a form. Are there any resources that would help me understand how to do
>this?
>
Author
10 Dec 2006 7:17 AM
Cor Ligthert [MVP]
Terry,

The first thing you need is the VBC (Visual Basic Compiler) which is in
every SDK.

Than you can make it as nice as you wish.

Be aware that you have to do a lot more than you think, by instance set the
references, set the imports, do the linking, do the make file etc.

Cor


Show quoteHide quote
"Terry Olsen" <tolse***@hotmail.com> schreef in bericht
news:eX4w%23%23BHHHA.3676@TK2MSFTNGP03.phx.gbl...
>I want to create an IDE using VB 2005 where I add buttons, menus & such to
>a form. Are there any resources that would help me understand how to do
>this?
>
Author
10 Dec 2006 1:37 PM
Herfried K. Wagner [MVP]
"Terry Olsen" <tolse***@hotmail.com> schrieb:
>I want to create an IDE using VB 2005 where I add buttons, menus & such to
>a form. Are there any resources that would help me understand how to do
>this?

INFO: Code Sample That Demonstrates How to Create a Custom Form Designer
by Using Visual C# .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;813808>

Hosting Windows Forms Designers
<URL:http://divil.co.uk/net/articles/designers/hosting.asp>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
12 Dec 2006 9:44 PM
Bkins
If you'd like an example you can check out the open source project #Develop (or SharpDevelop)www.icsharpcode.net/OpenSource/SD/

It is a great IDE!  I have been using it for years :-)

Bkins
---
Posted via DotNetSlackers.com