Technology All The Way
http://www.iodid.com/blogs/techlog/
These are snippets of webpages I found helpful while creating programs in VB.net. en-us2006-01-16T17:50:58-06:00File Renaming
http://www.iodid.com/blogs/techlog/archives/000903.html
If you ever need to rename a large number of files, for instance you have finally decided to organize your...tmichael2006-01-16T17:50:58-06:00Network Mapping made easy
http://www.iodid.com/blogs/techlog/archives/000898.html
While trying to map my local network, I was pointed to this program: Network management, network discovery, SNMP, MIB and...Windows XPtmichael2005-06-05T01:54:14-06:00Webcam Software
http://www.iodid.com/blogs/techlog/archives/000894.html
I like the looks of this program: TinCam WebCam Software I guess I will have to try it out....tmichael2005-02-23T11:18:27-06:00Recording LP Albums
http://www.iodid.com/blogs/techlog/archives/000824.html
The Recording LP Albums On Your Computer - Tutorials might be very useful if I ever get around to helping...tmichael2004-01-28T09:26:10-06:00CDOSYS.dll missing
http://www.iodid.com/blogs/techlog/archives/000782.html
As I worked to convert the c# info in my post about saving a web page as an mht file,...VB.Nettmichael2003-10-21T16:01:52-06:00Saveas MTH file
http://www.iodid.com/blogs/techlog/archives/000781.html
I want to download and programatically save web pages as mht files. I was having a hard time until I...VB.Nettmichael2003-10-21T15:44:18-06:00Very Useful Moveable Type Plug-in
http://www.iodid.com/blogs/techlog/archives/000213.html
I used the plugin that I found at Movable Type Plugins: Supplemental Calendar Tags plugin documentation to add a 3...VB.Nettmichael2003-08-23T22:59:07-06:00TreeNode Level
http://www.iodid.com/blogs/techlog/archives/000168.html
If you spend any time working with Treeviews, I can't imagine not needing this or having to invent it yourself:Windows...VB.Nettmichael2003-06-22T16:55:10-06:00Hide Datagrid Expanders
http://www.iodid.com/blogs/techlog/archives/000166.html
In the program I am developing, I wanted to show data from a table in a datagrid. This table is...VB.Nettmichael2003-06-21T18:12:49-06:00Version Number
http://www.iodid.com/blogs/techlog/archives/000158.html
I used information from Versioning an Assembly to be able to control the version numbers of my current project. Specifically:...VB.Nettmichael2003-06-09T15:29:55-06:00Long List of How To's
http://www.iodid.com/blogs/techlog/archives/000157.html
I stumbled across this list. I think it may be very helpful in the future: Microsoft QuickStart Tutorials...VB.Nettmichael2003-06-07T18:04:19-06:00Bringing a specific window to the top yet again
http://www.iodid.com/blogs/techlog/archives/000156.html
I was still having problems so I found this page: Create a Form that Cannot Be Activated From It I...VB.Nettmichael2003-06-07T17:49:22-06:00Manipulating Word and Its SpellChecker pt. 1
http://www.iodid.com/blogs/techlog/archives/000155.html
Now that I have the handle for Word I need to make use of the Topmost function to raise it...VB.Nettmichael2003-06-07T14:33:36-06:00Word's Classname
http://www.iodid.com/blogs/techlog/archives/000154.html
Particle Software :: Recall Application...VB.Nettmichael2003-06-07T14:20:39-06:00Method to cause an application to show a dialog box
http://www.iodid.com/blogs/techlog/archives/000153.html
Show Method Here is how I used it: x = WordApp.Dialogs.Item(WdWordDialog.wdDialogToolsSpellingAndGrammar).Show...VB.Nettmichael2003-06-07T14:18:22-06:00