Skip to content

wisefaq.com

Stories, and bit rot, from the IT Support Trenches

wisefaq.com

Stories, and bit rot, from the IT Support Trenches

  • Home
  • About Dale
  • Useful links
  • WiseFAQ’s Lists O’ IT Goodness
    • Home
    • Code Cutting
    • Page 2
Code Cutting vbscript

Using VBScript to read though a set of registry keys

Dale December 6, 2013 0 Comments

I’m currently doing another deployment of Acrobat Reader, this time with VBScript.  I wrote about using Visual Basic to do that here. Function CheckForPro     ' returns TRUE if Acrobat…

Code Cutting How To

VS2010 & .Net 2 Framework Selection

Dale November 15, 2013 0 Comments

.Net 2 is not the default framework option …  No, you get .Net 4.  To change it, you select Project / <your project name> Properties / Compile / Advanced Compile…

Code Cutting Web links

Saturday Link Roundup: Balloon Tips Edition

Dale May 11, 2013 0 Comments

Balloon Tips from the System Tray (SysTray) (note to self, must add a NotifyIcon to get this to work) NotifyIcon.ShowBalloonTip Method Minimizing to the SysTray Minimizing and Restoring from the…

Code Cutting vbscript

Using Visual Basic to read though a set of registry keys.

Dale March 12, 2012 0 Comments

The problem we have with a corporate deployment of Acrobat Reader, was that we need to uninstall various older versions of Acrobat Reader.  Normally to do this, you need to…

Code Cutting Code from a co-worker vbscript

Code to launch an Internet Explorer window from VBscript.

Dale February 12, 2012 0 Comments

set IE = WScript.CreateObject("InternetExplorer.Application") dim ObjTitle IE.Navigate("about:blank") IE.Document.Title = "Software Update" IE.FullScreen = 1 IE.Left       = 0 IE.Top        = 0 IE.MenuBar    = 0 IE.Toolbar    = 0 IE.StatusBar  = 0 IE.Width     …

Code Cutting How To vbscript

My Corporate DNS Server was lying to me, often.

Dale September 23, 2010 0 Comments

I was trying to copy some files to a group to a computers.  What I’d do is check if the computer is alive first, by doing a network ping.  If…

Code Cutting It's A Bug

It’s fairly simple, a bug

Dale June 17, 2010 0 Comments

is a fault in software, or hardware for that matter, which breaks something. For example, if you make software which links my Microsoft Calendar to my Google Calendar, and your…

Code Cutting Vista Windows 7

“A referral was returned from the server”

Dale May 31, 2010 0 Comments

As I finish up version 1 of InstallRunner, I went to set the UAC setting for “Require Administrator Privileges”.  I did that, and got this error: Doing some research*, the…

Code Cutting

Useful programming how-tos I’ve stumbled across.

Dale May 25, 2010 0 Comments

Event handling in VB.Net Getting the item under mouse cursor in a Listview control Add ListView column and insert ListView rows The Java2s site doesn’t look like much, but it’s…

Application Testing Code Cutting InstallRunner

Programs which lie about successfully installing.

Dale May 19, 2010 0 Comments

When you install a program, particularly via an install script (VBscript, PowerShell etc.), it’s always good practice to check the Exit Code the program returns. Just in case the program…

Posts pagination

1 2 3 … 7

« Previous Page — Next Page »

IT Related

  • EpochConverter
  • Group Policy Administrative Templates Catalog
  • Official Microsoft Team Blogs List
  • Podfather Gear
  • Service Status Pages

NSNG

  • Grain Free Comfort Food

OH&S

  • Asbestos
  • Brodie Panlock
  • COVID-19 In Australia

Other stuff I read

  • Become Awesome in Excel
  • desiringGod
  • Harvest
  • Impro Wiki
  • Melbourne Laneway Learning
  • MyFridgeFood
  • Pet Loss Blog
  • Phil Factor
  • Writing or just Practicing

wisefaq.com

Stories, and bit rot, from the IT Support Trenches

Copyright © All rights reserved | Blogus by Themeansar.