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)
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?”
Tuesday, February 6, 2001
Tuesday, February 6, 2001
Experts Exchange is an incredibly useful resource for computer professionals.
Tell ‘em GatorDavid referred you.
Tuesday, August 22, 2000
Can anyone ever possibly have enough Batch Files? I didn’t think so.
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.”
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.
Thursday, June 22, 2000
C# looks cool. (But not cool like surfing or going to parties cool. Man, get a life.)