These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
EVE-O preview - multi-client preview / switcher - v 1.13
@CCP_FoxFour // Technical Designer // Team Tech Co
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
CCP RedDawn: Ugly people are just playing life on HARD mode. Personally, I'm playing on an INFERNO difficulty.
CCP Goliath: I often believe that the best way to get something done is to shout at the person trying to help you. http://goo.gl/PKGDP
previews[processHandle].overlay.Close();
private void Preview_Load(object sender, EventArgs e) { this.FormClosing += Preview_FormClosing; } void Preview_FormClosing(object sender, FormClosingEventArgs e) { overlay.Close(); }
private void Preview_Load(object sender, EventArgs e) { this.FormClosed += Preview_FormClosed; } void Preview_FormClosed(object sender, FormClosedEventArgs e) { overlay.Close(); }
Youtube Channel about Micro and Small scale PvP with commentary: Fleet Commentary by l0rd carlos
[DllImport("user32.dll")] [return: MarshalAs(UnmanagedType.Bool)] public static extern bool IsWindow(IntPtr hWnd);
public void RefreshPreview() { if (has_been_set_up) { if (!DwmApi.IsWindow(this.sourceWindow)) { has_been_set_up = false; return; }
hg bookmark -r default master # make a bookmark of master for default, so a ref gets createdhg push git+ssh://git@github.com/schacon/hg-git.git