Will code from Visual Basic 2005 Express work in Visual Basic 2008 Express?
Frequently Asked QuestionsVisual Basic 2008 Express includes a migration wizard that will help import existing Visual Basic 2005 Express projects. You may need to make some manual adjustments to the code you port over, but the migration wizard is a good first step towards moving your code forward.
Related QuestionsFor whom is Visual Basic 2008 Express intended?
Frequently Asked QuestionsVisual Basic 2008 Express is designed for hobbyists, first-time developers, and students looking for a fun and easy way to build Windows applications.
Related QuestionsWhat types of applications can I build with Visual Basic 2008 Express?
Frequently Asked QuestionsVisual Basic 2008 Express can be used to build Windows applications, Windows Presentation Foundation (WPF) applications, console and reusable components and controls. If you want to create interactive Web sites, you should use Visual Web Developer 2008 Express Edition which fully supports the Visual Basic language.
Related QuestionsFrequently Asked Questions (FAQ)Visual Basic 2005 Express can be used to build Windows applications, consoles (sometimes referred to as "command line applications") and reusable components. If you want to create interactive Web sites, you should use Visual Web Developer 2005 Express Edition which fully supports the Visual Basic language.Related Questions
How do I make Visual Studio 2005 Express work with .NET 3.0?
Frequently Asked Questions (FAQ)You will need to download and install additional components. Please see the Visual Studio Developer Center for more information. No, each release of Visual Studio is tied to a specific version of the .NET Framework. The Express Editions can only be used to create applications that run on the .NET Framework 2.0.
Related QuestionsFor whom is Visual C++ 2008 Express intended?
Frequently Asked QuestionsVisual C++ 2008 Express is designed for hobbyists, first-time developers, and students looking for a fun and easy way to build Windows applications.
Related QuestionsFor whom is Visual Web Developer 2008 Express intended?
Frequently Asked QuestionsVisual Web Developer 2008 Express is intended for non-professional, hobbyists, students and beginning Web developers who want to learn how to build ASP.NET 3.5 Web applications.
Related QuestionsWhat is Visual Web Developer 2008 Express?
Frequently Asked QuestionsVisual Web Developer 2008 Express is a stand-alone, lightweight, easy-to-use Web-focused tool for building ASP.NET 3.5 applications. It includes everything you need to begin building Web applications, including a built-in development/test Web server.
Related QuestionsDo applications built for Visual Studio 2008 Express Beta 2 work in the official released version?
Frequently Asked QuestionsGenerally speaking, yes. Please note that there have been some changes between the betas and the official release, so you make to make some updates to your code accordingly. Yes, side-by-side compatibility with other versions of Visual Studio 2005 including Visual Studio 2005 Express Editions and Visual Studio 2008.
Related QuestionsHow can I run another application or batch file from my Visual Basic .NET code?
Visual Basic Frequently Asked QuestionsThe answer for all of these examples is the same, you can use the classes and methods in System.Diagnostics.Process to accomplish these tasks and more. Example 1. Running a command line application, without concern for the results: Private Sub Button1_Click(ByVal sender As System.Object, _ Example 2. Retrieving the results and waiting until the process stops (running the process synchronously): Private Sub Button2_Click(ByVal sender As Object, _ Example 3.
Related QuestionsIs Visual Web Developer 2005 Express anything like Visual InterDev?
Frequently Asked Questions (FAQ)Visual Web Developer Express and Visual InterDev are unrelated products, but address similar markets. Visual Web Developer Express is a member of the Visual Studio 2005 family and is designed exclusively for building Web applications and Web services. Previous users of Visual InterDev should find the streamlined interface of Visual Web Developer Express appealing.
Related QuestionsWhere can I get help and support for Visual Basic Express?
Frequently Asked Questions (FAQ)The Express products are not officially supported. But you may find help by posting your question in the Express Edition Forums.
Related QuestionsWhat types of application can I build with Visual C# 2008 Express?
Frequently Asked QuestionsVisual C# 2008 Express can be used to build Windows applications, Windows Presentation Foundation (WPF) applications, console and reusable components and controls. If you want to create interactive Web sites, you should use Visual Web Developer 2008 Express Edition which fully supports the Visual C# language.
Related QuestionsWhere can I get help and support for Visual C# 2008 Express Edition?
Frequently Asked QuestionsThe Express products are not officially supported. But you may find help by posting your question in the Visual C# 2008 Express Forum .
Related QuestionsWhere can I get help and support for Visual Web Developer 2008 Express?
Frequently Asked QuestionsYes. The ability to target different versions of the .NET framework (i.e. multi-targeting) is available in Visual Web Developer 2008 through the Project Properties menu.
Related QuestionsWhat programming languages are supported by Visual Web Developer 2008 Express?
Frequently Asked QuestionsVisual Web Developer 2008 Express supports development with Visual Basic and Visual C#. Visual Web Developer 2008 Express also includes rich editors for HTML, XML, JavaScript and Cascade Style Sheets (CSS).
Related QuestionsDo I need IIS to build applications with Visual Web Developer 2008 Express?
Frequently Asked QuestionsNo. Visual Web Developer 2008 Express comes with a built-in Web development server that enables you to build and test applications without a dependency on IIS. The server only accepts local requests and is only for build and test. Web applications built with Visual Web Developer can easily be deployed to IIS or your favorite hoster using the built-in copy Web tool.
Related Questions