SoftwareQuest.Net

My Programming Adventures

Manipulating the Document Model Object (DOM) Using Winform’s WebBrowser

Today I will talk about using the WebBrowser control that ships with all versions of Microsoft Visual Studio, to access the DOM of an HTML page. This control is a wrapper for the WebBrowser ActiveX control, or basically, whichever version of Internet Explorer you have installed on your machine. As a result, you can only ask Read more…

Posted on April 9, 2016Categories .NET, C#, Programming, WinForm1,612 Comments

New to Socket Programming, But Too Used to The Old Winsock API?

Yeah, yeah, I know, right! Who uses Vb 6 in 2012, 2015 2016 anymore? And who for goodness’ sake would want to implement System.Net.Sockets.Socket the same way Winsock was implemented in Visual Basic 6? Well, I have news for you: many (and I mean a lot) of developers STILL use VB6 all around the world. Read more…

Posted on April 9, 2016Categories .NET, Programming, Sockets, VB6, Visual Basic.Net4,453 Comments

Copyright © 2016. All rights reserved.