Click here to Skip to main content
16,006,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Console question Pin
toxcct6-Sep-06 21:44
toxcct6-Sep-06 21:44 
AnswerRe: Console question Pin
vinclaro0017-Sep-06 15:35
vinclaro0017-Sep-06 15:35 
AnswerRe: writing data in txt file Pin
Programm3r6-Sep-06 20:43
Programm3r6-Sep-06 20:43 
JokeRe: writing data in txt file Pin
Hamid_RT6-Sep-06 21:39
Hamid_RT6-Sep-06 21:39 
QuestionPointer to function with variable argument list Pin
Crazy Joe Devola6-Sep-06 17:26
Crazy Joe Devola6-Sep-06 17:26 
AnswerRe: Pointer to function with variable argument list Pin
prasad_som6-Sep-06 19:36
prasad_som6-Sep-06 19:36 
QuestionHow to uninstall cleanly a oem driver? Pin
linshi6-Sep-06 15:44
linshi6-Sep-06 15:44 
QuestionEvent handling in dynaically created control Pin
Mohammad A Gdeisat6-Sep-06 9:18
Mohammad A Gdeisat6-Sep-06 9:18 
Hi,

I want to dynamically created CListView and handle its events, I derived CFileList from CListView and overridden methods like this:

void CFileList::OnNcLButtonDown(UINT n,CPoint p)
{
GetListCtrl().InserItem(0,_T("any thing"));

}
void CFileList::OnLButtonDown(UINT nFlags,CPoint point)
{
AfxMessageBox(_T("Mohammad");
}
and it doesnt seem to work.. so whats the problem??

Note: I am using embedded VC++ 4.0

Mohammad

And ever has it been that love knows not its own depth until the hour of separation

AnswerRe: Event handling in dynaically created control Pin
David Crow6-Sep-06 10:26
David Crow6-Sep-06 10:26 
QuestionC++ Global data structures Pin
Polity4h6-Sep-06 9:04
Polity4h6-Sep-06 9:04 
AnswerRe: C++ Global data structures Pin
Jun Du6-Sep-06 9:17
Jun Du6-Sep-06 9:17 
GeneralRe: C++ Global data structures Pin
Polity4h6-Sep-06 11:07
Polity4h6-Sep-06 11:07 
Question(LPCWSTR) -> (LPSTR) error! Pin
mostafa_pasha6-Sep-06 8:28
mostafa_pasha6-Sep-06 8:28 
QuestionRe: (LPCWSTR) -> (LPSTR) error! Pin
David Crow6-Sep-06 8:32
David Crow6-Sep-06 8:32 
AnswerRe: (LPCWSTR) -> (LPSTR) error! Pin
mostafa_pasha6-Sep-06 8:34
mostafa_pasha6-Sep-06 8:34 
GeneralRe: (LPCWSTR) -> (LPSTR) error! Pin
David Crow6-Sep-06 8:43
David Crow6-Sep-06 8:43 
GeneralRe: (LPCWSTR) -> (LPSTR) error! Pin
Zac Howland6-Sep-06 8:45
Zac Howland6-Sep-06 8:45 
GeneralRe: (LPCWSTR) -> (LPSTR) error! Pin
mostafa_pasha6-Sep-06 9:05
mostafa_pasha6-Sep-06 9:05 
GeneralRe: (LPCWSTR) -> (LPSTR) error! Pin
Hamid_RT6-Sep-06 22:38
Hamid_RT6-Sep-06 22:38 
QuestionGetting the app data folder in Vista Pin
Christopher Duncan6-Sep-06 7:45
Christopher Duncan6-Sep-06 7:45 
QuestionCan't compile an aplication with WinHTTP Pin
Eugene Pustovoyt6-Sep-06 7:38
Eugene Pustovoyt6-Sep-06 7:38 
AnswerRe: Can't compile an aplication with WinHTTP Pin
prasad_som6-Sep-06 21:18
prasad_som6-Sep-06 21:18 
AnswerRe: Can't compile an aplication with WinHTTP Pin
Hamid_RT11-Sep-06 9:42
Hamid_RT11-Sep-06 9:42 
QuestionFile extentions in vc++ Pin
amaneet6-Sep-06 6:43
amaneet6-Sep-06 6:43 
AnswerRe: File extentions in vc++ Pin
Maximilien6-Sep-06 6:47
Maximilien6-Sep-06 6:47 

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.