Ostatnio widziany: gru 4, 2025
1. openvpn subnet 176.16.50.0, gateway 172.16.5.1 port 1194 proto udp dev tun ca /usr/local/etc/openvpn/server/ca.crt cert /usr/local/etc/o...
kldload ipdivert.ko
kldload ipfw_nat and try again
ipfw -q flush ipfw -q add 65534 allow ip from any to any
1. Add to resources System.Deployment.dll (look for it in C:windows etc.) 2. using System.Deployment.Application; 3. this.Title = string.Format...
var handle = Properties.Resources.MY_BITMAP.GetHbitmap(); var bitmapImageSource = Imaging.CreateBitmapSourceFromHBitmap(handle, IntPtr.Zero, Int32Rec...
var contextmenu = new ContextMenu(); MenuItem mi = new MenuItem(); mi.Header = "Close App"; mi.Click += (sender, args) => { this.Close(); ...
Add icon to resources (project – properties – resources – add icon ) TaskbarIcon tb = new TaskbarIcon(); ...
