Welcome to MSDN Blogs Sign in | Join | Help

February 2005 - Posts

RemoteObj obj = (RemoteObj)Activator.GetObject(typeof(RemoteObj), " http://localhost:2222/remoteobj "); // Prints "does not work" Console.WriteLine("Remote: Equals " + (obj.Equals(obj) ? "works" : "does not work")); There's a very logical explination Read More...
0 Comments
Filed under:
Here's an update to my old post on this VB6 addin. Thanks to Louis for point out an issue where the code windows can actually scroll out of the view within the VB6 MDI child window. The source for the KB article hasn't been updated but you can replace Read More...
I’ve been meaning to blog about this for a while but simply haven’t gotten around to it. J It’s pretty fitting actually since I’m going to be writing about being a pack rat, a.k.a. hoarding . Most of us have heard someone utter, or even said it ourselves,“I’ll Read More...
If for some reason you need to show the Internet Properties dialog from your managed app you have two choices: 1. Launch the CPL file using the file association. The only caveat of doing this is that the dialog is modeless and will stay up even after Read More...
 
Page view tracker