<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d13376580\x26blogName\x3dThe+GeekWithin\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://geekwithin.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://geekwithin.blogspot.com/\x26vt\x3d-8111287070889316650', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

The GeekWithin

Monday, July 25, 2005

Microsoft and VB6

Direct from Vulture Central, The Register has an article on Microsoft's use of an unsupported development platform. It seems they are taking Microsoft to task as a hypocrite.

Personally, I think this is just another instance of "find a way to nag" Microsoft rather than a deliberate attempt by them to continue using a language they no longer support. First of all, the anti-spyware application that relies on the VB6 runtime was acquired less than a year ago. It doesn't suprise me that Microsoft hasn't had time to rewrite it and release it in a .Net format.

I also disagree with how the article puts down VB6. Yes, I am a VB programmer and I continue to advocate the ease with which new programmers can get into the game by using something like VB6. I am teaching my own son using this version rather than the stricter VB.Net so he can learn the fundamentals without some of the frustrations a tighter development tool brings. He is 9 after all.

It is just a shame that many look for ANY reason to bash Microsoft.


 

Creative Commons License  This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.