Jump to content
Fivewin Brasil

Mudar a cor da FONTE do GET quando estiver desabilitado.


Jmsilva

Recommended Posts

  • 2 weeks later...

Acho difícil, mas tente mudar a MGET.PRG: veja a TGET.PRG 

   CLASSDATA lDisColors INIT .T. // Use standard disabled colors
   CLASSDATA lClrFocus  INIT .F. // change GET color when focused
   CLASSDATA nClrFocus  INIT nRGB( 235, 235, 145 ) // color to use when GET is focused and lClrFocus is .T.
   CLASSDATA lChangeCaret INIT .T.
   CLASSDATA nClrGrayText INIT 17 // COLOR_GRAYTEXT
   CLASSDATA lDefaultANSI  INIT .f.
   CLASSDATA bColorBlock


Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...