![]() |
| | #1 |
| Registered User Join Date: Dec 2004
Posts: 103
| CTreeCtrl horizontal scrollbar "TVS_NOHSCROLL Version 5.80. Disables horizontal scrolling in the control. The control will not display any horizontal scroll bars." but how to use the 5.80 version ? i really need this disabled please edit: solved using ModifyStyle(0, 0x8000); now the only problem i still have is when i create a modeless dialog window in double click event of the ctreectrl the ctreectrl gets focus after the dialog is showed how is that possible and is there a way to fix this ? thanks edit2: solved using PostMessage(WM_SETFOCUS); lol never knew theres a difference between SetForegroundWindow, SetFocus() and that Last edited by eXistenZ; 08-21-2005 at 06:26 PM. |
| eXistenZ is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| horizontal scrollbar in listbox | umen242 | Windows Programming | 3 | 06-30-2009 08:40 AM |
| C win32 API - Scrollbar won't work | Matt-Stevens | Windows Programming | 2 | 08-03-2006 09:05 PM |
| sending messages to a scrollbar | stormbringer | Windows Programming | 1 | 05-16-2003 12:32 PM |
| Horizontal Scroll Bars with CListBox | Malek | Windows Programming | 1 | 04-10-2003 09:58 PM |
| Listbox control with horizontal scrollbar | Ward | Windows Programming | 1 | 02-06-2002 10:35 AM |