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
B

bojinyu

@bojinyu
About
Posts
12
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to get the path name of COM DLL
    B bojinyu

    I want to access the data files in the same dir as DLL,so I need the pat name of the DLL. I use following: GetModuleFileName(m_hInst,pszDLLpath_buffer,_MAX_DIR); and it seems not work. :omg:

    ATL / WTL / STL com tutorial

  • How to using the second IDispatch of a COM object in VBScript
    B bojinyu

    Thank you very much, solon. I put a new method Plot0() in IPlot2D, and Plot() is launch there. It's OK. Thanks again.

    ATL / WTL / STL question c++ com design tutorial

  • How to using the second IDispatch of a COM object in VBScript
    B bojinyu

    I design a COM object by ATL, which has two IDispath. Default dispatch is IPlot2D, and the second is IMIDraw. IMIDraw has a method Plot(), how do I launch Plot() method?

    COM question c++ com design tutorial

  • How to using the second IDispatch of a COM object in VBScript
    B bojinyu

    I design a COM object by ATL, which has two IDispath. Default dispatch is IPlot2D, and the second is IMIDraw. IMIDraw has a method Plot(), how do I launch Plot() method?

    ATL / WTL / STL question c++ com design tutorial

  • How to using the second IDispatch of a COM object
    B bojinyu

    I design a COM object by ATL, which has two IDispath. Default dispatch is IPlot2D, and the second is IMIDraw. IMIDraw has a method Plot(), how do I launch Plot() method?

    Visual Basic question c++ com design tutorial

  • list of VARIANT
    B bojinyu

    Thanks Daniel S. I have remove the problem. All the code really run in the right way, the fault was my wrong checking. I check by the watch window of Visual Stdio. The results of the list element showed there are upset. Thanks again.

    ATL / WTL / STL question help

  • list of VARIANT
    B bojinyu

    Sorry, I spell a word wrong. I means then sizes of varList si increased 1, and now varList.size() return 1. but the element VARIANT whose vt is not VT_I2.

    ATL / WTL / STL question help

  • list of VARIANT
    B bojinyu

    Sorry, I spell a word wrong. I means then sizes of varList si increased 1, and now varList.size() return 1. but the element VARIANT whose vt is not VT_I2.

    ATL / WTL / STL question help

  • list of VARIANT
    B bojinyu

    I want do built a list of VARIANT #include typedef std::list VARIANTLIST; VARIANTLIST varList; and I add a VARIANT into list varList; VARIANT pp; pp.vt=VT_I2; pp.iVal=1; varList.push_back(pp); then length of vatList is increased 1, but the comment is not right. What is the matter? Can you help me, Thanks.

    ATL / WTL / STL question help

  • How to print an ATL 3.0 based Active X
    B bojinyu

    Help! I have use the function SetGraphicsMode(hDC,GM_ADVANCED) and I must use it! What could I do? I make a defalut ATL peoject, and the draw item just is a Textout(), and I print it in document of word. But, failed, the text "ATL 3.0:xxx" is much larger than it on the display CRT.Will you please sent me your Ondraw() code, I want to have an experiment. Thank you

    ATL / WTL / STL help c++ com hosting algorithms

  • How to resolve "arning MIDL2039"
    B bojinyu

    I am eager to know the answer since I am facing the same question. I design a COM object, and it has a Property: [propget, id(9), helpstring("property GDArray")] HRESULT GDArray([out, retval] float* *pVal); I want to use it to return the address of an FLOAT array, and set the returned address to an other control. Is there any side effect. I appreciate your answer.;)

    ATL / WTL / STL tutorial

  • How to print an ATL 3.0 based Active X
    B bojinyu

    I have meet the same problem, and I am working on it. Here, I want to introduce my idea. In the OnDraw(ATL_DRAWINFO& di) proceed, the default di give the HDC of the CRT. So, we should change it to the print device HDC. I still have no answer on it yet. ;P

    ATL / WTL / STL help c++ com hosting algorithms
  • Login

  • Don't have an account? Register

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