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-us 2006-01-16T17:50:58-06:00 File 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... tmichael 2006-01-16T17:50:58-06:00 Network 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 XP tmichael 2005-06-05T01:54:14-06:00 Webcam 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.... tmichael 2005-02-23T11:18:27-06:00 Recording 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... tmichael 2004-01-28T09:26:10-06:00 CDOSYS.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.Net tmichael 2003-10-21T16:01:52-06:00 Saveas 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.Net tmichael 2003-10-21T15:44:18-06:00 Very 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.Net tmichael 2003-08-23T22:59:07-06:00 TreeNode 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.Net tmichael 2003-06-22T16:55:10-06:00 Hide 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.Net tmichael 2003-06-21T18:12:49-06:00 Version 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.Net tmichael 2003-06-09T15:29:55-06:00 Long 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.Net tmichael 2003-06-07T18:04:19-06:00 Bringing 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.Net tmichael 2003-06-07T17:49:22-06:00 Manipulating 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.Net tmichael 2003-06-07T14:33:36-06:00 Word's Classname http://www.iodid.com/blogs/techlog/archives/000154.html Particle Software :: Recall Application... VB.Net tmichael 2003-06-07T14:20:39-06:00 Method 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.Net tmichael 2003-06-07T14:18:22-06:00