Showing category results for Featured

Jun 7, 2007
Post comments count0
Post likes count0

What is the difference between VB 9, VBx and Silverlight? (Scott Wisniewski)

VBTeam

I recently received an email from a customer asking for clarification as to what the difference was between VB 9, VBx and Sliverlight. In particular, it seems as if we have been releasing so much information about cool new stuff that at least a few people have become confused, making them a bit nervous about the future of VB. The customer had also ...

Jun 6, 2007
Post comments count0
Post likes count0

Slide deck for Interop Toolkit Webcast

VBTeam

Thanks to everyone who was able to make it out for this morning's webcast.  We covered how to use the Interop Toolkit 2.0 to upgrade VB6 applications to VB.NET, how to deploy hybrid applications, and finally we touched on some other great interop resources available on MSDN.  As promised the slide deck's available below, and here's t...

Jun 6, 2007
Post comments count0
Post likes count0

Visual Basic XML Transform – TechEd demo prep

VBTeam

Hello from Orlando! I’ve been at TechEd 2007 this week in very sunny Orlando. As part of my demo prep, I had to create a little xml transform to convert the TechEd schedule that I got off the www.msteched.com website in an Excel XML format into a more readable xml file format. I could have done this all with one transform, but the newer XML file fo...

Jun 4, 2007
Post comments count0
Post likes count0

InteropForms 2.0 Tip #1 – Font Property

VBTeam

(Starting today, we'll be highlighting various tips that might help you when using the InteropForms 2.0 toolkit.   With the latest release of the toolkit, you can do some fairly impressive upgrades to your existing VB6 applications.  Don't believe me?  Check this out as one cool example  - WPF in VB6 anyone?!) If you d...

Jun 4, 2007
Post comments count0
Post likes count0

Visual Basic LINQ Hands On Labs for Orcas Beta 1 (Beth Massi)

Beth Massi

The VB team just posted some Hands On Labs on LINQ and LINQ to SQL for Orcas Beta 1. The first lab provides an introduction to The LINQ Project. You'll look at basic LINQ features including the Standard Query Operators, and you'll see how these features can be used against in-memory collections, connected databases, and XML documents. The second la...

Jun 1, 2007
Post comments count0
Post likes count0

So what does ComClass actually do?

VBTeam

I came across a really cool article yesterday by James Ashley, which shows some of the cool things you can do with the Interop Forms Toolkit 2.0.   The three VB6 examples cover consuming a WebService (complete with a Dilbert icon showing up in the VB6 toolbox!), implementing multithreading using the BackgroundWorker component, and last bu...

May 31, 2007
Post comments count0
Post likes count0

Bill & Steve (Jobs!) reminisce about floating point BASIC

VBTeam

Another entry in the annals of BASIC history today…. Bill Gates and Steve Jobs sat down for an interview with Kara Swisher and Walt Mossberg of All Things Digital for the D5 conference. One of the highlights of the video is recalling the agreement Apple struck with Microsoft for a version of BASIC which supported floating point numbers. &nb...

May 25, 2007
Post comments count0
Post likes count0

Closures in VB Part 3: Scope

VBTeam

Jared here again.  For previous articles in this series please see Thus far in the series we've only lifted variables that are declared in the same block/scope. What happens if we lift variables in different scope?  The answer is that one closure class will be created for every unique scope where a lifted variable is declared and a...

May 8, 2007
Post comments count0
Post likes count0

Visual Basic Forms over Data "How-to" video series (Beth Massi)

Beth Massi

Friday we posted the first 8 videos of the Visual Basic Forms over Data "How-to" video series on MSDN. If you don't have the Visual Basic Dev Center as your homepage you might have missed the headline. ;-) This how-to video series is dedicated to getting Visual Basic developers productive on areas of data-based Windows Applicati...

May 8, 2007
Post comments count0
Post likes count0

AmandaS' LINQ talk at VSLive Orlando

VBTeam

I escaped from Redmond this week to present at VSLive Orlando on LINQ in Visual Studio Orcas. As promised, please find the slides and demos included as an attachment below. As mentioned during the talk – that was intended to be an overview. If you want really want to understand the nitty-gritty details behind what make LINQ possible, be certain to...