Browse by Tags
All Tags »
VB (
RSS)
This seems so incredibly long overdue, but at last as of .NET 4, IntPtr has + and – operators added to it !! This means you can now easily write code such as : Dim ptr As IntPtr . . . . ptr += 4...
If you’ve got Windows 7 installed, the Windows Virtual PC for Windows 7 is now on MSDN subscriber downloads !!! I had the Release Candidate (RC) installed, so had to uninstall that first and reboot before installing the RTM release. All worked perfectly...
Last night I accidentally pulled out the wrong power plugs, crashing my computer. For some reason this meant it wouldn’t start properly. I don’t quite get why that would mean it wouldn’t start as the hard disc didn’t fail, but none the less it wouldn...
First the good news : The February release of the Snippet Editor has now had 10,000 downloads ! Now for bug fix news: There were a couple of issues with the paths per language. A problem with Express Editions of Visual Studio occurred due to partial...
Well if you mark your methods as being void from the outset …….
Recently I got this email from Ted: Hi Bill! Love the snippet tool, it's great! I'm curious, what tool did you use to produce the screencast for the tool? The quality is awesome! Thanks a lot! Kind regards, Ted The answer to that is I used Camtasia...
With all the focus on Windows 7 RTM announcements, the availability of Expression 3 on the MSDN site last Thursday may have sneaked under folks radars. For MSND subscribers, grab your copy of Expression 3.
A couple of months ago I blogged about iterators in VB (or the lack there-of), and pointed folks to an article I wrote for Visual Studio magazine that provides snippets and templates to help with iterators in VB . One of the things I talk about in that...
I was reading yet another VB versus C# rant: I don’t want to get sucked into wading into that, but I will say that anyone who thinks folks that use VB can’t use C# has really got things back the front. Most people who use VB can read and write C#...
Back in April 2006, I blogged about a nasty JIT compiler optimisation that would cause String.IsNullOrEmpty to throw a null reference exception; ironic really given that is the very thing you’d use the IsNullOrEmpty method to check against. ...
VB has a lot of high level features other .Net languages, in particular C# don’t. Sadly these are often overlooked by some developers because other languages like C# don’t have them – the lowest common denominator syndrome. This is sad because...
I’ve just uploaded a new screen cast: Snippet Editor Tips and Tricks Enjoy :) (oh and don’t forget the “ buy me a beer ” button)
Snippet Editor 2.1 is now released on codeplex: http://www.codeplex.com/SnippetEditor Apart from the few minor bug fixes, it includes improved search and now support for Visual Studio 2010 as well as 2008 and 2005. I’ve also added a “buy me a beer...
Although VB 10 won’t have a formal syntax for iterators, it will have all the necessary ingredients to easily write iterators. In VB10 you can use a generic template and multi line lambdas to create iterators. This iterator in C# : static public...
Last month (December 2008), Microsoft released some security updates for VB6 components such as the MS Chart control The first update http://support.microsoft.com/kb/932349 updates MS Chart to 6.1.98.12. The second update http://support.microsoft...
One of the nice things about the My application framework in VB.NET is the ability to easily show splash screens. The splash screen is displayed using a separate thread and by default will close when your main form’s Load event is called. There...
A comment by Joe Duffy on the Framework Guidelines for Extension says : Extension methods can also be used to provide actual concrete method implementations for interfaces. And this is a very important point. In .NET there is no support for multiple implementation...
Earlier I posted what I hope wetted your appetite for some more info about Libraries in Windows 7. So what are libraries you ask//I ask ;) Well I hope the following provides some insight. caveat emptor: this is still just my first impressions...
I downloaded a .docx file to my Windows 7 VPC, and thought I would have to copy it over to where I had Word installed. But much to my delight, Wordpad in Windows 7 recognizes and opens .docx files. :) You can open and safe files in OOXML format...
Some of you may recall the talk of a new file management system in the days leading up to Vista when Vista was called Longhorn. WinFS was an object model/database.. in fact much of that seemed like a spin off from object spaces, which of course...
More Posts
Next page »