Welcome to MSDN Blogs Sign in | Join | Help

Mark Schmidt's Abode

On Programming, Writing, Gaming, Fitness, Life

News

  • Have a Question?

    Click here to chat with me

    XBox Live GamerTag


    Twitter



    The Mark Cam


    My MoBlog

    www.flickr.com
    This is a Flickr badge showing public photos from codepunk. Make your own badge here.

    Community-Credit

Browse by Tags

All Tags » .NET   (RSS)
Random Number Generation using XSLT
Just whipped this up real quick since I needed for something and thought I’d share. If you’re using a Microsoft based XSLT processor and have a need to generate random numbers for some purpose, here’s a quick xsl snippet to help you out. <? xml version="1.0" Read More...
Visual Studio Tip : AutoFormat Your Code
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 Read More...
C# WebCam User Control Source
Some people have asked if they could take a look at the source for the WebCam Vista Sidebar gadget. After a little bit of cleaning up, I'm posting it now for you to take a look at. Here are some things worth mentioning: 1. Uses the DirectShow.NET library Read More...
New & Improved NHL Schedule Importer for Outlook
*EDIT* Looks like the nhl.com scheduling page has changed thus breaking my importer. I'm working on a new version but no idea when it will be done. I've taken the link down. Ok, I redid the whole application (since I lost the source code) and added some Read More...
.NET Sidebar Gadget Creator 2.0 Release
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!!! Read More...
.NET Sidebar Gadget Creator Update #2
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 Read More...
Hosting .NET Runtime in C++ Tip o' the day or "Where is IAppDomainSetup?"
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 Read More...
Creating .NET Sidebar Gadgets...The Easy Way
So you want to create a Vista Sidebar gadget and you want to use .NET to do so. While it is certainly possible, it does have a few hurtles to jump. 2 of the major hurdles include assembly registration and gadget uninstallation. Let me explain: First off, Read More...
Fourth of July Vista Sidebar
I found a screensaver that plays nicely with my Vista ScreenSaver Sidebar gadget. Just in time for the 4th of July! First, go get the ScreenSaver gadget and install it to your sidebar: http://gallery.live.com/liveItemDetail.aspx?li=e321409b-231a-4da0-905c-0580c732223e&bt=1&pl=1 Read More...
.NET based Sidebar gadget problem solved!
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 Read More...
ScreenSaver Gadger hits 20000 downloads
It's a milestone. My ScreenSaver Vista Sidebar gadget has hit 20000 downloads. Some people have commented that it would be nice to double click it and have it launch the screensaver. The good news is, I have a version that does exactly that (can even Read More...
Goodbye WF...My New Role
You read right, I am leaving the WF team. I have been a WF Programmer Writer (documentation guy) for awhile now and it's been fun. WF is an awesome technology and I whole heartedly agree with the direction Microsoft is taking it. However, I'm done being Read More...
My Screen Saver Vista Sidebar Gadget
For some reason, I'm drawn to creating things that are just cool while not altogether useful (see my Animated Activity Designer post, though one could argue that it may in fact be useful). To that end, I decided to create a Vista Sidebar gadget that displays Read More...
WFPad for Windows Workflow Foundation RTM
Since a few people have asked, I updated the source for WFPad to work with the latest and greatest Windows Workflow Foundation. Click the link to download: WFPad.exe or the zip file: WFPad.zip Enjoy! Read More...
Windows workflow foundation animated activity designer source
As I mentioned in my last post, I have uploaded the Animated Activity Designer for use in your own project. A common question I can anticipate being asked is "Why?". So, here's why I created it and my reason as to why you may want to use something like Read More...
More Posts Next page »
Page view tracker