Page 1 of 1

application name

Posted: Thu Jan 03, 2008 5:57 pm
by norberto
hi, how to get the aplication name? (exe name).

thanks

Posted: Thu Jan 03, 2008 6:11 pm
by James Bott
GetModuleFileName( GetInstance() )

Posted: Thu Jan 03, 2008 6:58 pm
by norberto
James, thanks.

Posted: Thu Jan 03, 2008 7:54 pm
by Antonio Linares
You can also use HB_ArgV( 0 )