Click here to Skip to main content
15,915,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralExcel Automation problem in Visual C++ 8 Pin
Sangeetha_J9-Apr-08 23:02
Sangeetha_J9-Apr-08 23:02 
GeneralRe: Excel Automation problem in Visual C++ 8 Pin
Rajesh R Subramanian9-Apr-08 23:18
professionalRajesh R Subramanian9-Apr-08 23:18 
GeneralRe: Excel Automation problem in Visual C++ 8 Pin
Sangeetha_J9-Apr-08 23:23
Sangeetha_J9-Apr-08 23:23 
GeneralRe: Excel Automation problem in Visual C++ 8 Pin
David Crow10-Apr-08 4:49
David Crow10-Apr-08 4:49 
GeneralRe: Excel Automation problem in Visual C++ 8 Pin
Sangeetha_J11-Apr-08 21:01
Sangeetha_J11-Apr-08 21:01 
GeneralRe: Excel Automation problem in Visual C++ 8 Pin
Chih-Ching Lin12-Apr-08 2:00
Chih-Ching Lin12-Apr-08 2:00 
GeneralVertical scroll bar in a list control Pin
neha.agarwal279-Apr-08 21:00
neha.agarwal279-Apr-08 21:00 
GeneralRe: Vertical scroll bar in a list control Pin
Iain Clarke, Warrior Programmer9-Apr-08 22:03
Iain Clarke, Warrior Programmer9-Apr-08 22:03 
I'm assuming this is a List View control.

Have you tried setting the LVS_ALIGNLEFT style, instead of the LVS_ALIGNTOP style? Just a guess, but not a bad one.

Or try using LVM_SETITEMPOSITION and position the items yourself. You'd need to do this after adding each one, and do it for all when the control's size changes.

Iain.

Iain Clarke appears because CPallini still cares.

GeneralRe: Vertical scroll bar in a list control Pin
Hamid_RT11-Apr-08 7:11
Hamid_RT11-Apr-08 7:11 
GeneralInternet Monitoring Pin
manish.patel9-Apr-08 20:26
manish.patel9-Apr-08 20:26 
GeneralRe: Internet Monitoring Pin
Cedric Moonen9-Apr-08 20:33
Cedric Moonen9-Apr-08 20:33 
GeneralRe: Internet Monitoring Pin
manish.patel9-Apr-08 20:37
manish.patel9-Apr-08 20:37 
GeneralRe: Internet Monitoring Pin
Cedric Moonen9-Apr-08 20:53
Cedric Moonen9-Apr-08 20:53 
GeneralRe: Internet Monitoring Pin
manish.patel9-Apr-08 20:57
manish.patel9-Apr-08 20:57 
GeneralRe: Internet Monitoring Pin
David Crow10-Apr-08 4:50
David Crow10-Apr-08 4:50 
GeneralRe: Internet Monitoring Pin
manish.patel10-Apr-08 17:44
manish.patel10-Apr-08 17:44 
AnswerRe: Internet Monitoring Pin
Rajesh R Subramanian10-Apr-08 0:59
professionalRajesh R Subramanian10-Apr-08 0:59 
GeneralCOM Pin
suhi9-Apr-08 18:19
suhi9-Apr-08 18:19 
GeneralRe: COM Pin
Mukesh Kumar9-Apr-08 20:21
Mukesh Kumar9-Apr-08 20:21 
GeneralRe: COM Pin
_AnsHUMAN_ 9-Apr-08 20:22
_AnsHUMAN_ 9-Apr-08 20:22 
GeneralRe: COM Pin
Stephen Hewitt9-Apr-08 21:38
Stephen Hewitt9-Apr-08 21:38 
QuestionSeeing CArray data in watch window Pin
rp_suman9-Apr-08 17:33
rp_suman9-Apr-08 17:33 
GeneralRe: Seeing CArray data in watch window Pin
Nibu babu thomas9-Apr-08 17:50
Nibu babu thomas9-Apr-08 17:50 
GeneralRe: Seeing CArray data in watch window Pin
rp_suman9-Apr-08 18:31
rp_suman9-Apr-08 18:31 
GeneralRe: Seeing CArray data in watch window Pin
krmed10-Apr-08 0:52
krmed10-Apr-08 0:52 

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.