From the category archives:

Programming

Visual Basic Code to Send Outlook eMail

Thursday, July 26, 2001

Yeah. So. Gotta little bug here. Can anyone tell me how to force Outlook to send a message formatted as plain text instead of in the user’s default format in VB? The only information I can find is about the OlEditorType, but that is apparently read-only unless I force the mail object to have HTMLBody true. It’s not an emergency, or even important. It’s just really annoying me.

Dim myOLApp As outlook.Application, myItem As outlook.MailItem
Set myOLApp = CreateObject(”Outlook.Application”)
Set myItem = myOLApp.CreateItem(olMailItem)

{ 2 comments }

True DBGrid Pro

Tuesday, March 6, 2001

The brilliant minds at True DBGrid Pro answer the age-old question, “How do you sum the values of an unbound column?”

{ 0 comments }

Visual Basic and Crystal Reports

Tuesday, February 6, 2001

For two days now I’ve been trying to get a report to run from my Visual Basic application. The report calls a stored procedure on the SQL Server from a Crystal Reports ocx in the app. I needed to pass two simple parameters through the ocx, from the app, to the storedproc so the report file that the ocx calls would have the right dates in its query. The Seagate Software Knowledge Base Article c2003724 finally showed me what I was doing incorrectly. Silly me! I wasn’t correctly formatting the milliseconds in the date! The milliseconds.
<mumble>milliseconds</grumble>

{ 0 comments }

Experts Exchange

Tuesday, February 6, 2001

Experts Exchange is an incredibly useful resource for computer professionals.
Tell ‘em GatorDavid referred you.

{ 1 comment }

Batch Files

Tuesday, August 22, 2000

Can anyone ever possibly have enough Batch Files? I didn’t think so.

{ 0 comments }

Why Computer Programming Is More Fun Than Accounting

Tuesday, July 25, 2000

From the readme.txt file for some sample PGP dll source code:

“It lacks helpful comments, clever design, and artful writing, but it’s all you’ll get.”

{ 0 comments }

coding

Tuesday, July 18, 2000

From the Things That Are Not As Easy As They Sound Department:
in-line unzipping of PGP-encrypted files with a .dll

From the Valuable Resources for This Sort of Thing Department:
vbAccelerator

Okay, I really just wanted you to see what the heck it is I’m doing right now. In case, y’know, you were interested. Which I doubt.

{ 0 comments }

Programming

Sunday, July 2, 2000

Programming is like sex: one mistake and you have to support it for the rest of your life.”
-Michael Sinz

{ 0 comments }

Microsoft Programming Language

Thursday, June 22, 2000

C# looks cool. (But not cool like surfing or going to parties cool. Man, get a life.)

{ 0 comments }

Universal Networking Truths

Tuesday, June 20, 2000

rfc1925: Universal Networking Truths Universal Networking Truths

{ 0 comments }

Visual Studio 6.0 Service Pack 3

Thursday, June 8, 2000

Sometimes I think they are just trying to confuse people. Could they have possibly made the Visual Studio 6.0 Service Pack 3 Download instructions any more confusing?
Actually it’s only step 4 that bugs me.

{ 0 comments }