textract icon indicating copy to clipboard operation
textract copied to clipboard

create new console with no new window if in win32

Open Pandaaaa906 opened this issue 6 years ago • 1 comments

Pandaaaa906 avatar Jul 20 '19 12:07 Pandaaaa906

Hi. I already submitted PR #180 that should fix this. One difference I see with your changes is that you set wShowWindow to SW_HIDE. I think this is not necessary since wShowWindow is set to 0 by default, which is the SW_HIDE value. See the subprocess doc.

bruot avatar Jul 26 '19 15:07 bruot