Click here to Skip to main content
15,909,242 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog DLL and Timers Pin
[James Pullicino]17-Jul-02 4:59
[James Pullicino]17-Jul-02 4:59 
GeneralRe: Dialog DLL and Timers Pin
Wade H.17-Jul-02 6:32
Wade H.17-Jul-02 6:32 
GeneralError Damage after normal block 63 at .... Pin
Anonymous16-Jul-02 12:08
Anonymous16-Jul-02 12:08 
GeneralRe: Error Damage after normal block 63 at .... Pin
Joaquín M López Muñoz16-Jul-02 12:19
Joaquín M López Muñoz16-Jul-02 12:19 
GeneralRe: Error Damage after normal block 63 at .... Pin
Shog916-Jul-02 12:25
sitebuilderShog916-Jul-02 12:25 
GeneralRe: Error Damage after normal block 63 at .... Pin
Anonymous16-Jul-02 12:49
Anonymous16-Jul-02 12:49 
GeneralDoBulkFieldExchange problem Pin
achandra00716-Jul-02 12:07
achandra00716-Jul-02 12:07 
GeneralOne column in list control Pin
ns16-Jul-02 11:46
ns16-Jul-02 11:46 
I want only one column, and not a blank one in addition to col 0 that appears by default. I am doing:

m_list1.InsertColumn(0,"Keywords",LVCFMT_LEFT,800);
m_list1.SetColumnWidth(0, LVSCW_AUTOSIZE_USEHEADER);

m_list2.SetExtendedStyle(LVS_EX_CHECKBOXES);
m_list2.InsertColumn(0,"Options",LVCFMT_LEFT,800);
m_list2.SetColumnWidth(0, LVSCW_AUTOSIZE_USEHEADER);


if(NULL != m_list1.GetSafeHwnd())

{
m_list1.MoveWindow(100,100,200,400);
m_list2.MoveWindow(450,100,200,400);


}

Inspite of the great width specified, a 200 wide list control shows up with the col 0, plus a little part of another column (a blank one) showing. If I make the col width 100, then theres only one visible column. However I needa width of 200. What is to be done in this case?
Thanks,
ns
GeneralRe: I got it. Thanks anyways Pin
ns16-Jul-02 11:50
ns16-Jul-02 11:50 
GeneralRe: I got it. Thanks anyways Pin
kati4214-Nov-02 19:33
kati4214-Nov-02 19:33 
QuestionHow to read a file that is open by ... Pin
craigk16-Jul-02 11:25
craigk16-Jul-02 11:25 
GeneralDAO in VC++ not working. Pin
a3gupta16-Jul-02 11:15
a3gupta16-Jul-02 11:15 
GeneralRe: DAO in VC++ not working. Pin
Martin Ziacek16-Jul-02 19:36
Martin Ziacek16-Jul-02 19:36 
GeneralRe: DAO in VC++ not working. Pin
a3gupta16-Jul-02 20:36
a3gupta16-Jul-02 20:36 
GeneralRe: DAO in VC++ not working. Pin
Martin Ziacek16-Jul-02 22:33
Martin Ziacek16-Jul-02 22:33 
GeneralRe: DAO in VC++ not working. Pin
Schnemar16-Jul-02 22:35
Schnemar16-Jul-02 22:35 
GeneralModeless Dialog Pin
udayGovekar16-Jul-02 10:29
udayGovekar16-Jul-02 10:29 
GeneralRe: Modeless Dialog Pin
includeh1016-Jul-02 10:56
includeh1016-Jul-02 10:56 
GeneralRe: Modeless Dialog Pin
udayGovekar16-Jul-02 18:38
udayGovekar16-Jul-02 18:38 
Generaladding a new configuration Pin
NickOne16-Jul-02 10:27
NickOne16-Jul-02 10:27 
GeneralRe: adding a new configuration Pin
Joaquín M López Muñoz16-Jul-02 12:00
Joaquín M López Muñoz16-Jul-02 12:00 
GeneralRe: adding a new configuration Pin
NickOne17-Jul-02 8:10
NickOne17-Jul-02 8:10 
QuestionCDialogBar, docking it anywhere ? Pin
includeh1016-Jul-02 10:18
includeh1016-Jul-02 10:18 
AnswerRe: CDialogBar, docking it anywhere ? Pin
Joaquín M López Muñoz16-Jul-02 10:21
Joaquín M López Muñoz16-Jul-02 10:21 
GeneralRe: CDialogBar, docking it anywhere ? Pin
includeh1016-Jul-02 10:27
includeh1016-Jul-02 10:27 

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.