Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
Provides a .NET wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.
-
Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
-
.NET controls that display multiple sub-controls without creating a unique window handle for each child. Instead each child is drawn using the default renderers.
-
A duplication in C# of the "Windows-classic-samples" using Vanara libraries.
799 contributions in the last year
Contribution activity
November 2020
Created 81 commits in 3 repositories
Created a pull request in MicrosoftDocs/sdk-api that received 2 comments
Incorrect reference to SYSTEMTIME structure in liCreateTimestamp field
For the liCreateTimestamp field, change reference from SYSTEMTIME to FILETIME. In testing, this proves out to work with supporting functions. Addit…