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
S

serzh83

@serzh83
About
Posts
9
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Excel.exe is not getting killed implicitly
    S serzh83

    AFAIK, to close Excel application you have to create it via CoCreateInstance

    COM c++ testing tools help question

  • Please recommend me a com book.
    S serzh83

    It's published and available in pdf (try google)

    COM c++ com learning

  • excel problem
    S serzh83

    May be You enter too long data

    COM help question

  • Forcing Internet Explorer to unload an ActiveX
    S serzh83

    The simplest way is to restart Internet Explorer

    COM javascript com sysadmin tutorial question

  • Unhandled exception in CreateCompatibleBitmap()
    S serzh83

    m_pDC and m_pBitmap are not initialized. Try

    CDC *m_pDC = new CDC();
    CBitmap* m_pBitmap = new CBitmap();

    m\_pDC->CreateCompatibleDC(pInputDC);
    m\_pBitmap->CreateCompatibleBitmap(pInputDC, width, height);
    m\_pDC->SelectObject(m\_pBitmap);
    m\_pDC->Rectangle(0,0,width,height);
    
    COM data-structures

  • Issue: adding functions to existing COM EXE [modified]
    S serzh83

    You have to add this two functions to the end of your interface

    COM com help

  • Help about Message loop please
    S serzh83

    You already have messsage loop Why do you call

    CAuthenticationAddin::TabPageMessageLoop (m_lptc->hTabPages[currentSel]);

    Try to comment all calls to it

    C / C++ / MFC help c++ com business json

  • Access Denied returned from CreateService
    S serzh83

    GetModuleFileName(NULL, szPath, MAX_PATH);
    CreateService(schSCManager, USER_SERVICE_NAME, USER_SERVICE_NAME, SERVICE_ALL_ACCESS,SERVICE_WIN32_OWN_PROCESS,SERVICE_DEMAND_START,SERVICE_ERROR_NORMAL, szPath, NULL, NULL, NULL, NULL, NULL);

    Try register service from another process

    C / C++ / MFC help

  • Help about Message loop please
    S serzh83

    Can You list all code ? Mey be you do not need this messgae loop. May be you need only Tab WndProc.

    C / C++ / MFC help c++ com business json
  • Login

  • Don't have an account? Register

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