Is it possible to use DateTimePicker control in non-MFC Win32 application?
Q
QEugene
@QEugene
Posts
-
DateTimePicker in Win32API -
appearance of the scroll bar in a List View controlI want to change the appearance of the scroll bar in a List View Control. 1.How can I change a scrollbar palette? The following code doesn't work: InitializeFlatSB(hListViewWindow); FlatSB_SetScrollProp(hListViewWindow,WSB_PROP_PALETTE,(int)palette,false); 2. The following code also doesn't do anything: FlatSB_SetScrollProp(hListWindow,WSB_PROP_CYVTHUMB,10,false); 3. Is it possible to make an appearance of the scroll bar in a List View Control based on bitmaps?
-
Bitmap in ListView controlHow can I set a bitmap on List View Control's background. And I need to make it the way that when the user scrolls the list, bimap must stay on it's place and doesn't scroll with the list.