Text top simple function
Good guys come share a form that I use to write something on the top screen (monitor):
The code is free Move Menu, it does not move to turn it so that the text remains on the screen even pressing insert just put off DrawBox and where are the settings menu.
Note: I used as reference the top of the screen but you can put it wherever you want!
It's a simple thing but it saves a little time ...
Credits-> Microsoft, Kssiobr (oO> Kssio <Oo ™)
Code:
VOID TextoTopo( D3DCOLOR cor, CHAR *texto )
{
int forth_back = 95;//Para frente e para trás
int up_down = NULL;//Para cima e para baixo
Texto( forth_back, up_down, cor, Directx.pFont, texto );
}
TextoTopo( COR_DO_TEXTO, "Text that will appear on the top screen" );
Note: I used as reference the top of the screen but you can put it wherever you want!
It's a simple thing but it saves a little time ...
Credits-> Microsoft, Kssiobr (oO> Kssio <Oo ™)

rsrssr ... for anyone who wants to add a text on top and leave it more elegant the menu, this is an option for already be ready ...