Hi,
I have done a DnD implementation in a MFC multidoc project.
My implementation allow the user to DnD items of my CListCtrl in windows explorer to copy or moves files.
To do that, I have implemented a COM object implementing IStream interface. All works.
However, a problem happens. The...
Hello,
I'm new to COM/OLE and I want to learn.
I have done an automation MFC server.
I have done a MFC client which uses the object defined in the server.
The server OLE object is a CDialog(or CWnd).
All works perfectly.
When I create an instance with the client, the server is executed (out...
Hi,
I developp a little graphics program with swing.
I already use java.awt.datatransfer package to use system clipboard.
Now I'd like to use java.awt.dnd package to implement dnd feature with native frames or native application (Windows).
But I don't find examples and enough documentation...
Hello
I have a problem with jaxen, when I try to use the XPath function parent :
When I try this :
import ...
DocumentNavigator dn=new DocumentNavigator();
try {
objet=dn.getDocument("TESTXPath.xml")...
Hello.
I'm searching an API, which permit to do XPath selection. But all I have seen permit XPath selection in documents (so in memory).
But my files will be to big to be loaded in memory. And I'd like an XPath selection API which operates on stream.(Input Stream or other possible XML Stream)...
TList is a component of Borland C++ Builder that is wonderful:
it's like the STL class list , excepted the fact that you can add any variable that has at most 4 bytes (Its elements are considered like void *).
Its main inconvenient is that it is adapted only for storage of objects which have a...
Problem :: use TList( borland class ) in Visual C++
I'm searching for a class like TList, who contain the same method's name (and meaning) which can be include in a VC++ project.
If someone knows a website in order to download some files
(header and impleme,ting file) which correspond to my...
Is there a class like the "AnsiString" class of Borland C++ Builder that we can use in Visual C++, or is there
some files on the net who implement the AnsiString class
and that we can use in Visual C++.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.