[DllImport("kernel32")]
static extern bool AttachConsole(long dwProcessId);
Public Declare Auto Function AttachConsole Lib "kernel32" ( _
ByVal dwProcessId As UInt32) As Boolean
None.
Warning, this will not work on Windows 2000, requires Windows XP or newer.
Please add some!
Please add some!
Do you know one? Please contribute it!