Ver Mensaje Individual
  #7  
Antiguo 28-02-2018
Avatar de Angel.Matilla
Angel.Matilla Angel.Matilla is offline
Miembro
 
Registrado: ene 2007
Posts: 1.350
Reputación: 19
Angel.Matilla Va por buen camino
Me está ocurriendo algo curioso. Con este código:

Código PHP:
__fastcall TfRecMod::TfRecMod(TComponentOwner)
     : 
TForm(Owner)
{
     
HWND h;

     
this->Cuota->Handle;
     
SetWindowLong(hGWL_STYLEGetWindowLong(hGWL_STYLE) | ES_RIGHT);

     
this->Importe->Handle;
     
SetWindowLong(hGWL_STYLEGetWindowLong(hGWL_STYLE) | ES_RIGHT);
[... 
etc.]

Me está saliendo esto


Sin embargo en otros formularios, con el mismo código, lo hace bien. ¿Cuál puede ser la razón?
Responder Con Cita