Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCToolBarCtrl, SetMetrics Pin
Yokeldj11-Jul-06 4:34
Yokeldj11-Jul-06 4:34 
QuestionProblem with Digital Display CStatic control Pin
Semion_N11-Jul-06 4:01
Semion_N11-Jul-06 4:01 
AnswerRe: Problem with Digital Display CStatic control Pin
Sarath C11-Jul-06 4:37
Sarath C11-Jul-06 4:37 
GeneralRe: Problem with Digital Display CStatic control Pin
Semion_N11-Jul-06 5:12
Semion_N11-Jul-06 5:12 
GeneralRe: Problem with Digital Display CStatic control Pin
Sarath C11-Jul-06 17:34
Sarath C11-Jul-06 17:34 
QuestionRe: Problem with Digital Display CStatic control Pin
David Crow11-Jul-06 4:59
David Crow11-Jul-06 4:59 
AnswerRe: Problem with Digital Display CStatic control Pin
Semion_N11-Jul-06 7:38
Semion_N11-Jul-06 7:38 
AnswerRe: Problem with Digital Display CStatic control [modified] Pin
Semion_N11-Jul-06 8:23
Semion_N11-Jul-06 8:23 
Another problem:
When I'm running the project it doesn't write me anything in the Static control(with the degital design) , but I can change the background color on the object Confused | :confused:
What can be the problem?
here is the code of the intialization of the object:
<br />
m_Digital.SetNumberOfLines(20);<br />
m_Digital.SetXCharsPerLine(18);<br />
m_Digital.SetSize(CMatrixStatic::LARGE);<br />
m_Digital.SetDisplayColors(RGB(0, 255, 0), RGB(0, 255, 50), RGB(0, 103, 30));<br />
m_Digital.AdjustClientXToSize(18);<br />
m_Digital.AdjustClientYToSize(1);<br />
m_Digital.SetText("Hello");<br />
m_Digital.SetColor(RGB(0, 255, 255), RGB(0, 255, 8));<br />
m_Digital.SetAutoPadding(true);	<br />

What can be the problem?

SnaidiS

-- modified at 15:18 Tuesday 11th July, 2006
GeneralRe: Problem with Digital Display CStatic control Pin
Semion_N11-Jul-06 18:52
Semion_N11-Jul-06 18:52 
QuestionGet Current Directory Pin
mehmetned11-Jul-06 4:00
mehmetned11-Jul-06 4:00 
AnswerRe: Get Current Directory Pin
_AnsHUMAN_ 11-Jul-06 4:29
_AnsHUMAN_ 11-Jul-06 4:29 
GeneralRe: Get Current Directory Pin
mehmetned11-Jul-06 4:45
mehmetned11-Jul-06 4:45 
GeneralRe: Get Current Directory Pin
David Crow11-Jul-06 5:02
David Crow11-Jul-06 5:02 
GeneralRe: Get Current Directory Pin
see me11-Jul-06 5:15
see me11-Jul-06 5:15 
AnswerRe: Get Current Directory Pin
Eric Dahlvang11-Jul-06 8:15
Eric Dahlvang11-Jul-06 8:15 
QuestionComunication between software Pin
NorGUI11-Jul-06 3:43
NorGUI11-Jul-06 3:43 
AnswerRe: Comunication between software Pin
Jun Du11-Jul-06 3:52
Jun Du11-Jul-06 3:52 
GeneralRe: Comunication between software Pin
earl11-Jul-06 4:01
earl11-Jul-06 4:01 
AnswerRe: Comunication between software Pin
ldaoust11-Jul-06 4:24
ldaoust11-Jul-06 4:24 
GeneralRe: Comunication between software Pin
NorGUI11-Jul-06 5:46
NorGUI11-Jul-06 5:46 
GeneralRe: Comunication between software Pin
earl11-Jul-06 5:52
earl11-Jul-06 5:52 
GeneralRe: Comunication between software Pin
ldaoust11-Jul-06 7:18
ldaoust11-Jul-06 7:18 
GeneralRe: Comunication between software Pin
earl11-Jul-06 7:26
earl11-Jul-06 7:26 
GeneralRe: Comunication between software Pin
NorGUI11-Jul-06 23:22
NorGUI11-Jul-06 23:22 
GeneralRe: Comunication between software [modified] Pin
ldaoust12-Jul-06 4:00
ldaoust12-Jul-06 4:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.