
11.08.2009, 16:44
|
|
Познавший АНТИЧАТ
Регистрация: 05.03.2007
Сообщений: 1,985
С нами:
10097606
Репутация:
3349
|
|
з що за прога? Win али Dos.
IF your prog for Dos then use special interrups.
[code]
__asm
{
lea dx,init
int 27h
}
[code]
Where init - entry point in prog
If prog for Win then hide main window of your prog.
if prog for Win Console then hz
|
|
|