Click here to Skip to main content
15,881,173 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionList box Pin
thathvamsi2-Aug-06 17:07
thathvamsi2-Aug-06 17:07 
AnswerRe: List box Pin
Naveen2-Aug-06 17:51
Naveen2-Aug-06 17:51 
GeneralRe: List box Pin
thathvamsi2-Aug-06 17:55
thathvamsi2-Aug-06 17:55 
GeneralRe: List box Pin
_AnsHUMAN_ 2-Aug-06 18:29
_AnsHUMAN_ 2-Aug-06 18:29 
GeneralRe: List box Pin
Hamid_RT2-Aug-06 18:42
Hamid_RT2-Aug-06 18:42 
GeneralRe: List box Pin
thathvamsi2-Aug-06 19:23
thathvamsi2-Aug-06 19:23 
GeneralRe: List box Pin
Naveen2-Aug-06 19:35
Naveen2-Aug-06 19:35 
GeneralRe: List box Pin
Hamid_RT2-Aug-06 19:58
Hamid_RT2-Aug-06 19:58 
See
<br />
	LV_COLUMN lvc;<br />
lvc.mask = LVCF_FMT | LVCF_WIDTH |LVCF_TEXT| LVCF_SUBITEM;<br />
	lvc.fmt = LVCFMT_LEFT;<br />
	lvc.pszText = CA2T("Col1");<br />
	lvc.cx = 50;<br />
<br />
	m_List1.InsertColumn(0,&lvc);<br />
	m_List1.InsertColumn(1,"Col2");<br />
	m_List1.InsertColumn(2,"Col3");<br />
<br />
	m_List1.InsertItem(0,"One");<br />
	m_List1.InsertItem(1,"Two");<br />
	m_List1.InsertItem(2,"Three");<br />



WhiteSky


QuestionHow to invoke a command in a context menu? Pin
ewighell2-Aug-06 16:42
ewighell2-Aug-06 16:42 
AnswerRe: How to invoke a command in a context menu? Pin
Milton Karimbekallil2-Aug-06 18:09
Milton Karimbekallil2-Aug-06 18:09 
GeneralRe: How to invoke a command in a context menu? Pin
ewighell2-Aug-06 21:54
ewighell2-Aug-06 21:54 
GeneralRe: How to invoke a command in a context menu? Pin
Milton Karimbekallil13-Aug-06 22:44
Milton Karimbekallil13-Aug-06 22:44 
QuestionPlz help.. about CWebBrowser2 class. Pin
NSoft2-Aug-06 12:30
NSoft2-Aug-06 12:30 
QuestionQuestion about the Ethernet Physical Layer Pin
Joel Holdsworth2-Aug-06 9:37
Joel Holdsworth2-Aug-06 9:37 
AnswerRe: Question about the Ethernet Physical Layer Pin
Trollslayer2-Aug-06 10:44
mentorTrollslayer2-Aug-06 10:44 
GeneralRe: Question about the Ethernet Physical Layer Pin
Gary R. Wheeler3-Aug-06 3:39
Gary R. Wheeler3-Aug-06 3:39 
Questionvc++ tutor Pin
RomTibi2-Aug-06 8:28
RomTibi2-Aug-06 8:28 
QuestionRe: vc++ tutor Pin
David Crow2-Aug-06 9:25
David Crow2-Aug-06 9:25 
AnswerRe: vc++ tutor Pin
RomTibi3-Aug-06 5:58
RomTibi3-Aug-06 5:58 
AnswerRe: vc++ tutor Pin
Hamid_RT2-Aug-06 18:31
Hamid_RT2-Aug-06 18:31 
GeneralRe: vc++ tutor Pin
RomTibi3-Aug-06 6:01
RomTibi3-Aug-06 6:01 
GeneralRe: vc++ tutor Pin
Hamid_RT3-Aug-06 10:05
Hamid_RT3-Aug-06 10:05 
GeneralRe: vc++ tutor Pin
Hamid_RT4-Aug-06 6:49
Hamid_RT4-Aug-06 6:49 
AnswerRe: vc++ tutor [modified] Pin
Rilhas4-Aug-06 10:33
Rilhas4-Aug-06 10:33 
QuestionTemplates / Class Interfaces Pin
jon-802-Aug-06 7:42
professionaljon-802-Aug-06 7:42 

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.