Showing archive results for March 2008

Mar 15, 2008
Post comments count0
Post likes count0

Did you know? You can now manage your snippet highlighting (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Do you use code snippets (introduced in VB 2005)? If you do, then you've probably noticed the green highlighting that stays around for the lifetime of the file. We've heard *a lot* of feedback that once you are done customizing the snippet, it is distracting to see this highlighting stay around. To address this, VB 2008 has improved the heuristics ...

Mar 15, 2008
Post comments count0
Post likes count0

Improvements to Visual Basic 6 Runtime Support on Vista, Windows Server 2008 (by Paul Yuknewicz)

VBTeam
VBTeam

You probably didn’t notice it, but we made some important and beneficial changes to the Support Statement for Visual Basic 6.0 on Windows Vista and Windows Server 2008 just a few weeks ago, and I want to share the good news. First, just like Vista, the Visual Basic 6 runtime is officially supported on Windows Server 2008.Second, we have expan...

Mar 14, 2008
Post comments count0
Post likes count0

Making PInvoke Easy

VBTeam
VBTeam

Jared here again.  I very excited to announce we recently released a tool I've been working on to MSDN that will greatly help with using PInvoke in managed code.  The tool is called the "PInvoke Interop Assistant" and is included as part of a MSDN article on marshalling data for PInvoke and Reverse PInvoke scenarios.  Here is a lin...

Mar 13, 2008
Post comments count0
Post likes count0

Launch events in Portugal & England!

VBTeam
VBTeam

All -- I'm very excited to be speaking at launch events in Lisbon, Portugal and Birmingham, England within the next week. After a 17 hour journey, with much jet-lagged-sleepiness in my eyes, I'll be speaking tomorrow morning at 9:30am in room A3 of the Centro de Congressos de Lisboa. DEV10 - Expert VB.NET 2008: Past, Present, and FutureDo you remem...

Mar 12, 2008
Post comments count0
Post likes count0

Orcas introduces the IF operator – a new and improved IIF (Sophia Salim)

VBTeam
VBTeam

One of my all time favorite features in C# and CPP has been the conditional operator (?:). The brevity and elegance introduced by this operator in the code is unparalleled. We had IIF in all the previous versions of VB.net, which was not an operator in the true sense (It was a call to a function). But now with Visual Studio 2008, we have taken an...

Mar 11, 2008
Post comments count0
Post likes count0

Silverlight Ux Musings: Silverlight 2 Control Skins [Corrina Barber]

VBTeam
VBTeam

Silverlight 2 beta one is now available with lots of great new functionality!! You can go to Silverlight.net to find important downloads, specific details about new functionality, and very cool sample applications. So, what I want to talk about today is the controls that Silverlight 2 now provides. There are a bunch of new controls availa...

Mar 11, 2008
Post comments count0
Post likes count0

Language Futures Page on Code Gallery (Beth Massi)

Beth Massi
Beth Massi

Go take an early peak at what the VB and C# teams are cooking up for the next version by visiting the Language Futures page on Code Gallery. Code Gallery is not just about samples. It also allows us to host threaded discussions and the teams want your feedback on some features they are considering for the next version of Visual Studio. Charlie has ...

Mar 5, 2008
Post comments count0
Post likes count0

InteropForms ToolKit – Visual Studio 2008 edition (Todd Apley)

VBTeam
VBTeam

I apologize right away that it's been a while since I've blogged about the interop forms toolkit although I've been doing my best to keep up with issues and questions on the interop forums.   It seems from the mail I've received that a lot of people are having good success at extending their legacy vb6 apps in int...

Mar 5, 2008
Post comments count0
Post likes count0

Channel 9 Interview – Tips and Tricks with the Interop Forms Toolkit (Beth Massi)

Beth Massi
Beth Massi

Today I posted a Channel 9 interview with Todd Apley, Senior Test Lead on the VB Team, where he shows us a variety of tips and tricks with using the Interop Forms Toolkit on Visual Studio 2008. He also shows us how to deploy a hybrid application built with VB 6 and VB.NET using XCopy deployment and RegFree-COM. Todd will also be post...

Mar 2, 2008
Post comments count0
Post likes count0

Keeping Track of Books Using VB (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

I have a confession to make.  I’m not a database guy.  I’ve done a lot of varied coding over my career, but somehow I’ve never been directly involved in the guts of database coding.  Whenever my code needed some sort of data-caching mechanism, I’ve tended to “roll my own,” as the saying goes. ...