View Single Post
  #4 (permalink)  
Old 30th October 2003
Halle Halle is offline
Member
BS.player Regular User
 
Join Date: May 2003
Posts: 38
Rep Power: 0
Halle is an unknown quantity at this point
Default

I dunno which language you are using, but there's a Windows API function
Code:
HWND GetConsoleWindow(void);
which should give you what you wanted ;)
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20