Click here to Skip to main content
15,905,563 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: email address and ip address Pin
includeh1027-Apr-04 10:19
includeh1027-Apr-04 10:19 
GeneralRe: email address and ip address Pin
David Crow28-Apr-04 2:09
David Crow28-Apr-04 2:09 
GeneralWindows networking guidance needed Pin
elizard26-Apr-04 20:24
elizard26-Apr-04 20:24 
GeneralRe: Windows networking guidance needed Pin
Prakash Nadar26-Apr-04 22:14
Prakash Nadar26-Apr-04 22:14 
GeneralRe: Windows networking guidance needed Pin
David Crow27-Apr-04 2:21
David Crow27-Apr-04 2:21 
GeneralRe: Windows networking guidance needed Pin
elizard27-Apr-04 6:37
elizard27-Apr-04 6:37 
GeneralRe: Windows networking guidance needed Pin
David Crow28-Apr-04 2:06
David Crow28-Apr-04 2:06 
GeneralCListCtrl Scrollbar related Pin
rajandpayal26-Apr-04 20:21
rajandpayal26-Apr-04 20:21 
Hello All,

Our project needs to customize the scrollbar of a CListCtrl. We have implemented this by removing the non client area of CListCtrl and painting our own scrollbars using bitmaps. We have taken this approach since from Win XP onwards the system just thows the original scrollbars whenever it sees a non-client area.

Now regarding this whenever we are dragging the thumb, the whole area including the area covered by arrow marks (for either horizontal or vertical) are scrolling. This is resulting in the arrow marks going away. Getting the focus either through change of application or generating the SB_PAGEDOWN etc message, is restoring them. How can we stop this effect. This is happening even after we making sure that we draw the arrows in every drag operation.

Ideally while dragging the thumb, the portion occupied by the left/right up/down arrows should not scroll. I can understand that this is happening due to nc area not being present. But is there a way to stop this effect

Again while resizing the header control, the effect is not coming right during the time when horizontal scroll bar goes from a visible to no HSCROLL stage.

How can we stop such effects, in cases when we dont have the original window scroll bars behind in CListCtrl, similar to our implementation.

Thanks
Rajdeep
GeneralTHreads Pin
ykutanoor26-Apr-04 20:14
ykutanoor26-Apr-04 20:14 
GeneralRe: THreads Pin
toxcct26-Apr-04 21:52
toxcct26-Apr-04 21:52 
GeneralRe: THreads Pin
Prakash Nadar26-Apr-04 22:08
Prakash Nadar26-Apr-04 22:08 
GeneralRe: THreads Pin
Jitendra gangwar26-Apr-04 22:52
Jitendra gangwar26-Apr-04 22:52 
GeneralCDataGrid control - selecting row & column header alignment Pin
Joseph Lee26-Apr-04 19:23
Joseph Lee26-Apr-04 19:23 
Generalwhy SetLayeredWindowAttribute does not work for child windows Pin
Atif Mushtaq26-Apr-04 19:16
Atif Mushtaq26-Apr-04 19:16 
QuestionHow to convert UNICODE string of KOREAN to ANSI string Pin
MiCROHARD26-Apr-04 17:27
MiCROHARD26-Apr-04 17:27 
AnswerRe: How to convert UNICODE string of KOREAN to ANSI string Pin
Prakash Nadar26-Apr-04 18:14
Prakash Nadar26-Apr-04 18:14 
GeneralRe: How to convert UNICODE string of KOREAN to ANSI string Pin
ChetnaBABY27-Apr-04 0:13
ChetnaBABY27-Apr-04 0:13 
GeneralRe: How to convert UNICODE string of KOREAN to ANSI string Pin
Prakash Nadar27-Apr-04 1:17
Prakash Nadar27-Apr-04 1:17 
AnswerRe: How to convert UNICODE string of KOREAN to ANSI string Pin
MiCROHARD26-Apr-04 21:02
MiCROHARD26-Apr-04 21:02 
AnswerRe: How to convert UNICODE string of KOREAN to ANSI string Pin
Mike Dimmick26-Apr-04 22:58
Mike Dimmick26-Apr-04 22:58 
GeneralRe: How to convert UNICODE string of KOREAN to ANSI string Pin
MiCROHARD27-Apr-04 9:21
MiCROHARD27-Apr-04 9:21 
AnswerRe: How to convert UNICODE string of KOREAN to ANSI string Pin
Anthony_Yio26-Apr-04 23:01
Anthony_Yio26-Apr-04 23:01 
GeneralRe: How to convert UNICODE string of KOREAN to ANSI string Pin
MiCROHARD27-Apr-04 9:22
MiCROHARD27-Apr-04 9:22 
GeneralFile Read/Write Determination Pin
IceBerG7126-Apr-04 17:23
IceBerG7126-Apr-04 17:23 
GeneralRe: File Read/Write Determination Pin
Maxwell Chen26-Apr-04 19:37
Maxwell Chen26-Apr-04 19:37 

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.