Showing category results for Featured

May 3, 2007
Post comments count0
Post likes count0

Closures in VB Part 2: Method Calls

VBTeam

For previous articles in this series, please see Jared here again.  This part of the series will focus on how method calls are handled in closures.  As stated in the previous article, the purpose of closures is to allow all operations inside a lambda or query expression that would normally be available inside the function or sub.&n...

May 2, 2007
Post comments count0
Post likes count0

Closures in VB: Part 1

VBTeam

  My name is Jared Parsons and I am a developer on the VB Compiler and Debugger.  One of the features I implemented for VB 9.0 is lexical closure support.  This a great addition to the VB language and I wanted to do a series of blog posts to describe this feature and how it will impact your code. Lexical Closures (more often referred...

May 2, 2007
Post comments count0
Post likes count0

Just Released – Interop Forms Toolkit 2.0!

VBTeam

Today we launched the Interop Forms Toolkit 2.0, which makes it easier than ever to upgrade VB6 applications to .NET.  This new release builds on version 1.0 by adding support for the following features: In the picture below you can see we've got a VB6 Form hosting a .NET UserControl which contains a MenuStrip and a ToolStrip.  By ...

May 1, 2007
Post comments count0
Post likes count0

VB On Silverlight

VBTeam

  One of the great things about being on the VB team is that we’re generally in the loop early and often with teams developing new technologies and products. It’s always exciting to see ideas take shape, evolve into a product, and eventually hit the market—often after four or five code names, a couple of tech previews, and a few release date/y...

May 1, 2007
Post comments count0
Post likes count0

What do the announcements at Mix mean for the Visual Basic developer?

VBTeam

At the Mix conference today in Las Vegas, Ray Ozzie and Scott Guthrie were dropping goodies like tootsie pops from a piñata. There was so much packed into their over two hour keynote that I thought it would be useful to distill the announcements down into one bite-sized post that should make for a pretty quick read (but unfortunately, includ...

Apr 27, 2007
Post comments count0
Post likes count0

So, you're going to Mix?

VBTeam

Now that Orcas Beta1 is on your machines, we’re trying to finish up the Beta2 version of Orcas to deliver those features you are so eagerly awaiting – features like Group By, explicit Joins, Nullable, keyword Intellisense, and Lambda Expressions. Things are looking very good as you probably witnessed in Kit’s web cast just the other day.   &n...

Apr 26, 2007
Post comments count0
Post likes count0

Want to Customize your menus in Visual Studio 2005? Here's how… (Lisa Feigenbaum)

VBTeam

This post was inspired by a customer bug on Connect.  However, it exposes a cool trick that you all might want to try!Consider the case that you want to make the Command Window item appear in the View menu itself (rather than in its current location in View->Other Windows).  Here are 2 ways of doing so:DRAG & DROP: Go&nbs...

Apr 25, 2007
Post comments count0
Post likes count0

Working with Shortcut Keys (Lisa Feigenbaum)

Lisa Feigenbaum

Since we have so many Orcas posts going up on this blog, I've decided to continue with a few that you can use TODAY in Visual Studio 2005.  This one is about working with shortcut keys...For those of you using the Visual Basic Development Settings, your keyboard scheme is set to Visual Basic 6 by default.  You can...

Apr 24, 2007
Post comments count0
Post likes count0

Save Time – Use Keyboard Shortcuts! (Lisa Feigenbaum)

Lisa Feigenbaum

Visual Studio is all about developer productivity. To help developers be more efficient, Visual Studio has built keyboard shortcuts into the product for most of the functions normally found through the user interface – just like CTRL-C for copy.   To help you take advantage of these shortcuts, we’ve created posters that map ou...