Click here to Skip to main content
15,917,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error..Inno..Vc++..Setup Pin
Prakash Nadar23-Feb-04 22:54
Prakash Nadar23-Feb-04 22:54 
GeneralRe: Error..Inno..Vc++..Setup Pin
rasha200323-Feb-04 23:11
rasha200323-Feb-04 23:11 
GeneralRe: Error..Inno..Vc++..Setup Pin
rasha200324-Feb-04 2:37
rasha200324-Feb-04 2:37 
Generalhaving problem with CListView, ScrollBar Pin
23-Feb-04 21:29
suss23-Feb-04 21:29 
GeneralRe: having problem with CListView, ScrollBar Pin
Prakash Nadar23-Feb-04 21:40
Prakash Nadar23-Feb-04 21:40 
GeneralRe: having problem with CListView, ScrollBar Pin
Member 80845923-Feb-04 21:44
Member 80845923-Feb-04 21:44 
GeneralRe: having problem with CListView, ScrollBar Pin
Prakash Nadar23-Feb-04 21:57
Prakash Nadar23-Feb-04 21:57 
GeneralRe: having problem with CListView, ScrollBar Pin
Roger Allen24-Feb-04 3:45
Roger Allen24-Feb-04 3:45 
Because a CListCtrl uses built in scroll bars, you cannot call GetScrollBarCtrl() on it and get a CScrollbar* pointer. You need to use the CWnd scroll bar base class functions and the SB_VERT or SB_HORZ flag to specify if your working with the horizontal or vertical scrollbar.

m_Ctrl.SetScrollPos(SB_VERT, position);



Roger Allen - Sonork 100.10016
Roger Wright: Remember to buckle up, please, and encourage your friends to do the same. It's not just about saving your life, but saving the quality of life for those you may leave behind...
Generalmsdev compiler Pin
spingkoy23-Feb-04 21:22
spingkoy23-Feb-04 21:22 
GeneralRe: msdev compiler Pin
Prakash Nadar23-Feb-04 21:55
Prakash Nadar23-Feb-04 21:55 
GeneralRe: msdev compiler Pin
David Crow24-Feb-04 3:18
David Crow24-Feb-04 3:18 
QuestionHow to Get property value if it returns BSTR Pin
Inam23-Feb-04 20:32
Inam23-Feb-04 20:32 
Generalinstallshield vc++ Pin
rasha200323-Feb-04 20:22
rasha200323-Feb-04 20:22 
Questionchange font style and colors in spreadsheet? Pin
xxhimanshu23-Feb-04 19:13
xxhimanshu23-Feb-04 19:13 
Questionchange font style and colors in excel spreadsheet? Pin
xxhimanshu23-Feb-04 19:12
xxhimanshu23-Feb-04 19:12 
AnswerRe: change font style and colors in excel spreadsheet? Pin
Monty223-Feb-04 19:46
Monty223-Feb-04 19:46 
GeneralGetting ENTER key to act like TAB Pin
rhealana23-Feb-04 18:35
rhealana23-Feb-04 18:35 
GeneralRe: Getting ENTER key to act like TAB Pin
Monty223-Feb-04 19:51
Monty223-Feb-04 19:51 
GeneralRe: Getting ENTER key to act like TAB Pin
rhealana24-Feb-04 16:43
rhealana24-Feb-04 16:43 
GeneralRe: Getting ENTER key to act like TAB Pin
Roger Allen24-Feb-04 3:52
Roger Allen24-Feb-04 3:52 
GeneralRe: Getting ENTER key to act like TAB Pin
rhealana24-Feb-04 16:43
rhealana24-Feb-04 16:43 
QuestionHow to get Windows Login Information in MFC Pin
.NetRams23-Feb-04 18:02
.NetRams23-Feb-04 18:02 
AnswerRe: How to get Windows Login Information in MFC Pin
Michael Dunn23-Feb-04 19:04
sitebuilderMichael Dunn23-Feb-04 19:04 
GeneralI need a method to check yahoo mail from vc application. Pin
mctpursuer23-Feb-04 18:00
mctpursuer23-Feb-04 18:00 
GeneralUser Message Pin
NadAzur23-Feb-04 16:02
NadAzur23-Feb-04 16:02 

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.