Click here to Skip to main content
15,905,504 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how I show *.mdb table on a dialog ? Pin
Emre Zorlu28-Jul-03 22:27
Emre Zorlu28-Jul-03 22:27 
GeneralRe: how I show *.mdb table on a dialog ? Pin
Cheickna28-Jul-03 23:31
Cheickna28-Jul-03 23:31 
AnswerRe: how I show *.mdb table on a dialog ? Pin
Toni7829-Jul-03 15:42
Toni7829-Jul-03 15:42 
QuestionHow to use GridCtrl Pin
Kanghongyuan28-Jul-03 20:00
Kanghongyuan28-Jul-03 20:00 
GeneralProblem with MFC code with ActiveX Pin
harinath28-Jul-03 19:24
professionalharinath28-Jul-03 19:24 
GeneralRe: Problem with MFC code with ActiveX Pin
Cedric Moonen28-Jul-03 20:06
Cedric Moonen28-Jul-03 20:06 
GeneralRe: Problem with MFC code with ActiveX Pin
harinath28-Jul-03 23:09
professionalharinath28-Jul-03 23:09 
GeneralSetting Image to ClistCtrl Pin
modular28-Jul-03 18:39
modular28-Jul-03 18:39 
This problem I had asked previously . I used the solution given as follows.

m_imageList.Create(16, 16, 0, 1, 1);
hIcon = AfxGetApp()->LoadIcon(IDI_ADDUSER);
m_imageList.Add(hIcon);

pList->SetImageList(&m_imageList, LVSIL_SMALL);
pList->InsertColumn(0, "Users", LVCFMT_LEFT, 150);

But still image is not getting set . Icon used is of size 16 * 16

GeneralRe: Setting Image to ClistCtrl Pin
Michael Dunn28-Jul-03 18:45
sitebuilderMichael Dunn28-Jul-03 18:45 
GeneralRe: Setting Image to ClistCtrl Pin
modular29-Jul-03 2:54
modular29-Jul-03 2:54 
GeneralRe: Setting Image to ClistCtrl Pin
modular29-Jul-03 3:23
modular29-Jul-03 3:23 
GeneralRe: Setting Image to ClistCtrl Pin
Arjan Schouten29-Jul-03 3:54
Arjan Schouten29-Jul-03 3:54 
GeneralRe: Maybe some hints how to realise it !?? Pin
wb28-Jul-03 23:36
wb28-Jul-03 23:36 
GeneralRe: Maybe some hints how to realise it !?? Pin
Bob Stanneveld29-Jul-03 1:07
Bob Stanneveld29-Jul-03 1:07 
GeneralRe: Maybe some hints how to realise it !?? Pin
Bob Stanneveld29-Jul-03 1:26
Bob Stanneveld29-Jul-03 1:26 
GeneralRe: Maybe some hints how to realise it !?? Pin
Bob Stanneveld29-Jul-03 1:39
Bob Stanneveld29-Jul-03 1:39 
GeneralRe: Maybe some hints how to realise it !?? Pin
Bob Stanneveld29-Jul-03 2:39
Bob Stanneveld29-Jul-03 2:39 
GeneralRe: Maybe some hints how to realise it !?? Pin
Toni7829-Jul-03 15:50
Toni7829-Jul-03 15:50 
GeneralDraw bitmap runtime Pin
vadimpl28-Jul-03 18:01
vadimpl28-Jul-03 18:01 
GeneralRe: Draw bitmap runtime Pin
Eugene Pustovoyt28-Jul-03 18:34
Eugene Pustovoyt28-Jul-03 18:34 
GeneralVC6 & a Remote DataBase Pin
Anonymous28-Jul-03 17:56
Anonymous28-Jul-03 17:56 
GeneralCBitmapButton Pin
Dov Sherman28-Jul-03 17:44
Dov Sherman28-Jul-03 17:44 
QuestionHow not to close the Dialog Box Pin
Exceter28-Jul-03 17:19
Exceter28-Jul-03 17:19 
AnswerRe: How not to close the Dialog Box Pin
Michael Dunn28-Jul-03 18:02
sitebuilderMichael Dunn28-Jul-03 18:02 
GeneralRe: How not to close the Dialog Box Pin
Exceter28-Jul-03 18:08
Exceter28-Jul-03 18:08 

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.