Click here to Skip to main content
15,897,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Bitmap Pin
Antti Keskinen11-Feb-04 20:45
Antti Keskinen11-Feb-04 20:45 
GeneralRe: Bitmap Pin
Best Friend12-Feb-04 19:37
Best Friend12-Feb-04 19:37 
GeneralHandle to scrollbar in CListCtrl Pin
JussiL11-Feb-04 19:49
JussiL11-Feb-04 19:49 
GeneralRe: Handle to scrollbar in CListCtrl Pin
Antti Keskinen11-Feb-04 20:37
Antti Keskinen11-Feb-04 20:37 
GeneralRe: Handle to scrollbar in CListCtrl Pin
JussiL11-Feb-04 21:50
JussiL11-Feb-04 21:50 
GeneralRe: Handle to scrollbar in CListCtrl Pin
Shog912-Feb-04 4:54
sitebuilderShog912-Feb-04 4:54 
GeneralRe: Handle to scrollbar in CListCtrl Pin
Anonymous12-Feb-04 8:18
Anonymous12-Feb-04 8:18 
GeneralRe: Handle to scrollbar in CListCtrl Pin
JussiL16-Feb-04 4:25
JussiL16-Feb-04 4:25 
This solution turned out to be the best for me! Since now I just check the style when inserting or deleting items from the listview (this is enough in my case) like this:

<br />
if ( (GetStyle() & WS_HSCROLL) != 0 ) doMyStuff();<br />


Thanks!

-Jussi
GeneralRe: Handle to scrollbar in CListCtrl Pin
Antti Keskinen12-Feb-04 19:41
Antti Keskinen12-Feb-04 19:41 
GeneralVisible window in dll Pin
balifrank11-Feb-04 19:48
balifrank11-Feb-04 19:48 
GeneralRe: Visible window in dll Pin
Vitali Halershtein11-Feb-04 22:37
Vitali Halershtein11-Feb-04 22:37 
GeneralRe: Visible window in dll Pin
balifrank12-Feb-04 0:03
balifrank12-Feb-04 0:03 
GeneralRe: Visible window in dll Pin
basementman12-Feb-04 4:02
basementman12-Feb-04 4:02 
GeneralShell_NotifyIcon BalloonTip Timeout Pin
Matthew Merritt11-Feb-04 19:39
Matthew Merritt11-Feb-04 19:39 
GeneralRe: Shell_NotifyIcon BalloonTip Timeout Pin
Iain Clarke, Warrior Programmer11-Feb-04 22:31
Iain Clarke, Warrior Programmer11-Feb-04 22:31 
GeneralRe: Shell_NotifyIcon BalloonTip Timeout Pin
Matthew Merritt12-Feb-04 14:04
Matthew Merritt12-Feb-04 14:04 
GeneralRe: Shell_NotifyIcon BalloonTip Timeout Pin
Iain Clarke, Warrior Programmer12-Feb-04 22:55
Iain Clarke, Warrior Programmer12-Feb-04 22:55 
QuestionHow to add ATL object map in simple Win32 Application Pin
SiddharthAtw11-Feb-04 19:26
SiddharthAtw11-Feb-04 19:26 
GeneralCreate user interface specification from .rc file Pin
Anonymous11-Feb-04 18:55
Anonymous11-Feb-04 18:55 
GeneralRe: Create user interface specification from .rc file Pin
Antti Keskinen11-Feb-04 20:43
Antti Keskinen11-Feb-04 20:43 
GeneralUsing Arrays Pin
Anonymous11-Feb-04 18:49
Anonymous11-Feb-04 18:49 
GeneralRe: Using Arrays Pin
Antti Keskinen11-Feb-04 20:48
Antti Keskinen11-Feb-04 20:48 
GeneralRe: Using Arrays Pin
Anonymous12-Feb-04 1:44
Anonymous12-Feb-04 1:44 
GeneralRe: Using Arrays Pin
Member 1234966812-Feb-04 17:40
Member 1234966812-Feb-04 17:40 
GeneralGetSaveFileName Pin
cradmd0311-Feb-04 18:43
cradmd0311-Feb-04 18:43 

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.