News

Microsoft announced in early 2012 that it would extend support for aging Visual Basic 6 runtimes and code syntax for the entire life cycle of Windows Vista, Windows Server 2008, Windows 7 and the ...
I am trying to use WinHTTP in VB2005 in order to access an html page and read the html into a variable or the like. I can't find a tutorial anywhere for it, and it's not in any of the books I've ...
Sure, .NET's got great support for XML, but what's a VB6 programmer to do? Learn to work with MSXML2's DOM parser, that's what. The Document Object Model (DOM) is the oldest, and arguably the easiest, ...