Thank you Friends it works.... Thanx TAKE CARE
User 423850
Posts
-
CtreeCtrl -
CtreeCtrlHello Friends, I am Having a tree ctrl in a dialog box now when i set the checkbox property of the tree ctrl then there is a very Long Horizontal scroll bar at the bottom of the TreeCtrl. This scroll bar is very long even if the length of the string inserted in the treectrl is small Can anyone help me out in removing the horizontal scroll, but i want the Vertical Scroll... Thanx TAKE CARE
-
CtreeCtrlYou have given me a very big Hint but i didnt get sorry... If you can specify some details then it would be helpful for me to solve the problem.. awating reply Thanx TAKE CARE
-
CtreeCtrlHello Friends, I am Having a tree ctrl in a dialog box now when i set the checkbox property of the tree ctrl then there is a very Long Horizontal scroll bar at the bottom of the TreeCtrl. This scroll bar is very long even if the length of the string is small Can anyone help me out in removing the scroll but i want the Vetical Scroll... Thanx TAKE CARE
-
Remove help button on CPropertySheetWrite the following code in constructor of every property page which is added in to the property sheet m_psp.dwFlags &= ~(PSP_HASHELP); Thanx TAKE CARE
-
CallbacksTry this instead of ur function write UINT_PTR CALLBACK CFHookProc( HWND hdlg, // handle to dialog box UINT uiMsg, // message identifier WPARAM wParam, // message parameter LPARAM lParam // message parameter ); and then try out if not write back Thanx TAKE CARE
-
HHeelpHi kuphryn Where this code should be written i mean in Initdialog or in PreCreate window ?? Thanx TAKE CARE
-
HHeelpsorry friend Philnessosity this doesnt Work !!!! Thanx TAKE CARE
-
Creating a Modal Dialog before calling DoModal()if you r planning to intialize any variable then you can just write some function in the dialog class and call these just by creating the Object of the class and calling the function before calling domodal Thanx TAKE CARE
-
HHeelphello friends.. I am writing a Wizard application. now i want to change the default focus i.e if i press enter then the wizard automatically set the Next as default button and as this button gets press the app moves to the next Wizard page. But in between this i want to change the Default button to Cancel. that means when the user clicks the enter key then instead of the Next the Cancel key should be pressed. In short i want to change the Default button to Cancel instead of next.. Help Thanx TAKE CARE
-
TreeCtrlhi friend, Hey this code is not working in following senario.. what i have done is i have mapped TVN_ITEMEXPANDING of the Tree ctrl in my Dialog box Class. then i have assigned a variable to the treectrl named m_treectrl i have written the code u have provided in the Dialog box class and have inserted the m_treectrl var before the CTreectrl Class function u have used in the collapse function for eg GetRootItem(); has been replaed by m_TreeCtrl.GetRootItem(); and in the TVN_ITEMEXPANDING I have called the collapseall function but it doesnt work. can u suggest any help ?? waiting for ur reply... Thanx TAKE CARE
-
TreeCtrlHi friends, i am doing an mfc application i am having a tree ctrl. Now the thing is i dont want the tree ctrl to collapse how to do it any suggestion is welcome. Thanx TAKE CARE
-
CButton !!!!!Yes checked it but That just makes the button in a click state and the problem still persist Thanx TAKE CARE
-
CButton !!!!!HEllo Friends, One samll query. I goes like this I have a dialog box in a dll . The dialogbox contains 4 normal button now i have to disable and enable them as per that conditions. There is a clear, clear all, Ok and help buttons. NOw if i click the clear all button i make that button disable and now want to set the focus on Ok button. i am able to do the same but teh problem is that when i click the clear all buton then button gets a black outline as it gets focus when i click it, but now i want to disable it and then the OK button should be highlited but this doesnt take place.i mean the border is still there after disableing the clear all button. i heva tried set focus on button OK the focus is set, but the border doesnt go !!!!!!!! can any one help Thanx TAKE CARE
-
Browse Dlg Box Help!!!!Yes my dear friend u r right but We cant see the Tree ctrl in a BrowseDlg box how acn we change the properties of TreeCtrl cause The Browse dialogBox is a commonDlg control and not the one which we have designed by myself Thanx TAKE CARE
-
Browse Dlg Box Help!!!!hello friends, i just wanted to know How can i show The treectrl of a BrowseDlgBox with checkBox. I mean i wanted to show the CheckBox in the treectrl that is shown in an Browse Dlgbox. I am using the DlgBox for Folder selection every subfolder i.e when ever we see a + sign there should also be a check box and if this check box is selected then the internal folders will be automatically selectde... If anyone can help !!!!! I am working in MFC Thanx TAKE CARE
-
restricting to type in CEditif u want to assign a CEdit ctrl as the data member to the Edit Ctrl then u can call the function-->> EditCtrl.SetLimitText(VALUE_of_memeber_u_want ); i hope this solve ur query Thanx TAKE CARE
-
CPropertyPageCPropertySheet* pSheet = (CPropertySheet*)GetParent(); ASSERT_KINDOF(CPropertySheet, pSheet); Then pSheet will be having the Ans for ur query Thanx TAKE CARE
-
CProgressCtrl colorHey friend Check the Internet explorer Version on that Machine. I think there should be no problem as it is supported on 2000 but one imp thing there is nothing written about the XP OS so as far as i think should work Thanx TAKE CARE
-
Access Disk Sector for non-admin userYes my friend As far as my Knowledge u will neet a service to do the above work and not a VXD cause VXD is required on 9X M/C and No such funda like aadministrator in 9X M/C ok i hope this solev ur prob.. Thanx TAKE CARE