Skip to content

Instantly share code, notes, and snippets.

View ape97's full-sized avatar
🏠
Working from home

Adrian Peters ape97

🏠
Working from home
View GitHub Profile
@otuncelli
otuncelli / MessageBoxEx.cs
Last active April 3, 2024 08:30
Parent centered MessageBox dialog in C#
using System.Drawing;
using System.Runtime.InteropServices;
using System.Security;
using System.Threading.Tasks;
namespace System.Windows.Forms
{
using Point = Drawing.Point;
/// <summary>