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 Chris Miller 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. rmanju

    Passing CMSFlexGrid as a Function Parameter

    thank you very much, rchandr3... i almost gave up and you pointed out a simple thing. actually i was passing msflexgrid as a object. i passed with as reference with & before and now it is working. thanks Ion. actually my code is pDiffClass->passToDiffClass(flexgridPass); In that class my...
  2. rmanju

    Passing CMSFlexGrid as a Function Parameter

    hi, i wish to pass msflexgrid object as a parameter to another class function which takes care of processing the grid. now i hav diff. grids and wrote a function in another class and tried to pass this msflexgrid and i got this error - cannot convert parameter 1 from class CMSFlexGrid to...
  3. rmanju

    Open a Custom Outlook form from VC++ MFC Application

    thanks Ion still i coudnt get that clear. you mean to say i should create an outlook form as a COM component and call that from my application? thanks
  4. rmanju

    Open a Custom Outlook form from VC++ MFC Application

    i have a custom created outlook form.. i want to open that from my mfc application... is that possible and if it is, please guide me with a few tips.... thanks a lot!

Part and Inventory Search

Back
Top