Click here to Skip to main content
15,925,602 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString problem Pin
Chris Losinger29-Jun-03 8:40
professionalChris Losinger29-Jun-03 8:40 
GeneralRe: CString problem Pin
Sunnygirl29-Jun-03 9:01
Sunnygirl29-Jun-03 9:01 
GeneralRe: CString problem Pin
FlyingDancer29-Jun-03 18:53
FlyingDancer29-Jun-03 18:53 
GeneralRe: CString problem Pin
FlyingDancer29-Jun-03 19:06
FlyingDancer29-Jun-03 19:06 
GeneralRe: CString problem Pin
Michael Dunn29-Jun-03 19:41
sitebuilderMichael Dunn29-Jun-03 19:41 
GeneralRe: CString problem Pin
FlyingDancer30-Jun-03 3:43
FlyingDancer30-Jun-03 3:43 
GeneralA general solution Pin
Trollslayer30-Jun-03 1:45
mentorTrollslayer30-Jun-03 1:45 
GeneralProblem using Flat Scroll Bars Pin
miguel.lopes@lsi.pt29-Jun-03 7:03
sussmiguel.lopes@lsi.pt29-Jun-03 7:03 
Hi. Im trying to get more control over a scroll bar from a ClistCtrl. I tried to use the "Flat Scroll Bars" from win SDK but they behave weird when i drag them. All the rest works fine, except from that weird behavior.
My code:

m_list=new CListCtrl();
m_list->Create(WS_BORDER | WS_VISIBLE | WS_CHILD | LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER, CRect(0,0,0,0),this,NULL);

::InitializeFlatSB(m_list->m_hWnd);
::FlatSB_ShowScrollBar(m_list->m_hWnd,SB_VERT,true);
::FlatSB_EnableScrollBar(m_list->m_hWnd,SB_BOTH,ESB_ENABLE_BOTH);
::FlatSB_SetScrollProp(m_list->m_hWnd,WSB_PROP_VSTYLE,FSB_FLAT_MODE,false);
::FlatSB_SetScrollProp(m_list->m_hWnd,WSB_PROP_CXVSCROLL,25,false);

Thanks in advance Smile | :)
GeneralRepeating socket connection Pin
Anonymous29-Jun-03 3:20
Anonymous29-Jun-03 3:20 
GeneralRe: Repeating socket connection Pin
valikac29-Jun-03 6:24
valikac29-Jun-03 6:24 
GeneralComparing BOOL values Pin
Abin29-Jun-03 2:54
Abin29-Jun-03 2:54 
GeneralRe: Comparing BOOL values Pin
Nick Parker29-Jun-03 2:58
protectorNick Parker29-Jun-03 2:58 
GeneralRe: Comparing BOOL values Pin
Angel Kid29-Jun-03 3:00
Angel Kid29-Jun-03 3:00 
GeneralRe: Comparing BOOL values Pin
Tibor Blazko29-Jun-03 4:12
Tibor Blazko29-Jun-03 4:12 
GeneralRe: Comparing BOOL values Pin
Ryan Binns29-Jun-03 4:31
Ryan Binns29-Jun-03 4:31 
GeneralRe: Comparing BOOL values Pin
Anonymous29-Jun-03 7:46
Anonymous29-Jun-03 7:46 
GeneralRe: Comparing BOOL values Pin
Ravi Bhavnani29-Jun-03 8:39
professionalRavi Bhavnani29-Jun-03 8:39 
GeneralRe: Comparing BOOL values Pin
Anders Molin29-Jun-03 9:48
professionalAnders Molin29-Jun-03 9:48 
GeneralRe: Comparing BOOL values Pin
Chris Richardson29-Jun-03 12:24
Chris Richardson29-Jun-03 12:24 
GeneralCString::SetAt Pin
Sunnygirl29-Jun-03 2:53
Sunnygirl29-Jun-03 2:53 
GeneralRe: CString::SetAt Pin
zeki yugnak29-Jun-03 3:52
zeki yugnak29-Jun-03 3:52 
GeneralRe: CString::SetAt Pin
Abbas_Riazi29-Jun-03 3:55
professionalAbbas_Riazi29-Jun-03 3:55 
GeneralRe: CString::SetAt Pin
Ryan Binns29-Jun-03 4:34
Ryan Binns29-Jun-03 4:34 
GeneralRe: CString::SetAt Pin
MAAK29-Jun-03 11:41
MAAK29-Jun-03 11:41 
GeneralTransmit files by Serial Ports Pin
Angel Kid29-Jun-03 2:14
Angel Kid29-Jun-03 2:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.