Click here to Skip to main content
15,922,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do you add two LPTSTR together? Pin
cmk5-Jun-03 22:01
cmk5-Jun-03 22:01 
AnswerRe: How do you add two LPTSTR together? Pin
Ernesto D.5-Jun-03 22:14
Ernesto D.5-Jun-03 22:14 
GeneralRe: How do you add two LPTSTR together? Pin
Gary R. Wheeler7-Jun-03 6:47
Gary R. Wheeler7-Jun-03 6:47 
GeneralCan't catch OnClose() in CSocket Pin
Bash5-Jun-03 19:55
Bash5-Jun-03 19:55 
GeneralCalling function from VB dll in VC++ Pin
modular5-Jun-03 19:35
modular5-Jun-03 19:35 
GeneralRe: Calling function from VB dll in VC++ Pin
Ernesto D.5-Jun-03 22:19
Ernesto D.5-Jun-03 22:19 
GeneralRe: Calling function from VB dll in VC++ Pin
Michael P Butler6-Jun-03 1:59
Michael P Butler6-Jun-03 1:59 
GeneralDisplaying icon along with item in the Clistctrl Pin
Anonymous5-Jun-03 18:24
Anonymous5-Jun-03 18:24 
I am using CListCtrl. I want to display yhe icon along with the item I have done it in following way But it is not displaying the image What could be the problem?

HICON hIcon;
CImageList m_imageList;

m_imageList.Create(16, 16, 0, 1, 1);
hIcon = AfxGetApp()->LoadIcon(IDI_ICON1);
m_imageList.Add(hIcon);
pList->SetImageList(&m_imageList, LVSIL_SMALL);
pList->InsertItem( 0, "RED", 0 );




GeneralRe: Displaying icon along with item in the Clistctrl Pin
Ravi Bhavnani5-Jun-03 18:40
professionalRavi Bhavnani5-Jun-03 18:40 
QuestionCArray of structs? Pin
Dan Savilonis5-Jun-03 18:24
Dan Savilonis5-Jun-03 18:24 
AnswerRe: CArray of structs? Pin
Christian Graus5-Jun-03 18:31
protectorChristian Graus5-Jun-03 18:31 
GeneralRe: CArray of structs? Pin
Dan Savilonis5-Jun-03 20:51
Dan Savilonis5-Jun-03 20:51 
GeneralRe: CArray of structs? Pin
Christian Graus5-Jun-03 21:36
protectorChristian Graus5-Jun-03 21:36 
GeneralRe: CArray of structs? Pin
Anonymous6-Jun-03 3:02
Anonymous6-Jun-03 3:02 
GeneralRe: CArray of structs? Pin
Dan Savilonis6-Jun-03 12:00
Dan Savilonis6-Jun-03 12:00 
GeneralRe: CArray of structs? Pin
Anonymous6-Jun-03 3:08
Anonymous6-Jun-03 3:08 
GeneralClistCtrl control Pin
modular5-Jun-03 18:14
modular5-Jun-03 18:14 
GeneralRe: ClistCtrl control Pin
Ravi Bhavnani5-Jun-03 18:37
professionalRavi Bhavnani5-Jun-03 18:37 
GeneralRe: ClistCtrl control Pin
Ernesto D.5-Jun-03 22:47
Ernesto D.5-Jun-03 22:47 
QuestionHow to realize a Sequential-Verify test on floppy disk Pin
FlyingDancer5-Jun-03 17:33
FlyingDancer5-Jun-03 17:33 
QuestionHow to Display special document Pin
storein5-Jun-03 16:30
storein5-Jun-03 16:30 
AnswerRe: How to Display special document Pin
Roger Allen6-Jun-03 10:39
Roger Allen6-Jun-03 10:39 
GeneralRe: How to Display special document Pin
storein8-Jun-03 14:56
storein8-Jun-03 14:56 
GeneralAbout ActiveX Control Pin
wzw5-Jun-03 15:21
wzw5-Jun-03 15:21 
GeneralAbout Progress Control (MFC) Pin
jcpooh5-Jun-03 15:20
jcpooh5-Jun-03 15:20 

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.