Showing results for April 2005 - Visual Basic Blog

Apr 29, 2005
0
0

New Snippet Editor for beta 2!

VBTeam
VBTeam

(Posted by Steven Lees)One of the coolest things about code snippets is that in addition to the 400 or so that we include in the VB install, you can also make your own. We just posted a beta 2 update to the Snippet Editor--check it out on http://msdn.microsoft.com/vbasic/downloads/2005/tools/snippeteditor/. Thanks to Sean Draine and Sarika Calla fr...

Apr 28, 2005
0
0

What's Wrong with Online Help? (by Adam Braden)

VBTeam
VBTeam

If you’ve downloaded VB Express Beta2 and tried using online help, you’ll notice that your F1 help doesn’t quite seem right.  It turns out there is a problem with help sending its request in the wrong order so the least relevant topic shows up in your help window.  Folks on our team are aware of the issue and they are wo...

Apr 25, 2005
0
0

Extending My

VBTeam
VBTeam

(Posted by Steven Lees)For those of you who are the Seattle area (or can get there this evening), Tyler Whitney from the VB team is going to be at the Seattle .NET Developers Association meeting tonight to talk about how the My feature is architected and how to extend it. It should be a great discussion. More info on the .NET DA website, http://www...

Apr 21, 2005
0
0

Check out the new VB IDE blog!

Lisa Feigenbaum
Lisa Feigenbaum

We've started a new blog on the Visual Basic IDE.  The address is http://blogs.msdn.com/vbide.  Check it out, and let us know what you think!Thanks,Lisa FeigenbaumVisual Basic Program Manager

Apr 14, 2005
0
0

TableAdapters and Object Binding – Bridging the gap

VBTeam
VBTeam

I’ve been working on getting an article out on leveraging the data design time features, and the new object binding features we’ve added in Whidbey.  We’ve been busy getting Beta 2 done, so I haven’t finished it yet, but here’s a rough draft of the full article.  TableAdapters and Object BindingIn Whidbey we&...

Apr 1, 2005
0
0

I can no longer connect to the SQL Server on an XP SP2 machine!

VBTeam
VBTeam

After installing XP SP2 on the machine that runs my SQL Server, I found I could no longer access my SQL Server database from within the Visual Studio 2005 IDE or from any new applications created with Visual Studio 2005. Prior to installing SP2 the SQL Server was accessible and everything worked fine; now I get timeout errors from the SQL Server an...