Click here to Skip to main content
15,899,025 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionCan u hand over CStrings from MFC to a WTL DLL? [modified] Pin
DaveB229-Mar-08 1:51
DaveB229-Mar-08 1:51 
AnswerRe: Can u hand over CStrings from MFC to a WTL DLL? Pin
Stuart Dootson29-Mar-08 16:25
professionalStuart Dootson29-Mar-08 16:25 
GeneralRe: Can u hand over CStrings from MFC to a WTL DLL? Pin
DaveB229-Mar-08 23:41
DaveB229-Mar-08 23:41 
GeneralRe: Can u hand over CStrings from MFC to a WTL DLL? Pin
Stuart Dootson30-Mar-08 2:25
professionalStuart Dootson30-Mar-08 2:25 
GeneralRe: Can u hand over CStrings from MFC to a WTL DLL? Pin
DaveB231-Mar-08 0:10
DaveB231-Mar-08 0:10 
QuestionATL service: Call to LoadLibrary Fails. Pin
abhijitr28-Mar-08 5:53
abhijitr28-Mar-08 5:53 
GeneralRe: ATL service: Call to LoadLibrary Fails. Pin
Stuart Dootson29-Mar-08 16:33
professionalStuart Dootson29-Mar-08 16:33 
Questionwhy WTL ListViewCtrl's LVN_GETDISPINFO notification is not getting fired? Pin
Ram-Murthi28-Mar-08 1:43
Ram-Murthi28-Mar-08 1:43 
why WTL ListViewCtrl's LVN_GETDISPINFO notification is not getting fired?

i am a WTL beginner

i have a WTL SDI framewnd application
and a user-defined class, which is inherited from WTL CListViewCtrl
to create a virtual listview control, will act as view class of the application
i've set the(LVS_OWNERDATA) style for it.

i've also read the following thread

<WTL: Reflect notifications to a control>
http://www.codeproject.com/script/Forums/View.aspx?fid=4486&msg=468889

my problem is somehow different

listview is wrapped by a WTL::CSplitterWindow class then the splitter is added to
MainFrame window, acutally the mainframe window is splitted into two views

i have reflected the message in mainframe class and i am processing it in
my view class ( which is inherited from WTL CListviewctrl) using

REFLECTED_NOTIFY_CODE_HANDLER(LVN_GETDISPINFO,OnGetDispInfoFileList)
DEFAULT_REFLECTION_HANDLER()

as the above mentioned thread reply says (by MIKE) mainframe message is reflected back ...

but i don't know if there is problem in splitterwindow class, which is in between
the listview and framewindow ...i don't know how to modify
splitterwindow( i suppose not ) because it is pre-written WTL class ...

my machine soft config is
WIN XP-SP2
DOTNET 2005 enterprise ed.
latest PSDK
IE 6

anyone if you know, could you tell me why Confused | :confused:

Thanks in advance.

RAM
*********
AnswerRe: why WTL ListViewCtrl's LVN_GETDISPINFO notification is not getting fired? Pin
Ram-Murthi30-Mar-08 19:42
Ram-Murthi30-Mar-08 19:42 
AnswerRe: why WTL ListViewCtrl's LVN_GETDISPINFO notification is not getting fired? Pin
PuttyTree23-Nov-11 20:47
PuttyTree23-Nov-11 20:47 
GeneralUnable to open file for reading using C++ I/O [modified] Pin
ComplexLifeForm26-Mar-08 23:34
ComplexLifeForm26-Mar-08 23:34 
GeneralRe: Unable to open file for reading using C++ I/O Pin
led mike27-Mar-08 5:00
led mike27-Mar-08 5:00 
GeneralRe: Unable to open file for reading using C++ I/O Pin
CPallini27-Mar-08 5:29
mveCPallini27-Mar-08 5:29 
GeneralRe: Unable to open file for reading using C++ I/O [modified] Pin
ComplexLifeForm27-Mar-08 7:21
ComplexLifeForm27-Mar-08 7:21 
GeneralRe: Unable to open file for reading using C++ I/O Pin
CPallini27-Mar-08 9:56
mveCPallini27-Mar-08 9:56 
QuestionNeed Help on ATL Project Pin
manish.patel25-Mar-08 22:20
manish.patel25-Mar-08 22:20 
GeneralRe: Need Help on ATL Project Pin
Michael Dunn26-Mar-08 17:58
sitebuilderMichael Dunn26-Mar-08 17:58 
GeneralRe: Need Help on ATL Project Pin
manish.patel30-Mar-08 22:34
manish.patel30-Mar-08 22:34 
QuestionHow to use GDI+ in an ActiveX Control? [modified] Pin
samfromcn18-Mar-08 4:54
samfromcn18-Mar-08 4:54 
GeneralRe: How to use GDI+ in an ActiveX Control? Pin
samfromcn18-Mar-08 15:43
samfromcn18-Mar-08 15:43 
GeneralRe: How to use GDI+ in an ActiveX Control? Pin
Michael Dunn20-Mar-08 13:40
sitebuilderMichael Dunn20-Mar-08 13:40 
General'Server busy' problem Pin
KASR117-Mar-08 19:21
KASR117-Mar-08 19:21 
GeneralRe: 'Server busy' problem Pin
Ernest Laurentin20-Mar-08 6:06
Ernest Laurentin20-Mar-08 6:06 
QuestionWindows Services: User account management Pin
tony_Udz15-Mar-08 23:27
tony_Udz15-Mar-08 23:27 
GeneralRe: Windows Services: User account management Pin
led mike17-Mar-08 4:43
led mike17-Mar-08 4:43 

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.