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

Kapgan

@Kapgan
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Checking drop down toolbar menu items
    K Kapgan

    Line 122 of afx.inl

    C / C++ / MFC help question

  • Checking drop down toolbar menu items
    K Kapgan

    It's a run-time error. It says debug assertion failure. I defined a pPopup named object and tried to make it hold the drop down menu, so that I can easily have access to other functions. But unfortunately I couldn't do this.

    C / C++ / MFC help question

  • Checking drop down toolbar menu items
    K Kapgan

    I have a drop down menu on one of my toolbar buttons. I am having problem with checking menu items. If I use CCmdUI::SetCheck method, there is no problem, but I want to do this in a different way. Why does this code give error? int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) { if (CMDIFrameWnd::OnCreate(lpCreateStruct) == -1) return -1; ... ... menu_tb2_btn1.LoadMenu(IDR_MENU_TOOLBAR2_BUTTON1); ASSERT(menu_tb2_btn1); pPopup = menu_tb2_btn1.GetSubMenu(0); ... ... return 0; } void CMainFrame::OnTb2btn1Item1() { // TODO: Add your command handler code here ... ... pPopup->CheckMenuRadioItem(0,3,1,MF_BYPOSITION); ... ... }

    C / C++ / MFC help question

  • Initially visible dialog box
    K Kapgan

    I had tried that. Actually I want to use the dialog box as a toolbar, that is why i want it visible. I have .cpp and .h files for the toolbar class derived from CDialog. I included the .h file in MainFrm.cpp. I also have CToolBarNew m_wndToolBarNew; in the protected section ofCMainFrame class. But it still gives compiler error: missing storage-class or type specifiers

    C / C++ / MFC question c++

  • Initially visible dialog box
    K Kapgan

    How do I make my dialog box initially visible with MFC?

    C / C++ / MFC question c++

  • Retrieving data from internet
    K Kapgan

    I want to make a program that can connect to internet and use up to date information without having to manually enter that information. How do I retrieve information such as a text in a table cell from the IE browser? Can I do that without programmatically openning the browser and/or downloading the whole page?

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