Skip to content

Instantly share code, notes, and snippets.

View CycloneRing's full-sized avatar

Cyclone CycloneRing

View GitHub Profile
@CycloneRing
CycloneRing / MessageBoxFlagDemo.cs
Created April 7, 2024 05:08
MessageBoxFlagDemo
using System;
namespace MessageBoxFlagDemo
{
class Program
{
public static class MBFlags
{
// Message Icon
public const uint MB_ICONINFORMATION = 0x00000040;