|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to create an IDE?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? 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. :) BruceShow 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? > 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? > "Terry Olsen" <tolse***@hotmail.com> schrieb: INFO: Code Sample That Demonstrates How to Create a Custom Form Designer>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? 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/> 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
Retrieving info out of a MDB
Commercial copy protection? Need some help... Why I am sick of .Net Retrieve Hard Disk Serial Number or othe unique PC identifier - XP & 2K Merging Java and VB for alert box ERROR: The state information is invalid for this page and might be corrupted Creating A Movie Player? How to get the registry key permission using RegistryRight in NET2.0? one field on a winforms, validate not firing |
|||||||||||||||||||||||