Well, I solved this problem a while ago, but thanks for the input though. I may post the code later on when I'm finished with the project, don't have time to do that now (for all the code-cleaning and stuff). Thanx!
Mathias
Posts
-
CListCtrl with CProgressCtrl as an item? (like Napster has done it) -
CListCtrl with CProgressCtrl as an item? (like Napster has done it)Well, I solved this problem a while ago, but thanks for the input though. I may post the code later on when I'm finished with the project, don't have time to do that now (for all the code-cleaning and stuff). Thanx!
-
CListCtrl with CProgressCtrl as an item? (like Napster has done it)Well, I solved this problem a while ago, but thanks for the input though. I may post the code later on when I'm finished with the project, don't have time to do that now (for all the code-cleaning and stuff). Thanx!
-
CListCtrl with CProgressCtrl as an item? (like Napster has done it)Well, I solved this problem a while ago, but thanks for the input though. I may post the code later on when I'm finished with the project, don't have time to do that now (for all the code-cleaning and stuff). Thanx!
-
CListCtrl with CProgressCtrl as an item? (like Napster has done it)Well, I solved this problem a while ago, but thanks for the input though. I may post the code later on when I'm finished with the project, don't have time to do that now (for all the code-cleaning and stuff). Thanx!
-
CListCtrl with CProgressCtrl as an item? (like Napster has done it)Well, I solved this problem a while ago, but thanks for the input though. I may post the code later on when I'm finished with the project, don't have time to do that now (for all the code-cleaning and stuff). Thanx!
-
CListCtrl with CProgressCtrl as an item? (like Napster has done it)Well, I solved this problem a while ago, but thanks for the input though. I may post the code later on when I'm finished with the project, don't have time to do that now (for all the code-cleaning and stuff). Thanx!
-
CListCtrl with CProgressCtrl as an item? (like Napster has done it)Well, I solved this problem a while ago, but thanks for the input though. I may post the code later on when I'm finished with the project, don't have time to do that now (for all the code-cleaning and stuff). Thanx!
-
MinimizeBox in a PropertySheet?Hello! Is it possible to add a minimize box to a property sheet? (and if it is, how?) Thanks! /Mathias
-
Message for scrolling listctrl?First of all, thanx for the hint. I was probably not descriping my question enough. The thing is, when the list has more items than can be shown and the user selects the item at the bottom of the list window(that are shown, more items below) the listcontrol automatically scroll down(I want it this way,EnsureVisible(...)) one row. This is where the problem start. After it has repainted itself, I need to calculate what items are shown and therefore wants a message from Windows telling me that it has been done, like the message SB_ENDSCROLL associated with CWnd::OnVScroll. Thanks! /Mathias
-
Message for scrolling listctrl?Hello! I've created a CListCtrl with ownerdraw and everything works just dandy, but there is one thing. What message does Windows send when the user uses the down and up arrows to scroll in the list? It's not the normal WM_VSCROLL when using the scrollbar, it's something else. I need the message that comes after the listctrl has been redrawn. Please help me! /Mathias