It can happen that when you are trying to install new software on your device, the installation gets only so far and then mysteriously vanishes without completing the installation. This can happen for various reasons, but in this example, we’ll handle the cause as a policy set by system administrators to protect users from malware trying to exploit their system.
Continue reading “Temporarily Bypassing the GPO: Access to TEMP has been restricted by your Administrator”Category: Programming
VB NET: Reading a PNG Image, Modifying it, then Sending it to the User
This is handy if you want to do some programmatic modifications to an image before presenting it to a user.
Continue reading “VB NET: Reading a PNG Image, Modifying it, then Sending it to the User”Parsing an RDF Format RSS Feed in VB.NET
Some RSS feeds are published in a format called RDF which has a schema that’s very different from your standard RSS feed. It’s actually different enough that your standard XPath expression may not work to filter your results when you apply SelectNodes(“/rss/abc”) to the XML document
Continue reading “Parsing an RDF Format RSS Feed in VB.NET”