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
A

abhishekks

@abhishekks
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Closing Dialog window
    A abhishekks

    Try keeping the oonok call outside swich... it shuld work.... as i have done below void CCreateDlg::OnOk() { // TODO: Add your control notification handler code here int iResults; // This variable will capture the button selection // Ask the user iResults = MessageBox("Would u like to add documetns to the index now", "Desktop Search",MB_YESNO | MB_ICONQUESTION); // Determine which button the user clicked // Give the user a message showing which button was clicked switch (iResults) { case IDYES: // The Yes button? //call the Update dialog window if user press yes m_dUpdateDlg.DoModal (); break; case IDNO: // The No button? break; } OnOK(); }

    C / C++ / MFC tutorial question

  • Closing Dialog window
    A abhishekks

    where have u put in the code to for calling the constructor for dialogs..?

    C / C++ / MFC tutorial question

  • IHTMLSelectElement onchange event
    A abhishekks

    can spmebody pls advice me how to fire IHTMLSelectElement onchange event in mfc .. i tried IHTMLWindow2 execscript......... but this does not work since the javascript function uses this pointer

    COM c++ javascript tutorial

  • IHTMLSelectElement onchange event
    A abhishekks

    can spmebody pls advice me how to fire IHTMLSelectElement onchange event in mfc...i tried IHTMLWindow2 execscript......... but this does not work since the javascript function uses this pointer

    Web Development c++ javascript tutorial

  • IHTMLSelectElement onchange event
    A abhishekks

    can spmebody pls advice me how to fire IHTMLSelectElement onchange event.. i tried IHTMLWindow2 execscript......... but this does not work since the javascript function uses this pointer

    C / C++ / MFC javascript tutorial
  • Login

  • Don't have an account? Register

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