From a3db778746af40eb9f9ec2cccfb3c935164600f5 Mon Sep 17 00:00:00 2001 From: pfg github Date: Sun, 8 Mar 2015 09:18:40 -0700 Subject: Full Source --- coherencemode.vb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 coherencemode.vb (limited to 'coherencemode.vb') diff --git a/coherencemode.vb b/coherencemode.vb deleted file mode 100644 index 5868bf1..0000000 --- a/coherencemode.vb +++ /dev/null @@ -1,19 +0,0 @@ -Module coherencemode - Dim fakeform As New template - - Public Sub setupwindows(ByVal programname As String) - Dim win As Window = Window.Find(programname) - win.Style(Window.Styles.Border) = False - win.Style(Window.Styles.Sizable) = False - win.Size = New Size(win.Size.Width + 1, win.Size.Height + 1) - win.Invalidate() - - fakeform.Show() - fakeform.Location = win.Location - fakeform.Size = win.Size - fakeform.lbtitletext.Text = win.Text - fakeform.resettitlebar() - fakeform.pgcontents.BackColor = Color.FromArgb(1, 0, 1) - End Sub - -End Module -- cgit v1.2.3