Click here to Skip to main content
15,915,858 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to get rid of dependency on msvcr70.dll? Pin
IGx8917-Oct-03 15:32
IGx8917-Oct-03 15:32 
GeneralMultiple instances and opening files Pin
Joe Woodbury17-Oct-03 12:41
professionalJoe Woodbury17-Oct-03 12:41 
GeneralRe: Multiple instances and opening files Pin
Neville Franks17-Oct-03 22:58
Neville Franks17-Oct-03 22:58 
GeneralRe: Multiple instances and opening files Pin
Joe Woodbury18-Oct-03 4:37
professionalJoe Woodbury18-Oct-03 4:37 
GeneralMS Access ODBC Pin
Edward Tompkins17-Oct-03 11:29
Edward Tompkins17-Oct-03 11:29 
GeneralRe: MS Access ODBC Pin
Small Rat17-Oct-03 17:58
Small Rat17-Oct-03 17:58 
GeneralRe: MS Access ODBC Pin
Anonymous17-Oct-03 20:39
Anonymous17-Oct-03 20:39 
GeneralPROBLEMS WITH OWNERDRAW Pin
Rafael Fernández López17-Oct-03 10:51
Rafael Fernández López17-Oct-03 10:51 
Well, I'm going to describe what I have and what is the main problem:

I have a ClistCtrl which has ownerdraw progress bars inside it. CListCtrl is FULLROWSELECT and has many columns. (ProgressBars are on the third column for example), and when I click on an Item (text) the full row gets selected, ok for now... but when I click on the progress bar (that is ownerdraw) it works like nothing... it does nothing.

They are different classes and I can get the click on the progressbar class, but when I try a:

<br />
CWnd* pWnd = GetParent();<br />
pWnd->SendMessage(NM_CLICK);<br />


It doesn't work... please help me...

Thanks in advance... Cry | :((


MaestroProgramador.Com

Where every source code is loved like a girl.
GeneralRe: PROBLEMS WITH OWNERDRAW Pin
igor196017-Oct-03 11:52
igor196017-Oct-03 11:52 
GeneralRe: PROBLEMS WITH OWNERDRAW Pin
Rafael Fernández López17-Oct-03 12:17
Rafael Fernández López17-Oct-03 12:17 
GeneralRe: PROBLEMS WITH OWNERDRAW Pin
igor196017-Oct-03 12:33
igor196017-Oct-03 12:33 
GeneralRe: PROBLEMS WITH OWNERDRAW Pin
Rafael Fernández López17-Oct-03 12:50
Rafael Fernández López17-Oct-03 12:50 
GeneralNMAKE win32.mak not found Pin
Kuniva17-Oct-03 10:41
Kuniva17-Oct-03 10:41 
GeneralToolbar event Pin
Small Rat17-Oct-03 10:32
Small Rat17-Oct-03 10:32 
GeneralRe: Toolbar event Pin
Rafael Fernández López17-Oct-03 10:40
Rafael Fernández López17-Oct-03 10:40 
GeneralRe: Toolbar event Pin
Rafael Fernández López17-Oct-03 10:43
Rafael Fernández López17-Oct-03 10:43 
GeneralRe: Toolbar event Pin
Small Rat17-Oct-03 10:44
Small Rat17-Oct-03 10:44 
GeneralRe: Toolbar event Pin
Rafael Fernández López17-Oct-03 10:57
Rafael Fernández López17-Oct-03 10:57 
GeneralRe: Toolbar event Pin
Small Rat17-Oct-03 11:05
Small Rat17-Oct-03 11:05 
GeneralRe: Toolbar event Pin
Rafael Fernández López17-Oct-03 11:17
Rafael Fernández López17-Oct-03 11:17 
GeneralRe: Toolbar event Pin
Small Rat17-Oct-03 11:22
Small Rat17-Oct-03 11:22 
GeneralGetProcessMemoryInfo Pin
keb17-Oct-03 9:47
keb17-Oct-03 9:47 
Questionsafe to close a modeless with EndDialog? Pin
ns17-Oct-03 9:43
ns17-Oct-03 9:43 
AnswerRe: safe to close a modeless with EndDialog? Pin
Michael Dunn17-Oct-03 18:34
sitebuilderMichael Dunn17-Oct-03 18:34 
GeneralRe: safe to close a modeless with EndDialog? Pin
nss18-Oct-03 2:33
nss18-Oct-03 2:33 

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.