Sign In
Mark Schmidt's Abode
On Programming, Writing, Gaming, Fitness, Life
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
animation
Avalon
BizTalk Server
C/C++
Cool Stuff
Humor
Misc
Pages
RosettaNet Accelerator
Technical Writing
WF Designer Hosting
Windows Workflow Foundation
WPF
Xml
Xslt
Browse by Tags
MSDN Blogs
>
Mark Schmidt's Abode
>
All Tags
>
c/c++
Tagged Content List
Blog Post:
Visual Studio Tip : AutoFormat Your Code
markhsch
Has this ever happened to you? You find some code on the Net so you copy and paste it into a source file within Visual Studio and notice that all the formatting is somehow messed up. For example. some lines might be indented while others are not. To have Visual Studio fix it all up nice and tidy for...
on
10 Jan 2008
Blog Post:
.NET Sidebar Gadget Creator 2.0 Release
markhsch
Ok, I finally worked out most of the bugs (I hope). I'll post the link and follow up with some tutorials and Sidebar Gadget development using .NET. Here's the file...using the new SkyDrive Beta to host the file!!!
on
9 Aug 2007
Blog Post:
.NET Sidebar Gadget Creator Update #2
markhsch
I had quite the breakthrough today. First off, I totally rewrote major portions of the .NET Sidebar Gadget Creator. It is now a wizard (photos below) that leads you through the steps to create a Vista Sidebar that uses .NET. Here are some of the changes (then I'll explain my breakthrough): You...
on
1 Aug 2007
Blog Post:
Hosting .NET Runtime in C++ Tip o' the day or "Where is IAppDomainSetup?"
markhsch
Are you hosting the .NET runtime and trying to create another AppDomain? Notice that you need to call CreateDomainSetup and cast the IUnknown to IAppDomainSetup to set properties? Notice also that IAppDomainSetup isn't defined in mscoree.h? Add the following (stdafx.h or anywhere else): #import <mscorlib...
on
31 Jul 2007
Blog Post:
.NET based Sidebar gadget problem solved!
markhsch
Ok, I just ran a test with some new code that creates an .NETbased sidebar gadget and I was able to get the dll unloaded from the sidebar process so it can uninstall successfully! This is good news for all the people that can't seem to get around this issue (and there's a few of you). I'll get going...
on
26 Jun 2007
Blog Post:
XML to COM Object Property Mapping
markhsch
I'm copying this entry that I posted on my old personal blog so I don't lose it. Note that if you read it, convert it to past tense since I wrote it while working for HP. If I remember correctly, the code was the result of browsing through ITypeInfo docs all over the net. Enjoy. One more thing, this...
on
24 Aug 2004
Page 1 of 1 (6 items)