Stories recently tagged with 'VisualBasic'

Cleaning DBNull values in a DataTable(ddejan.com)

submitted by drugarcedrugarce(610) 3 years, 7 months ago

A simple way to clean DBNull values from a DataTable read more...

add a comment |category: |Views: 70

tags: another

Is rooting for Visual Basic like rooting for the Red Sox?(hanselman.com)

submitted by kbeeveer46kbeeveer46(155) 4 years, 4 months ago

Visual Basic programmers, historically, have tended to be a bit long suffering, patiently enduring the wrongs and difficulties of VB while being mocked by the C# folks. "VB's a toy." "VB's not performant." "VB programmers aren't real programmers." read more...

1 comment |category: |Views: 2

tags: another

Microsoft Visual Basic 2005 Power Packs 2.0(msdn2.microsoft.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 8 months ago

Line and Shape controls, PrintForm component, and Printer Compatibility Library all rolled into one download. The PrintForm component is designed to bring back the ability to easily print a Windows Form. With this the new PrintForm component you can once again layout the Windows Form exactly as you want it and allow your users to print the form as a quick report. The Printer Compatibility Library allows projects that used the Printer and Printers Collection in Visual Basic 6.0 to be upgraded without having to re-write your printing logic. Simply adding a reference to the library, declare a Printer and make a few minor syntax changes. Then your project will be able to print using the Printers collection and Printer object as it did in Visual Basic 6.0. This version adds a new Write method to the Printer object which allows you to print text without a forced carriage return similar to the semicolon syntax used by Print method in Visual Basic 6.0. read more...

1 comment |category: |Views: 17

tags: another

Visual Basic Envy(diditwith.net)

submitted by cls2degcls2deg(1535) 4 years, 9 months ago

Looks at a LINQ expression feature that Visual Basic .NET 9.0 is geting that C# 3.0 isn't. read more...

add a comment |category: |Views: 1

tags: another