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: *

  1. sumedha77

    TAPI 3.0 call Transfer

    hi, anyone used the transfer function? I am talking on one call, while I have another call setup. I want to transfer the first call to the secnd address. currently the application crashes when i call the transfer function. any idea why or any experiance in this kind of things? thanks, Sumedha
  2. sumedha77

    simple ISAPI filter "Content-length" problem

    hi I am adding data to the body of the html page in the OnSendRawData function in an ISAPI filter appliation. but at this moment the header has already been send. therefore I can't change the "content-length", as it is not known at the time the header is processed by the filter. the...
  3. sumedha77

    pass data structure to a com

    hi, (using VC++6) any idea how to pass a data structure to a com? say for example an array of integer or somthing or even an object. sumedha77
  4. sumedha77

    assign to VARIANT type

    hi, how do u assign classes to a VARIANT data type in vc++6. also how do u retrive the assigned class. for example I have a class MyClass myclass; myclass.x="hello"; now how do u assign myclass to a VARIANT type. thank you sumedha77
  5. sumedha77

    CString to BSTR

    Hi, anyone know how to convert a CString into BSTR in VC++6? Sumedha 77
  6. sumedha77

    msflexgrid how to set values during runtime

    hi, using VC++6. how do u set values during run time to a ms flexgrid? sample code will be wellcome. can't figure out the parameters for AddItem. thank you sumedha77
  7. sumedha77

    using multiple views

    hi, I'm using vc++6.I have a mdi application. I need to implement 2 different views for one document. I created the views. and added two templates as follows. CMultiDocTemplate* pDocTemplate; pDocTemplate = new CMultiDocTemplate( IDR_ZZZTYPE, RUNTIME_CLASS(CZzzDoc)...

Part and Inventory Search

Back
Top