Sign In
robgruen's WebLog
my intelligence is artificial...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Remoting
Debugging
Digital Photography
Misc .Net Runtime
MIX06
MOSS
SharePoint
SPACE
Technology "Tidbytes"
Archive
Archives
November 2009
(1)
November 2007
(1)
August 2007
(1)
January 2007
(2)
July 2006
(1)
March 2006
(4)
February 2006
(1)
January 2006
(1)
December 2005
(3)
November 2005
(2)
October 2005
(2)
September 2005
(4)
August 2005
(2)
July 2005
(2)
June 2005
(5)
May 2005
(7)
April 2005
(8)
March 2005
(5)
February 2005
(4)
January 2005
(2)
December 2004
(7)
November 2004
(2)
October 2004
(3)
September 2004
(1)
August 2004
(5)
July 2004
(3)
June 2004
(4)
May 2004
(6)
April 2004
(7)
March 2004
(9)
February 2004
(4)
August, 2004
MSDN Blogs
>
robgruen's WebLog
>
August, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
robgruen's WebLog
Props to all the hard workers out there, give yourself a pat on the back!
Posted
over 8 years ago
by
robgruen
3
Comments
Well, it's 10 to 1 AM here and I just got back from a 5k run. It's good to run late at night, fewer cars, cooler temp, less polution, etc (Yes, I'm blatantly ignoring all the negatives). The road runner here has been out since the mid-afternoon and a...
robgruen's WebLog
Q & A Visual Basic – Declaring Arrays using WithEvents
Posted
over 8 years ago
by
robgruen
0
Comments
Q: Why can’t we declare arrays with the WithEvents keyword? I’ve read the MSDN documentation on WithEvents but it doesn’t explain why this is the case. doc excerpt Part Description WithEvents Optional. Keyword specifying that varname is an object variable...
robgruen's WebLog
XP SP2 Issues – Using the System Provided Surrogate (dllhost.exe)
Posted
over 8 years ago
by
robgruen
2
Comments
DLLHost.exe can be used as a surrogate host for COM servers that are exposed via DCOM/COM+. On XP SP2 the situation may arise that you need to allow your surrogate hosted DCOM app to be accessible from outside of the personal firewall. Typically you would...
robgruen's WebLog
UPDATED – MouseWheel Fix for VB6 & VBA
Posted
over 8 years ago
by
robgruen
6
Comments
The add-in has been out there for a while so I figured I’d check up on it. Looks like there are some outstanding issues. I’ve fixed the following items: · Split code window scrolling now works · Sometimes the host application would crash when unloading...
robgruen's WebLog
Combining Run-Time Callable Wrappers for ActiveX Controls Into a Single Assembly
Posted
over 8 years ago
by
robgruen
2
Comments
When you use an ActiveX control in a .NET applicaton you need to generate run-time callable wrappers (RCW) for the ActiveX object. You can do this manually by using tlbimp.exe and aximp.exe. VS.NET will do this automatically for you if you add a COM object...
Page 1 of 1 (5 items)