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
R

Rishav Prabhakar

@Rishav Prabhakar
About
Posts
8
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Replace a view in splitter window runtime.
    R Rishav Prabhakar

    these examples describe how to use a tree control.. what i want is to update the SPLITTER pane with a new view on click of any tree item..

    C / C++ / MFC data-structures announcement

  • Replace a view in splitter window runtime.
    R Rishav Prabhakar

    I would like to know a way to change the view of a particular pane in a splitter window. It should be something like an explorer window. Where on click of any tree branch on left side of window right hand side view updates. Similarily i would like to update my view. On click of any tree node a new pane should be displayed at the same position overriding the previous pane. sample code would be highly appreciated.

    C / C++ / MFC data-structures announcement

  • MFC Ribbon Status Bar in VS2010
    R Rishav Prabhakar

    On click of a ribbon button menu whose member variable is declared at cRibbonView class i would like to know a way to change the text at the status bar(ribbon) whose member variable is declared at cMainFrm class. Can please someone give a sample code too.. Thanks..

    C / C++ / MFC c++

  • Splitter View Problem in MFC.
    R Rishav Prabhakar

    Yup it helped. But actually what i did was to resize the dialog boxes after all the splitter controls were created.

    C / C++ / MFC help c++

  • Splitter View Problem in MFC.
    R Rishav Prabhakar

    Following is the code which i wrote to implement a splitter view to join together 5 dialog. Problem is the split window at the bottom screen occupies the whole form area please help me to remove the error.

    BOOL CMainFrame::OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext)
    {
    //Create Splitter Window
    m_wndSplitter.CreateStatic(this, 2, 1);
    m_wndSplitter2.CreateStatic(&m_wndSplitter, 1, 2, WS_CHILD | WS_VISIBLE, m_wndSplitter.IdFromRowCol (0, 0));
    m_wndSplitter2.CreateView(0, 0, RUNTIME_CLASS(CFormLeft), CSize(200,100), pContext);
    m_wndSplitter1.CreateStatic(&m_wndSplitter, 1, 2, WS_CHILD | WS_VISIBLE, m_wndSplitter.IdFromRowCol (1, 0));
    m_wndSplitter1.CreateView(0, 0, RUNTIME_CLASS(CFormBottomLeft), CSize(200,100), pContext);
    m_wndSplitter1.CreateView(0, 1, RUNTIME_CLASS(CFormBottomRight), CSize(200,100), pContext);
    m_wndSplitter3.CreateStatic(&m_wndSplitter2, 2, 1, WS_CHILD | WS_VISIBLE, m_wndSplitter2.IdFromRowCol (0, 1));
    m_wndSplitter3.CreateView(0, 0, RUNTIME_CLASS(CFormRightUp), CSize(200,100), pContext);
    m_wndSplitter3.CreateView(1, 0, RUNTIME_CLASS(CFormRightBottom), CSize(200,100), pContext);
    return TRUE;
    }

    C / C++ / MFC help c++

  • Prevent Windows From Entering Hibernate Mode
    R Rishav Prabhakar

    That's the client side requirement so this wont be a hostile act.. and this code wont allow window to any state.. system will be continuously ON in windows 7

    C / C++ / MFC java question

  • Prevent Windows From Entering Hibernate Mode
    R Rishav Prabhakar

    the problem arises that the device i m working with stops responding.. so as my client requires this functionality to continue altogether when the system resumes from hibernate.. or he asked that the system should not go into hibernate.. since there is nothing we can do with the device hence stopping the windows from entering hibernate was the best option..

    C / C++ / MFC java question

  • Prevent Windows From Entering Hibernate Mode
    R Rishav Prabhakar

    Hello, I have to prevent Windows 7 from entering Hibernate mode. Preventing it to enter SLEEP mode was done by "SetThreadExecutionState(ES_CONTINUOUS |ES_AWAYMODE_REQUIRED|ES_SYSTEM_REQUIRED|ES_DISPLAY_REQUIRED);" but this code doesn't stop windows from entering Hibernation. what can be done to achieve the above..??

    C / C++ / MFC java 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