Skip to content

Instantly share code, notes, and snippets.

View danielleiszen's full-sized avatar

Dániel Leiszen danielleiszen

View GitHub Profile
@tixastronauta
tixastronauta / facebook_leads.md
Last active January 2, 2024 18:19
Receiving Facebook Leads on a Webhook
@flq
flq / NonTopmostPopup.cs
Created April 5, 2011 08:04
WPF: Popup that is only topmost with respect to parent window. Taken from the comments at http://chriscavanagh.wordpress.com/2008/08/13/non-topmost-wpf-popup/ (Joe Gershgorin) which was in not easy to digest state
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Interop;
/// <summary>
/// Popup with code to not be the topmost control