vb

vb

Is DoEvents Evil?

It’s an old VB developer trick, but it also works quite well in .NET: to present responsive WinForms interfaces, do most of your heavy lifting in the first Paint event, rather than in the Load event. I’ve seen many naive WinForm developers perform database queries and other heavyweight

By Jeff Atwood ·
Comments

outlining

VS.NET 2003 VB outlining broken

Evidently the VB code outlining support is completely broken in VS.NET 2003. Why hasn't this gotten more publicity? We used the code outlining features all the time at work in 2002, and they worked great. But after switching to VS.NET 2003 we noticed that selecting Edit,

By Jeff Atwood ·
Comments