Heaventools

   English English  Deutsch Deutsch  Русский Русский
Heaventools Support Forums
May 17, 2012, 01:51:13 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: I need help immediately  (Read 2753 times)
0 Members and 1 Guest are viewing this topic.
trupti
New Member
*
Posts: 9

Location:
Mumbai, India

Offline Offline



« on: June 24, 2007, 10:58:07 am »

Hello,

   The exe file shows dialogs. I want to do vertain tasks which I can't find where & how to do.
1. Change Font Color of dialogs. I open Dialog in REsource Editor, among all styles what can be used to change the font color. I didn't find any way.

Please help me out with this.
Thanks
TechMan
Heaventools
Support
***
Posts: 220

Location:
On Air

Offline Offline



« Reply #1 on: June 24, 2007, 12:19:16 pm »

The dialog script has no "font color" property.

Example:
FONT 8, "MS Shell Dlg"

There are size and font, that's it.

You can't change font color if you do not have source code for your application. There must be something like this in the source code:
pDC->SetTextColor(RGB(GetRValue(m_crColor),GetGValue(m_crColor),
    GetBValue(m_crColor)));

TechMan Robot
Heaventools Software
trupti
New Member
*
Posts: 9

Location:
Mumbai, India

Offline Offline



« Reply #2 on: June 24, 2007, 11:08:01 pm »

Thanks a lot Techman Robot.
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF | SMF © 2006-2009, Simple Machines LLC