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
K

krithika_Ramanujam

@krithika_Ramanujam
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • MDI app - CDocument - Memory release
    K krithika_Ramanujam

    Thank you steve Krithika

    C / C++ / MFC performance announcement

  • ComboBox display problem on Windows 98
    K krithika_Ramanujam

    hi I think the problem is u didnt pull down the extent of ur combo drop down in the resource view, Go to your resource view,get the respurce where ur combo is,click on the dropdown arrow,u will get a dotted box, pull it down to the extent u want to display the data When u do this, vertical scroll appears automatically...:) Thanks krithika

    C / C++ / MFC help csharp visual-studio question

  • MDI - Access to Doc From MainFrame
    K krithika_Ramanujam

    Hi jerry here is the code to access doc page from mainframe.cpp ///////////////////////////////////////////////////////////// //get main wnd handle CMDIFrameWnd *pFrame = (CMDIFrameWnd*)AfxGetApp()->m_pMainWnd; // Get the active MDI child window. CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); // or CMDIChildWnd *pChild = pFrame->MDIGetActive(); // Get the active view attached to the active MDI child // window. m_pView = (CTDGView *) pChild->GetActiveView(); m_pDOC = m_pView->GetDocument(); /////////////////////////////////////////////////////////// this code can be used from any part of the application to access a document. Hope this helps thanks Krithika

    C / C++ / MFC c++ tutorial

  • Application Priority - when minimized
    K krithika_Ramanujam

    Hi guys, When the application is minimized it takes a low prority, i found out this when i process a file in MDI application,The file that is processed in 20 secs when the application is not minimized, takes 1 min to process when the application is minimized. How shd i set high priority to my MDI application always.Is it safe to do this?,Will this affect the other system applications?, please explain. Thanks Krithika

    C / C++ / MFC question

  • MDI app - CDocument - Memory release
    K krithika_Ramanujam

    Hi guys I developed an application in MDI, I want to know .. i open an new document and close it.. the memory for that document be released...i checked in task manager , it dosent show any release of memory..how shld i find out or wat functions shld i call to release the memory for the document Thanks krithika

    C / C++ / MFC performance announcement
  • Login

  • Don't have an account? Register

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