Mago
  • Mago Projects
    • Mago Software
      • Applications
      • Libraries
      • Plugins
      • Scripts
  • Documentation
  • Issues
  • Blog
  • Forum
  • Downloads
  • Yotube
  • Twitter
  • Users
  • Register
  • Login

Code Examples

Brief snippets of code examples

PropertyGrid: Dynamic DropDown list for Custom Class Types

23/08/2021 stigzler 0

This code tells your PropertyGrid control how to work with Properties which represent a custom Class This also works dynamically, so you don’t have to […]

Alternative location for references in .net projects

08/08/2021 stigzler 0

This article covers how to setup your .net project to consume its libraries from a location different to the root of the .exe Normally, when […]

Adding custom drop-down, resizable controls to PropertyGrid

20/03/2020 stigzler 0

This article shows you how to implement custom controls in your PropertyGrid that can handle any property object type… This was one of those where […]

Non-UI-blocking Progress Bar in Winforms

14/07/2019 stigzler 0

There’s a few methods to ensure that you can present an update to your users regarding progress of any iterative process. Here’s the easiest I’ve […]

.net Datasets Hints and Tips

08/07/2019 stigzler 0

Intro This is just a collection of hints and tips when working with datasets in vb.net

vb.net – Linq results to a class

07/07/2019 stigzler 0

A quick way to create a class within a LINQ query to contain the results The below shows how to construct a Class inline to […]

Recent Posts

  • Add an outline to images via GDI+ with .NET Framework
  • PropertyGrid: Dynamic DropDown list for Custom Class Types
  • Alternative location for references in .net projects
  • Keep Focussed
  • Satisfactory PS4 Controller Mapping
  • Keep Focussed

    A small app to ensure applications keep focus and do not have it robbed by other apps.. Originally designed to keep Steam games focussed whilst […]

  • Automate publishing to your personal NuGet repo

    This will automate a Nuget update to your personal/company NuGet library for any projects you build as “Release” This is useful for any personal/private libraries […]

  • MantisBT WordPress Plugin

    A plugin that syncs wordpress and MantisBT accounts via the UsersWP user management plugin This ensures that your MantisBT installation and WordPress user accounts are […]

  • SFXInstaller

    Automates making self-extracting, self-installing applications. This command line app automates using 7zip to make self-extracting installers from install files. Use cases: When wanting to package […]

  • VisualSVN auto backup script

    A quick script that allows you to backup your VisualSVN Repositories to zipped files in a location of your choosing. Run this as a scheduled […]

  • GIMP Plugin – Search and Replace in Layer Names

    If you use other tools such as khalim19’s Export Layers plugin that leverage Layer names, you may often need the facility to search and replace […]

  • Simple scheduled MySQL database backups with FTP offsite hosting

    A simple, scheduled MySQL database backup method with zipped files, archive pruning and FTP/offsite upload After a fruitless search for free MySQL backup tools, the […]

  • CBMStudioSVN

    Adds SVN (versioning) functionality to CBMPrgStudio. Download Installs SVN functionality to CBMPrgStudio such as commit, update, show repo and get. Very easy to set up. […]

Copyright © 2022 | WordPress Theme by MH Themes