Skip to content

Instantly share code, notes, and snippets.

@kirpalsingh206
kirpalsingh206 / ScriptRunner.cs
Created October 4, 2021 02:06 — forked from VPKSoft/ScriptRunner.cs
An utility class for running scripts against a SQLite database for database update / change. Useful in a software using a SQLite database for something.
#region license
/*
This file is public domain.
You may freely do anything with it.
Copyright (c) VPKSoft 2019
*/
#endregion
using System;
@kirpalsingh206
kirpalsingh206 / IpcClientServer.cs
Created October 4, 2021 02:06 — forked from VPKSoft/IpcClientServer.cs
A class for IPC channel messaging.
#region license
/*
This file is public domain.
You may freely do anything with it.
Copyright (c) VPKSoft 2019
*/
#endregion
using System;
@kirpalsingh206
kirpalsingh206 / SendKeys.cs
Created October 4, 2021 02:06 — forked from VPKSoft/SendKeys.cs
A helper class for the SendKeys.Send method, see [documentation](docs.microsoft.com/en-us/dotnet/api/system.windows.forms.sendkeys.send).
#region license
/*
This file is public domain.
You may freely do anything with it.
Copyright (c) VPKSoft 2019
*/
#endregion
using System.Collections.Generic;
using System.Windows.Forms;
@kirpalsingh206
kirpalsingh206 / MessageHelper.cs
Created October 4, 2021 02:05 — forked from VPKSoft/MessageHelper.cs
A helper class form messages with Windows Forms WndProc override.
#region License
/*
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors