First  |  Prev |  Next  |  Last
Pages: 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768
ListView selection chenged
Hello guys Is there an event handler to detect if the selection in the ListView (ListCtrl) has chenged? Regards, Mystique ... 1 Nov 2005 12:28
CStringArray
I'm using the MFC class CStringArray to store lines of text from the Document. When the function ends, I get these error messages 'DAMAGE: after Normal block (#3041) at 0X003086C0. Of course, the exact numbers change. From the Documentation, I need to be calling the destructors for the CString's, but now How do I... 2 Nov 2005 14:19
Questions about memory leak in using IXMLDOMNode and IXMLDOMDocument
I would like to ask these questions: 1) IXMLDOMDocument has load() function but doesn't have close (or anything similar). Does this mean I don't need to close the xml file after I've done with it? And I assume something like this would be ok too m_xmldoc.load("document1.xml"); Then later, m_xmldoc.load("docume... 31 Oct 2005 15:39
newbie: unresolved reference to main
Hi all, I'm reading "Intro to MFC Programming with VC++" (written in the VS 6.0 days) and am stuck with a link error in a "hello world" type program: Linking... msvcrtd.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup Debug/Hello World 1.exe : fa... 28 Oct 2005 11:45
VMR9 Wrapper Dll for VB6
Dear All VC++ and C++ Gurus ! can any one help me by coding a Dll in C++ to use in VB6 ? Since "Video Mixer Renderer 9" (VMR 9) can't be directly used in VB6, i need a wrapper dll. one Mr.Geraint Davies (http://www.gdcl.co.uk) has made wonderfull FSFWrap.dll to use VMR9 in VB6. http://www.gdcl.co.uk/downloa... 27 Oct 2005 02:42
Displaying MultiLine tooltips in CListCtrl anyone?
Anyone know how to implement multiline tooltips for a ListCtrl? -- thanks PM ... 26 Oct 2005 20:08
CInternetSession::OnStatusCallback() not called? Why?
Hi, I'm trying to write an FTP class which makes it easier to FTP than the underlying MFC classes but cannot make OnStatusCallback work - i.e. the derived CInternetSession::OnStatusCallback() implementation does not get called. (I've put a break in CInternetSession::OnStatusCallback() as well, and that isn'... 22 Oct 2005 06:51
VS 2005, MFC extension dll and /CLR
When I try to compile a MFC extension dll with /CLR in VS 2005 Beta 2. I get the following link errors: LNK2005: error _DLLMain(a)12 already defined in MyMFCDll.obj File: mfcs80ud.lib LNK2005: error _pRawDllmain already defined in MyMFCDll.obj File: mfcs80ud.lib Google seems to hint that this is a bug in V... 21 Oct 2005 03:55
Full Screen
Hello, I am working with VC++ on Win XP. 1. How can I do in Win appl. Full screen display (without Task Bar & Menu Bar)? 2. How can I lock Alt+tab from the Win appl.? Please help me, Best Regards, ... 20 Oct 2005 08:43
Checkboxes and highlighting in CTreeCtrl
hello, i am using a CTreeCtrl with the checkboxes style turned on. i am getting a weird behavior that is probably how it's supposed to work, but definitely not how i would like it to work. when i check a checkbox in the tree, it will temporarily select the item that is getting its checkbox checked, but when i... 19 Oct 2005 11:24
First  |  Prev |  Next  |  Last
Pages: 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768