Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by albertnik

  1. albertnik

    Displaing modal dialog

    thanks PerFnurt
  2. albertnik

    Displaing modal dialog

    i want to display CMyDialog dialog with some button disabled (or hidden or with caption changed ...) i try this but didn't work CMyDialog t; t.GetDlgItem(IDC_MY_BUTTON)->EnableWindow(FALSE); t.DoModal();
  3. albertnik

    [b]How i can disable the debug assertion faild dialog[/b]

    Use the Release version not the Debug
  4. albertnik

    convert c++ 6 controls to studio 2005 controls

    Can i change the look of my controls in an application that i began with v++ 6 (check ,radio,buttons...) with the studio 2005. If i open my c++6 project with studio 2005 i want my controls to change to the controls that uses c++ 2005

Part and Inventory Search

Back
Top