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 think it's because the CoCreateInstance function (which is called by CreateInstance Method) hasn't detected your library.
You must verify in your registry (reggedit) that the value of CRYSTALRUNTIME.APPLICATION refers correctly to the CLSID of the object you want to create.
Then you...
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...
Yes.
My problem seems to be more complicated :
For example,
I try to get some element from a Internet Explorer windows.
I can get the text but what I want to do is to get the images : (dragsource=an GIF image on a IE windows, droptarget=myframe).
Whan I try it does nothing.
I think this is...
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...
In fact I use now jdom.jar in jdom-b9.zip and its works. You can also use jdom.jar in lib rep of lastest download of jaxen.
I don't understand why but its works for me.
So, I hope it could help you ...
I have tried to reset all JDOM (jaxen is in jdom) paths.
It doesn't work.
I have jdk1.4.2 and try jdom-b10
It's strange because all work excepted the call to XPATH "parent" function (child function and abreviated path works fine.)
So I 'm going to try with jdom-b9, but I'm not convinced ...^^
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")...
I precise. I think that if you use parse method of any parseur. The whole file will be loaded in memory.
In fact. My aims have changed a little (sorry but I'm in placement and it depends of my master)
Now I must use a stream(not a file) and I must select continueously from the stream the data...
Thanks for answer.
What I'm looking for can be for example this method :
evaluate(String expr, InputSource source, QName retType)
that is in jdk1.5.0,but I have 1.4
I have readen
http://www.javaworld.com/javaworld/jw-09-2000/jw-0908-xpath.html
It seems to be that all the XPath slection...
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.