Browse by Tags
All Tags »
framework (
RSS)
I've just written code bellow to adjust email display name from my contacts on Personal Folders > Contacts > Plaxo Option Explicit Private Sub cmdExecute_Click() Dim blnDirty As Boolean Dim objOutlookApplication As Outlook.Application Dim objOutlookMAPIFolder...
It can be downloaded here: Microsoft Patterns & Practices Enterprise Library 1.0
Dissecting a C# Application: Inside SharpDevelop: Dissecting a C# Application: Inside SharpDevelop is free at Apress [Via Eric Gunnerson ]
Probably somebody else has already posted about it, but I'll write about it here anyway, so the word spreads faster. To subscribe to MSN Spaces RSS feeds, just enter the the HTML URL, plus "/feed.rss". As an example, suppose you want to...
Just read Keeping Secrets Secret: Steganography with .NET , an interesting article from DevX
I have a VB6 program, which uses Microsoft XML 4 and which was raising a GPF error every time I run it. Changed the program to use Microsoft XML 3 and it stopped raising the error. Lesson learnt: New versions = bugs = errors;
JY found the most original resume I've ever seen. I immediately forwarded it around the company. If he ends up getting hired, I'll let you know. But it sure did get attention! Hint: try something original and do it on your blog. [ Via Robert Scoble...
Visual Basic 6 has the Hex function, but no Bin or Oct, so I wrote the silly functions bellow, just to have a bit of fun. Option Explicit Public Function Bin(ByVal lngNumber As Long) As String Do While lngNumber > 0 Bin = (lngNumber Mod 2) & Bin...
I vote for it and you? Mitch Denny proposes a very cool idea for popping up in-place GUI when you need to edit a formatted string or other parameter in source code . He has posted his idea up on the Ladybug site ; I’ve voted for it, and you should...
More Posts
Next page »