Antonio:
My friend, you provided me this piece of code (that works GREAT) as a way to set the console window title:
Is there a way to get the current caption / title ?
Thank you very much !!!!
My friend, you provided me this piece of code (that works GREAT) as a way to set the console window title:
#pragma BEGINDUMP
#include <windows.h>
#include <hbapi.h>
HB_FUNC( SETCONSOLETITLE )
{
  hb_retl( SetConsoleTitle( ( char * ) hb_parc( 1 ) ) );
}
#pragma ENDDUMPIs there a way to get the current caption / title ?
Thank you very much !!!!