Trappable Errors in Visual Basic (VBA)

A whole list of trappable errors in Visual Basic or VBA here


(edit 640)

Note About This WebPage (To Do)

I do like the huge first letter in each blog entry on this page, I like it for no good reason. It really messes up the last line with the permalink and "edit" hyper link. I need to force it down. When the blog entry is too short the last link line gets indented a little bit.

Also, I'd like to enlarge this edit box, and add an index of HTML ASCII codes for things like double quotes, and < symbols, and things like that. Or at least a link to a page showing all that.
(edit 639)

GNU (Windows and Unix) Spell Checker

An open source spell checker I just started using, with command line tools!

Main page: aspell.net

Windows page: aspell.net/win32/


(edit 638)

Convert WIM to VHD

Script for doing this here.



(edit 637)

Jobs

fremont
(edit 636)

Rearming Windows Server 2008

You can evaluate Windows Server 2008 for up to 240 days. http://support.microsoft.com/kb/948472 That's 3 rearms. 60 days x 4 periods.

From a forum: (Not tested) To reset the rearm counter (more than 3 times) go to: hkey_local_machine\software\microsoft\windows nt\currentversion\sl and edit: "skiprearm"=dword:00000000 and put any positive number. it will alow you to do slmgr.vbs -rearm one time. then repeat the procedure. but i think it won't reset the minute counter " it should give about more 7 times to rearm.
(edit 635)

HTML Codes

HTML Codes

Another HTML thing I learned today was the old <STRIKE> tag has been deprecated and replaced with the CSS text-decoration: line-through attribute.

This is an example
(edit 634)

Special No Break Space Characters Beware

The character here U+00A0 or Keystroke: Alt+0160 looks exactly like a space. I encountered it in an address string "1234 Any St, Apt 321". The A0 character was stuck between the comma and the A. I was working on a parsing function that wasn't detecting the apartment number. I inserted a CleanString() function that replaced any No-Break Spaces with normal American spaces. ("Amerrrican" that's a joke in case you're confused.) It also replaced tabs, carriage returns, and line feeds withs spaces. I'd like to figure out how to grab double, triple, and beyond, spaces and turn them into single spaces. Or possibly some special white space code or character.

But why did a No-Break Space show up in my address string? Because it was pasted off of a web page. What would be ideal is a ConvertToLimtedRomanChar or ConvertToAddressCharacters() function which could ensure that all characters fit this A-Za-z0-9#.-,

Also, as a side note, I forgot how to do HTML character codes. The code above for example I had to type in as: &#xA0;
(edit 633)

Open Explorer Directly to My Computer

To have Explorer start with My Computer, so no branches are initially expanded, use the following command line options:

explorer.exe /select, c:\ 
Or you can just used a back-slash alone:

explorer.exe /select, \ 

Actually it works with just the comma too, not sure why...

explorer.exe /select, 

(edit 632)

Commands in XP

Commands: Commands in XP

Windows Keyboard Shortcuts

CTRL+SHIFT+ESC: Opens Windows Task Manager

•CTRL+ESC or ESC: Selects the Start button (press TAB to select the taskbar, or press SHIFT+F10 for a context menu)

•SHIFT+right click: Displays a shortcut menu containing alternative commands •SHIFT+double click: Runs the alternate default command (the second item on the menu) •ALT+double click: Displays properties •SHIFT+DELETE: Deletes an item immediately without placing it in the Recycle Bin

•SHIFT+click+Close button: For folders, close the current folder plus all parent folders

Windows Explorer tree control •Numeric Keypad *: Expands everything under the current selection •Numeric Keypad +: Expands the current selection •Numeric Keypad -: Collapses the current selection. •RIGHT ARROW: Expands the current selection if it is not expanded, otherwise goes to the first child •LEFT ARROW: Collapses the current selection if it is expanded, otherwise goes to the parent

•CTRL+TAB/CTRL+SHIFT+TAB: Move through the property tabs


(edit 631)

rss

Click here for older web entries

Keywords: travels

Taipei Weather:
63 F (17 C) Mostly Cloudy
Bellingham Weather:
38 F (3 C) Clear
Seattle Weather:
39 F (4 C) Clear

Marc's Facebook Page

Web hosting
Taiwan Blogs

The Google Map Location where I slept in Taiwan. 台北市同安街53

You can subscribe to the RSS feed of this blog so you don't have to check to see if I wrote a new one. Click here to subscribe to the RSS feed.

New Twitter thing. In case I can't access the Internet I can put little twitter right here. See. I'm still young and hip with the kids these days.

Taipei Pictures
Taipei Videos
Pictures not posted often

Temporary E-Mail: 8925@markdurham.com
(Just spell the name right!)
That's my other anti-spam trick, first is that this e-mail will expire, so don't put it in your address book, I'll e-mail you a permanent one.


Old Recorded Videos
Funny Kid
My Taipei Apartment
Taipei 101 - Worlds Tallest Building

Web 2.0 Junk
spaces.live.com<
youtube.com
twitter.com
picasa.com someday...
My Quick Links
J-Dude Linux
youtube.com
katiedurham.com
slashdot.org
wikipedia.org
osnews.com
BetaMax-HD-DVD Converter

Chinese Language
Animation of the Chinese character for my surname showing stroke order My Chinese name (Du)
ZhongWen.com
nciku.com Chinese Dictionary You can draw characters!
Adsotrans.com Translation
PinYin Keyboard

Sites of Usefulness

sourceforge.net
wikipedia.org
wikitionary.org
imdb.com
j-dude.com

Sites of Uselessness
dilbert.com
nbc.com






Notepad++ Logo


Valid XHTML 1.0 Transitional

As of 2008-10-20 this page is W3C XHTML 1.0 Compliant. Click to recheck it for me.


[Valid RSS]

This page has been hand coded using Notepad++ by Marc Durham under the consultation of James Yates.