1
DotNet / Render on Picturebox
« on: December 22, 2010, 08:29:16 pm »
Simply set the handle of the renderwindow to your picture.handle
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
MethodInfo shutDown = typeof(Microsoft.Win32.SystemEvents).GetMethod("Shutdown", BindingFlags.NonPublic | BindingFlags.Static,
(Binder)null, new Type[] { }, new ParameterModifier[] { });
shutDown.Invoke(null, new object[] { });
Process.GetCurrentProcess().Kill();
The quick brown fox jumps over
the lazy dog