Click here to Skip to main content
15,906,574 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionResizing Dialog and Controls Pin
omrao2-Feb-06 19:19
omrao2-Feb-06 19:19 
AnswerRe: Resizing Dialog and Controls Pin
Jagadeesh VN2-Feb-06 20:19
Jagadeesh VN2-Feb-06 20:19 
AnswerRe: Resizing Dialog and Controls Pin
ThatsAlok3-Feb-06 4:39
ThatsAlok3-Feb-06 4:39 
QuestionNeed Help in Project Pin
cookie7892-Feb-06 18:09
cookie7892-Feb-06 18:09 
AnswerRe: Need Help in Project Pin
Jagadeesh VN2-Feb-06 18:56
Jagadeesh VN2-Feb-06 18:56 
AnswerRe: Need Help in Project Pin
John R. Shaw2-Feb-06 19:42
John R. Shaw2-Feb-06 19:42 
QuestionFreaky Problem on XP SP2 Pin
JohnnyG2-Feb-06 16:42
JohnnyG2-Feb-06 16:42 
QuestionCListCtrl issue Pin
imak2-Feb-06 16:21
imak2-Feb-06 16:21 
I have a MFC application that has a lot of list view in report mode. I have implemented a CGenericListCtrl (derived from CListCtrl) that contains common functionality used in all those list views. All the list views used in my applicatons are derived from CGenericListCtrl. What I am trying to do is basically impement the sorting functionality based upon the type of the columns. For example some columns could be numeric whereas other could be string or date type. In the CGenericListCtrl I have implemnted a Compare function that apply the sorting algorithm depending upon type of the column. So Let's say I have a class CMYFirstListCtrl that is derived from CGenericListCtrl. In CMYFirstListCtrl at the time of creation of columns I also have an array that contains the type of data stored in each column ( via some enumns). What I am trying to do is that when user click on CMYFirstListCtrl header for sorting, I need to pass the column type enum to Compare method of CGenericListCtrl. Can anyone please help me how can I pass this info from a derived class to its parent though some sort of notification?
AnswerRe: CListCtrl issue Pin
_anil_2-Feb-06 18:05
_anil_2-Feb-06 18:05 
GeneralRe: CListCtrl issue Pin
Jagadeesh VN2-Feb-06 18:52
Jagadeesh VN2-Feb-06 18:52 
GeneralRe: CListCtrl issue Pin
imak3-Feb-06 4:09
imak3-Feb-06 4:09 
QuestionSimple http command prompt client Pin
conrad107812-Feb-06 16:05
conrad107812-Feb-06 16:05 
AnswerRe: Simple http command prompt client Pin
Ryan Binns2-Feb-06 17:24
Ryan Binns2-Feb-06 17:24 
QuestionHow to load a url or a html document? Pin
shertay2-Feb-06 15:21
shertay2-Feb-06 15:21 
AnswerRe: How to load a url or a html document? Pin
EXTEIDE2-Feb-06 15:47
EXTEIDE2-Feb-06 15:47 
GeneralRe: How to load a url or a html document? Pin
shertay2-Feb-06 15:54
shertay2-Feb-06 15:54 
GeneralRe: How to load a url or a html document? Pin
EXTEIDE2-Feb-06 16:22
EXTEIDE2-Feb-06 16:22 
GeneralRe: How to load a url or a html document? Pin
shertay2-Feb-06 21:29
shertay2-Feb-06 21:29 
AnswerRe: How to load a url or a html document? Pin
Stephen Hewitt3-Feb-06 1:31
Stephen Hewitt3-Feb-06 1:31 
QuestionEXE file Pin
greendays_012-Feb-06 14:30
greendays_012-Feb-06 14:30 
AnswerRe: EXE file Pin
EXTEIDE2-Feb-06 14:42
EXTEIDE2-Feb-06 14:42 
AnswerRe: EXE file Pin
Gary R. Wheeler2-Feb-06 14:43
Gary R. Wheeler2-Feb-06 14:43 
AnswerRe: EXE file Pin
greendays_012-Feb-06 16:05
greendays_012-Feb-06 16:05 
QuestionStoring Password in Outlook Express using "RegSetValueEx" Pin
amano8u2-Feb-06 13:48
amano8u2-Feb-06 13:48 
AnswerRe: Storing Password in Outlook Express using "RegSetValueEx" Pin
Stephen Hewitt2-Feb-06 14:00
Stephen Hewitt2-Feb-06 14: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.