Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC STATUS BAR PROBLEM Pin
#realJSOP5-Feb-07 0:07
mve#realJSOP5-Feb-07 0:07 
AnswerRe: MFC STATUS BAR PROBLEM Pin
#realJSOP5-Feb-07 0:29
mve#realJSOP5-Feb-07 0:29 
GeneralMFC STATUS BAR PROBLEM ADDITIONAL Pin
T.RATHA KRISHNAN5-Feb-07 1:10
T.RATHA KRISHNAN5-Feb-07 1:10 
GeneralRe: MFC STATUS BAR PROBLEM ADDITIONAL Pin
#realJSOP5-Feb-07 1:40
mve#realJSOP5-Feb-07 1:40 
QuestionRe: MFC STATUS BAR PROBLEM ADDITIONAL [modified] Pin
T.RATHA KRISHNAN5-Feb-07 17:40
T.RATHA KRISHNAN5-Feb-07 17:40 
AnswerRe: MFC STATUS BAR PROBLEM ADDITIONAL Pin
#realJSOP5-Feb-07 23:13
mve#realJSOP5-Feb-07 23:13 
QuestionRe: MFC STATUS BAR PROBLEM ADDITIONAL [modified] Pin
T.RATHA KRISHNAN6-Feb-07 1:42
T.RATHA KRISHNAN6-Feb-07 1:42 
QuestionPlease help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
XTr1NiTy4-Feb-07 23:17
XTr1NiTy4-Feb-07 23:17 
Greetings all,

Im trying to send messages to a main dialog, but it seems that the messages does not get received.

extern CListBox* hList;<br />
.<br />
.<br />
.<br />
if (lTotalCols > 0)<br />
	{<br />
<br />
		//SendMessage(LVM_DELETEALLITEMS, 0,0);<br />
		// Clear all the previous listview item<br />
		SendMessage((HWND)hList, LVM_DELETEALLITEMS, 0, 0);<br />
		// Clear the previous column header<br />
		for (idx=0; idx<lTotalCols; idx++)<br />
		{<br />
			SendMessage((HWND)hList, LVM_DELETECOLUMN, (int)0, 0);<br />
			//SendMessage(hList, LVM_DELETECOLUMN, (int)0, 0);<br />
		};<br />
	}<br />


Any Suggestions of what to try?

Reinart Laast,
Junior Developer.
Greetings from South Africa
AnswerRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
kasturi_haribabu4-Feb-07 23:44
kasturi_haribabu4-Feb-07 23:44 
AnswerRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
#realJSOP4-Feb-07 23:47
mve#realJSOP4-Feb-07 23:47 
GeneralRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
XTr1NiTy5-Feb-07 0:16
XTr1NiTy5-Feb-07 0:16 
QuestionRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) [modified] Pin
XTr1NiTy5-Feb-07 0:02
XTr1NiTy5-Feb-07 0:02 
AnswerRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
#realJSOP5-Feb-07 0:24
mve#realJSOP5-Feb-07 0:24 
QuestionRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
XTr1NiTy5-Feb-07 0:43
XTr1NiTy5-Feb-07 0:43 
AnswerRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
#realJSOP5-Feb-07 1:47
mve#realJSOP5-Feb-07 1:47 
QuestionRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
XTr1NiTy5-Feb-07 1:19
XTr1NiTy5-Feb-07 1:19 
AnswerRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
#realJSOP5-Feb-07 1:50
mve#realJSOP5-Feb-07 1:50 
GeneralRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
XTr1NiTy5-Feb-07 2:06
XTr1NiTy5-Feb-07 2:06 
GeneralRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
#realJSOP5-Feb-07 2:25
mve#realJSOP5-Feb-07 2:25 
JokeRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
XTr1NiTy5-Feb-07 2:47
XTr1NiTy5-Feb-07 2:47 
AnswerRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
David Crow5-Feb-07 3:09
David Crow5-Feb-07 3:09 
GeneralRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
XTr1NiTy5-Feb-07 3:36
XTr1NiTy5-Feb-07 3:36 
AnswerRe: Please help, SendMesssage not working in MFC Dialog Application, (with wizard) Pin
Michael Dunn5-Feb-07 10:01
sitebuilderMichael Dunn5-Feb-07 10:01 
Questionhide submenu item on selecting a menu item Pin
Sunshine Always4-Feb-07 23:06
Sunshine Always4-Feb-07 23:06 
AnswerRe: hide submenu item on selecting a menu item Pin
kasturi_haribabu4-Feb-07 23:15
kasturi_haribabu4-Feb-07 23:15 

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.