Find a 16bit Process
-
Hello, 16bit applications do not show up in System.Diagnostics.Process. Is there a dotnet way to list the 16bit applications that are running? Thank you Nathan
'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous 'Life's real failure is when you do not realize how close you were to success when you gave up.' ~ anonymous
-
Hello, 16bit applications do not show up in System.Diagnostics.Process. Is there a dotnet way to list the 16bit applications that are running? Thank you Nathan
'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous 'Life's real failure is when you do not realize how close you were to success when you gave up.' ~ anonymous
Nope. They are contained within a shell process, either NTVDM or WOWEXEC.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Nope. They are contained within a shell process, either NTVDM or WOWEXEC.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008Thanks Dave, I figured that but was hopeful. I tried to use FindWindow api to find the title of the window i'm looking for but my pc is vista (work environment is split between vista and xp) and it returns a value regardless if it finds a window with that title or not. Is there something else more accurate I can use? Thanks again Nathan
'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous 'Life's real failure is when you do not realize how close you were to success when you gave up.' ~ anonymous