Thread
:
SDK & BSP_GetFileName?
View Single Post
#
4
(
permalink
)
30th October 2003
Halle
Member
BS.player Regular User
Join Date: May 2003
Posts: 38
Rep Power:
0
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 ;)
Halle
View Public Profile
Send a private message to Halle
Find all posts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20