Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
G

gpshadrach

@gpshadrach
About
Posts
2
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to copy values only from one com object (Interface)
    G gpshadrach

    eg. IXRect *pRect IXRect *p; mDoc->get_Rect(&p); pRect = p; pls see above the code. whenever i change the member value of p, mDoc.Rect values are changed. also how to avoid it. i want to copy values only from mDoc.Rect Object to p . how to do :doh: shadrach

    C / C++ / MFC com tutorial

  • HOT TO TYPE CAST OJBECT TO VARIANT
    G gpshadrach

    hi friends i have created one object called pIImage. I have to give the object pIImage as A argument to AddImage(). IN VARIANT type. how to convert one object to VARIANT type :sigh: eg. hr = CoCreateInstance(CLSID_Image,NULL,CLSCTX_INPROC_SERVER,IID_IImage,(void **)&pIImage); pDoc->AddImage(pIImage) error C2664: 'AddImage' : cannot convert parameter 1 from 'struct XYZ5::IImage *' to 'struct tagVARIANT' Shadrach

    C / C++ / MFC help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups