sparafucile17
Programmer
Does anyone know how to set the Background color of an edit box? I am trying to create a read only edit box called IDC_LOG but I don't like the read only default color. I have seen other thread that talk about some function called:
LRESULT CALLBACK DialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
What is this function and where should it be? Not to mention what do you so with it once it there? Would you call in from the OnInitDialog() function? And how would you tie that to my IDC_LOG?
This part of my program is very crucial, as the majority of the program is the logging capability. Someone please help!
Jeff Tackett
Visteon Corp.
Detroit, Mi
LRESULT CALLBACK DialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
What is this function and where should it be? Not to mention what do you so with it once it there? Would you call in from the OnInitDialog() function? And how would you tie that to my IDC_LOG?
This part of my program is very crucial, as the majority of the program is the logging capability. Someone please help!
Jeff Tackett
Visteon Corp.
Detroit, Mi