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 TouchToneTommy 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: Dennis7
  • Content: Threads
  • Order by date
  1. Dennis7

    Why modaless dialog box on the heap?

    Can anybody tell mw why the modaless dialog box is created on the heap and why modal dialog box is created on the stack.. Is there any logical answer behind this... Waiting for ur reply..... With Regards Dinesh
  2. Dennis7

    Problem in Implementation of Callbacks in ATL

    I am trying to implement the callbacks in the ATL.I am facing very peculiar problem in implementing callbacks.I have a Server(ATL EXE,this will be on remote machine) and the clients(ATL DLL).I include the refernce of the client dll in Standard EXE(VB) and test my server from there.The client...
  3. Dennis7

    Query :Basic Concept of COM Regarding IUnknown interface

    Dear Friends, I have a basic doubt in IUnknown interface. I have two COM Interfaces IX and IY.Class CA implements these two interfaces. CA *pCA=new CA; IUnKnown *pIX=static_cast<IUnknown *>(static_cast<IX *>(pCA)); IUnKnown *pIY=static_cast<IUnknown *>(static_cast<IY *>(pCA)) whether these...

Part and Inventory Search

Back
Top