Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: funxav
  • Content: Threads
  • Order by date
  1. funxav

    [MFC] Drag And Drop

    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...
  2. funxav

    OLE graphic component in a client window

    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...
  3. funxav

    [awt] help about drag and drop

    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...
  4. funxav

    [XML/XPath] jaxen : problem with XPath "parent" function

    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")...
  5. funxav

    XML XPath with Stream

    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)...
  6. funxav

    TList implementation for Visual C++

    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...
  7. funxav

    searching for class like TList that we can include in a VC++ project

    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...
  8. funxav

    AnsiString in Visual C++

    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++.

Part and Inventory Search

Back
Top