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
U

User 423850

@User 423850
About
Posts
44
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • CtreeCtrl
    U User 423850

    Thank you Friends it works.... Thanx TAKE CARE

    C / C++ / MFC data-structures help

  • CtreeCtrl
    U User 423850

    Hello 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

    C / C++ / MFC data-structures help

  • CtreeCtrl
    U User 423850

    You 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

    C / C++ / MFC data-structures help

  • CtreeCtrl
    U User 423850

    Hello 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

    C / C++ / MFC data-structures help

  • Remove help button on CPropertySheet
    U User 423850

    Write 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

    C / C++ / MFC help tutorial

  • Callbacks
    U User 423850

    Try 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

    C / C++ / MFC help performance question

  • HHeelp
    U User 423850

    Hi kuphryn Where this code should be written i mean in Initdialog or in PreCreate window ?? Thanx TAKE CARE

    C / C++ / MFC help

  • HHeelp
    U User 423850

    sorry friend Philnessosity this doesnt Work !!!! Thanx TAKE CARE

    C / C++ / MFC help

  • Creating a Modal Dialog before calling DoModal()
    U User 423850

    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

    C / C++ / MFC question

  • HHeelp
    U User 423850

    hello 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

    C / C++ / MFC help

  • TreeCtrl
    U User 423850

    hi 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

    C / C++ / MFC c++ data-structures tutorial

  • TreeCtrl
    U User 423850

    Hi 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

    C / C++ / MFC c++ data-structures tutorial

  • CButton !!!!!
    U User 423850

    Yes checked it but That just makes the button in a click state and the problem still persist Thanx TAKE CARE

    C / C++ / MFC help database

  • CButton !!!!!
    U User 423850

    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

    C / C++ / MFC help database

  • Browse Dlg Box Help!!!!
    U User 423850

    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

    C / C++ / MFC c++ help question

  • Browse Dlg Box Help!!!!
    U User 423850

    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

    C / C++ / MFC c++ help question

  • restricting to type in CEdit
    U User 423850

    if 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

    C / C++ / MFC tutorial

  • CPropertyPage
    U User 423850

    CPropertySheet* pSheet = (CPropertySheet*)GetParent(); ASSERT_KINDOF(CPropertySheet, pSheet); Then pSheet will be having the Ans for ur query Thanx TAKE CARE

    C / C++ / MFC c++ question

  • CProgressCtrl color
    U User 423850

    Hey 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

    C / C++ / MFC help tutorial question

  • Access Disk Sector for non-admin user
    U User 423850

    Yes 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

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