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
M

Member 421025

@Member 421025
About
Posts
15
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Image scaling
    M Member 421025

    Just type cximage in search box it will take you to the project which does all this and more

    C / C++ / MFC algorithms question

  • Help:CallBack function
    M Member 421025

    Nice answer but I would like to add something to 'when to use' Callback function is used to get events without having to keep on polling them or keep waiting for them in a loop For example lpTimerFunc mentioned above will be called when the time is elapsed,the program need not bother about it in meantime and continue to do other tasks

    C / C++ / MFC question help tutorial learning

  • image pixels
    M Member 421025

    IPicture interface returns HDC HRESULT get_CurDC( HDC* phdcOut //Receives a pointer to device context ); Use COLORREF GetPixel( HDC hdc, // handle to DC int nXPos, // x-coordinate of pixel int nYPos // y-coordinate of pixel ); COLORREF SetPixel( HDC hdc, // handle to DC int X, // x-coordinate of pixel int Y, // y-coordinate of pixel COLORREF crColor // pixel color );

    C / C++ / MFC question

  • Use pipe without WriteFile Func
    M Member 421025

    Write Your own Myprintf version and call writefile from that function and change printf to Myprintf. Copy printf from printf.c maybe available someplace

    C / C++ / MFC sysadmin

  • Run Internet in Background
    M Member 421025

    Have seen nice article by yongseon Heo at http://www.codeproject.com/useritems/w3client.asp

    C / C++ / MFC tutorial

  • i need to get the chat text of msm messanger
    M Member 421025

    I think you should go through http://www.codeproject.com/cpp/msnchattext.asp[^] It is an excellent article by Deepesh Dhapola

    C / C++ / MFC help lounge

  • OLE
    M Member 421025

    It should be IID_IPicture and not &IID_IPicture

    C / C++ / MFC help com

  • VB doesn't provide an HWND to OLE Controls? How to get it for an MFC OCX?
    M Member 421025

    Oh! It is windowless. So this may help http://www.kbalertz.com/Feedback\_153582.aspx I hope sincerely

    C / C++ / MFC c++ com help tutorial question

  • Floating point precision lost: NEED HELP!
    M Member 421025

    It would be wise to compare the result from above formula with result from -s*ay - h*by + cy*(s+h) and if results dont compare have some kind of error recovery. if calculations are not too many and time bound most wise programmers(not me) calculate with 2 formulae and compare results.

    C / C++ / MFC help tutorial

  • Activex method
    M Member 421025

    this URL might help http://www.kbalertz.com/Feedback\_177218.aspx

    C / C++ / MFC com question

  • How to create a new codec for Windows Media Player...
    M Member 421025

    I am not expert in this area but this URL might help http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay/mmp\_sdk/playerobject.asp

    C / C++ / MFC javascript tutorial question

  • VB doesn't provide an HWND to OLE Controls? How to get it for an MFC OCX?
    M Member 421025

    I assume that you call GetsafeHWnd()in OnCreate(LPCREATESTRUCT lpCreateStruct) function or after it is called and not in Constructor as many times I do :-(

    C / C++ / MFC c++ com help tutorial question

  • MSComm
    M Member 421025

    Most Significant Bit is dropped naturally

    C / C++ / MFC question

  • How to get HWND of VC++ OCX from VB Client
    M Member 421025

    if you want HWND to control then use HWND hWnd = GetSafeHwnd(); if you want handle to container use HWND m_hwndContainer = GetParent()->GetSafeHwnd();

    C / C++ / MFC c++ com docker tutorial question

  • Compiler disabling breakpoint
    M Member 421025

    Check that in project->settings c/c++ tab debug info is set to 'program database' optimization to 'disable(debug)' and in link tab chaeck 'Generate debug info' --PM

    C / C++ / MFC debugging question
  • Login

  • Don't have an account? Register

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