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

ashish dogra

@ashish dogra
About
Posts
157
Topics
46
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • minimize all windows
    A ashish dogra

    thanks but it does not minimize all windows it minimize only itself and one window. and also tell me if button is on third dialog then last two dialog are not minimized Ashish Dogra MCA Noida

    C / C++ / MFC linux

  • minimize all windows
    A ashish dogra

    postmessage does not take one parameter and i want to minimize all open windows not only one , thanks for your reply. Ashish Dogra MCA Noida

    C / C++ / MFC linux

  • minimize all windows
    A ashish dogra

    i use the code to mininmize all open windows ::PostMessage(FindWindow("Shell_TrayWnd",NULL)->GetSafeHwnd(),WM_COMMAND,MAKELONG(415,0),0); ::PostMessage(FindWindow("Shell_TrayWnd",NULL)->GetSafeHwnd(),WM_COMMAND,MAKELONG(416,0),0); but the dialog box on which button to minimize all does not minmimize. that is all open windows minimize except the dialog box containing button .and i do coding on this button thanks Ashish Dogra MCA Noida

    C / C++ / MFC linux

  • conection with sql
    A ashish dogra

    how to connect vc++ dialog based application with sql database with the help of programming as we connect mysql with real_connect. thanks Ashish Dogra MCA Noida

    C / C++ / MFC database c++ mysql help tutorial

  • Propertysheet
    A ashish dogra

    thanks i off the title bar button Ashish Dogra MCA Noida

    C / C++ / MFC question

  • Propertysheet
    A ashish dogra

    no sir i am not teacher iam fresher and searching job Ashish Dogra MCA Noida

    C / C++ / MFC question

  • Propertysheet
    A ashish dogra

    i hav ind that how to name the property sheet but how to name the tabs on that property sheet tell me thanks Ashish Dogra MCA Noida

    C / C++ / MFC question

  • Propertysheet
    A ashish dogra

    HI ALL I HAVE CREATED AN DIALOG BASED APPLICATION IN WHICH I ADD TWO DIALOGS OF CHILD TYPE AND THEIR CALSSES ARE CPRO1 AND CPRO2 BOTH ARE DERIVED FROM CPROPERTYPAGE. NOW HOW CAN I GET THESE names on tab as ---------------------------------------------- | | | -----------|----------------|-----------------| ============================================== and i try code as CPro1 m_pro1; CProp2 m_prop2; m_propertysheet.AddPage(&m_pro1); m_propertysheet.AddPage(&m_prop2); m_propertysheet.m_psh.dwFlags |= PSH_NOAPPLYNOW | PSH_PROPTITLE; m_propertysheet.m_psh.pszCaption = "Simple"; //m_propertysheet.m_psh.nStartPage = 1; m_propertysheet.DoModal(); and can u tell me how it appear on right click Ashish Dogra MCA Noida

    C / C++ / MFC question

  • TAB CONTROL [modified]
    A ashish dogra

    plz tell me answer for this i want to know is this code work when i click tab1 on tab control i try this but not do the work. void CGouravDlg::OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult) { // TODO: Add your control notification handler code here CBrush brush; CDC *pDC; if(BN_CLICKED(IDC_TAB1)) { brush.CreateSolidBrush(RGB(100,0,0)); pDC->SetBkColor(RGB(100,0,0)); // m_tab.SendMessage(WM_PAINT,0L,0L); } *pResult = 0; } Ashish Dogra MCA Noida -- modified at 7:24 Wednesday 19th July, 2006

    C / C++ / MFC

  • CHANGE COLOR
    A ashish dogra

    HI ALL HOW TO CHANGE COLOR OF A TAB COMNTROL ON CLICKING ON ONE TAB THANKS Ashish Dogra MCA Noida

    C / C++ / MFC tutorial

  • [Message Deleted]
    A ashish dogra

    how to set base as i want values but it gives in 2,3,4,5... base as 1+1 =2 but it gives value according to base Ashish Dogra MCA Noida

    C / C++ / MFC

  • [Message Deleted]
    A ashish dogra

    [Message Deleted]

    C / C++ / MFC

  • TAB CONTROL
    A ashish dogra

    :sigh::zzz::->:~ :confused: Ashish Dogra MCA Noida

    C / C++ / MFC tutorial

  • TAB CONTROL
    A ashish dogra

    no iam not using derived class i am using cmydlg class . Ashish Dogra MCA Noida

    C / C++ / MFC tutorial

  • TAB CONTROL
    A ashish dogra

    i use tab control and now when i click on one tab it change color to red if i click on second tab itm give color blue now i made tabs by doing coding in oninitdialog function now in which function i need to change color i use foolowing code m_tab.InsertItem(0,"BLACKRECT"); m_tab.InsertItem(1,"GRAY"); m_tab.InsertItem(2,"WHITERECT"); m_tab.SetCurSel(1); Ashish Dogra MCA Noida

    C / C++ / MFC tutorial

  • TAB CONTROL
    A ashish dogra

    as i use three tabs now when i click on one color changed where i put code for this or what function i have to use Ashish Dogra MCA Noida

    C / C++ / MFC tutorial

  • TAB CONTROL
    A ashish dogra

    HI I WANT TO KNOW ABT TAB CONTROL. I READ IN MSDN BUT IN THAT THEY CREATE TABCONTROL WITH CREATE STATEMENT BUT I USE IT FROM CONTROLS AND NOW I WANT TO USE THIS BUT IT SHOW NO TAB ONIT .HOW TO USE TAB CONTROL THANKS Ashish Dogra MCA Noida

    C / C++ / MFC tutorial

  • edit control
    A ashish dogra

    i want to tell you on thing that i enter values in edit control from buttons which are on the dialog box i have ten buttins and when i press buttons values appear on edit control. Ashish Dogra MCA Noida

    C / C++ / MFC help

  • edit control
    A ashish dogra

    i try this code in oninitdialog function but not work Ashish Dogra MCA Noida

    C / C++ / MFC help

  • edit control
    A ashish dogra

    sir thanks for reply but it will not work in oninitdialog() function Ashish Dogra MCA Noida

    C / C++ / MFC help
  • Login

  • Don't have an account? Register

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