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
ashish dogra
Posts
-
minimize all windows -
minimize all windowspostmessage does not take one parameter and i want to minimize all open windows not only one , thanks for your reply. Ashish Dogra MCA Noida
-
minimize all windowsi 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
-
conection with sqlhow 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
-
Propertysheetthanks i off the title bar button Ashish Dogra MCA Noida
-
Propertysheetno sir i am not teacher iam fresher and searching job Ashish Dogra MCA Noida
-
Propertysheeti 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
-
PropertysheetHI 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
-
TAB CONTROL [modified]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
-
CHANGE COLORHI ALL HOW TO CHANGE COLOR OF A TAB COMNTROL ON CLICKING ON ONE TAB THANKS Ashish Dogra MCA Noida
-
[Message Deleted]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
-
[Message Deleted][Message Deleted]
-
TAB CONTROL:sigh::zzz::->:~ :confused: Ashish Dogra MCA Noida
-
TAB CONTROLno iam not using derived class i am using cmydlg class . Ashish Dogra MCA Noida
-
TAB CONTROLi 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
-
TAB CONTROLas 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
-
TAB CONTROLHI 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
-
edit controli 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
-
edit controli try this code in oninitdialog function but not work Ashish Dogra MCA Noida
-
edit controlsir thanks for reply but it will not work in oninitdialog() function Ashish Dogra MCA Noida