RWeigelt
Senior product designer and user experience specialist with a background as a professional software developer.
Bonn, Germany
Pinned Repositories
ChromeKioskModeDemo
Just some demo code how to use the Chrome kiosk mode on a second monitor.
CssFontVariantNumeric
DirectShow.Net
A fork of DirectShow.Net (https://sourceforge.net/projects/directshownet/) for use in my personal software projects (C#/.NET 6/WPF).
EdgeHtmlToPng
Demo code for how to export an HTML page to PNG using the Edge browser
EmarooCustomActions
Custom actions for Emaroo, the free utility for browsing the most recently used lists of tools and applications like Visual Studio, Word, Excel, PowerPoint and more.
PowerPointSlideExportDemo
Demo code for how to export a PowerPoint slide with or without the background
PowerPointSlideHtmlLayoutDemo
Demo code for how to turn a PowerPoint slide with shapes containing "{{something}}" texts into an HTML file where these texts can be used as insertion points for dynamic content.
ShortGuidHelperDemo
ThumbnailCreationDemo
Demo code for how to create thumbnails of video and image files
WpfNumeralAlignmentDemo
Demo code for Typography.NumeralAlignment="Tabular"
RWeigelt's Repositories
RWeigelt/DirectShow.Net
A fork of DirectShow.Net (https://sourceforge.net/projects/directshownet/) for use in my personal software projects (C#/.NET 6/WPF).
RWeigelt/ShortGuidHelperDemo
RWeigelt/ThumbnailCreationDemo
Demo code for how to create thumbnails of video and image files
RWeigelt/ChromeKioskModeDemo
Just some demo code how to use the Chrome kiosk mode on a second monitor.
RWeigelt/EmarooCustomActions
Custom actions for Emaroo, the free utility for browsing the most recently used lists of tools and applications like Visual Studio, Word, Excel, PowerPoint and more.
RWeigelt/EdgeHtmlToPng
Demo code for how to export an HTML page to PNG using the Edge browser
RWeigelt/WpfNumeralAlignmentDemo
Demo code for Typography.NumeralAlignment="Tabular"
RWeigelt/PowerPointSlideHtmlLayoutDemo
Demo code for how to turn a PowerPoint slide with shapes containing "{{something}}" texts into an HTML file where these texts can be used as insertion points for dynamic content.
RWeigelt/CssFontVariantNumeric
RWeigelt/PowerPointSlideExportDemo
Demo code for how to export a PowerPoint slide with or without the background
RWeigelt/RWeigelt
Config files for my GitHub profile.
RWeigelt/SerializationNetCore2Vs3
Code example for an article on weblogs.asp.new/rweigelt
RWeigelt/SourceToHtml
A configurable text processor that creates HTML from a (source code) text.
RWeigelt/WPF-ResMerger
We all agree that a good styling structure is essential for a successful WPF project. However, while we should certainly stick to the granular structure dividing each type into different resource dictionaries, dependencies between merged dictionaries will grow tremendously. This overhead can slow down the loading time of control heavy views a lot. And exactly this is the reason why we developed a tool which solves this very problem... The ResMerger!