Showing tag results for VB2005

Nov 14, 2006
Post comments count0
Post likes count0

Key VB Hotfixes Available for Download

VBTeam
VBTeam

We’ve heard from you that popular hotfixes should be a public download rather than requiring a call to support.   Based your feedback, we’ve launched a pilot program that will allow you to download the most frequently requested Visual Basic 2005 hotfixes without having to contact Microsoft Developer Support.  For more inf...

Nov 2, 2006
Post comments count0
Post likes count0

Interop Roadmap – UserControls, MDI, and Data

VBTeam
VBTeam

Recently the VB team released the Interop Forms Toolkit, which allows VB6 developers to extend their existing applications using .NET.  The toolkit allows developers to write a regular Windows Form in VB.NET, click “Generate Wrapper Classes”, and then call those forms from VB6.  It also provides mechanisms for firing and handling events, ...

Oct 10, 2006
Post comments count0
Post likes count0

Check out "Live from Redmond series #3" from the .NET FX product teams

VBTeam
VBTeam

The .NET Framework teams are providing several Live Meeting presentations spanning application technologies like Smart Clients, Web 2.0 (AJAX) and Mobile.  Check out SimonMu's blog for more information:http://blogs.msdn.com/simonmu/archive/2006/10/09/The-next-series-of-team-member-Live-From-Redmond-webcasts.aspxSimon also pointed me to a great...

Oct 4, 2006
Post comments count0
Post likes count0

VB Developer's Introduction to ASP.NET

VBTeam
VBTeam

by Kathleen McGrath If you're a Visual Basic developer who wants to learn about ASP.NET, you should check out this new MSDN article:  A Visual Basic Developer's Introduction to ASP.NET 2.0There's also a number of introductory webcasts and multimedia presentations at Learn ASP.NET 

Sep 23, 2006
Post comments count0
Post likes count0

Video Screencast: Microsoft Interop Forms Toolkit 1.0

VBTeam
VBTeam

by Kathleen McGrathI've created a screencast that shows you how to create a Windows form in Visual Basic 2005 that you can call from your Visual Basic 6 application using the Microsoft Interop Forms Toolkit 1.0. The screencast is about 6 minutes long.Interop Forms Toolkit Screencast

Sep 20, 2006
Post comments count0
Post likes count0

Visual Basic 2005 Power Pack!

VBTeam
VBTeam

I’m excited to announce that the Microsoft Visual Basic 2005 Power Pack has been released and is now available for download on MSDN!  In this release we have two components:  Both components are fully supported, and we’ve included the source code for the Interop Toolkit as well.  For more information check out http://msd...

Sep 14, 2006
Post comments count0
Post likes count0

Create Add-ins for Office 2007 with Visual Basic

VBTeam
VBTeam

By Kathleen McGrathThe beta release of Visual Studio Tools for the 2007 Microsoft Office System (VSTO 2005 SE) was announced today. VSTO 2005 SE is a free add-on for Visual Studio (Professional or above) that enables you to create add-ins for the most popular Office 2007 and Office 2003 applications. You can get VSTO 2005 SE Beta here.

Sep 13, 2006
Post comments count0
Post likes count0

Visual Basic Express Edition Videos

VBTeam
VBTeam

by Kathleen McGrath Have you ever wished that you could have someone show you how to accomplish a programming task instead of having to read through the steps on how to perform the task? Or maybe you just need a little more clarification about where a particular option is located. They say a picture is worth 1,000 words, so imagine what a vide...

Jul 3, 2006
Post comments count0
Post likes count0

Whats New In VB2005 – Some parts of the TechEd demos

VBTeam
VBTeam

So I cleaned up my teched demos and editted the notes so hopefully, someone other than me (without access to what's inside my head ;-)) can follow along and see some of the cool new things in VB2005. Simply unzip the solution, open it, and remember to START with the demo.vb file in the DemoProject solution! If there's a project you're interested in...

Jun 27, 2006
Post comments count0
Post likes count0

Generics Patterns and Practices: ideas and suggestions for when to use generics

VBTeam
VBTeam

So at TechEd-2006, I gave a chalktalk on generics patterns and practices. I've zipped the content up here so folks can check it out if they want. I start by giving a quick background on generics (the GenericsBasics solution attached), then looking for patterns in the framework of where generics might be applied (The Examples project in the solution...