Click here to Skip to main content
15,901,122 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Copy binary file Pin
peterchen16-Jun-03 1:15
peterchen16-Jun-03 1:15 
GeneralRe: Copy binary file Pin
David Crow16-Jun-03 3:36
David Crow16-Jun-03 3:36 
GeneralIs there any way to reduce the size of a JPEG using IPicture? and example using SaveAsFile function Pin
jcpooh15-Jun-03 23:00
jcpooh15-Jun-03 23:00 
GeneralAsynchronous http connection Pin
no_body6915-Jun-03 22:36
no_body6915-Jun-03 22:36 
QuestionCTreeCtrl SetCheck ? How to check?? Pin
rohit.dhamija15-Jun-03 22:06
rohit.dhamija15-Jun-03 22:06 
AnswerRe: CTreeCtrl SetCheck ? How to check?? Pin
Rage15-Jun-03 23:06
professionalRage15-Jun-03 23:06 
AnswerRe: CTreeCtrl SetCheck ? How to check?? Pin
peterchen15-Jun-03 23:34
peterchen15-Jun-03 23:34 
GeneralRe: CTreeCtrl SetCheck ? How to check?? Pin
rohit.dhamija16-Jun-03 1:53
rohit.dhamija16-Jun-03 1:53 
Hi peterchen,

I am not using any Imagelist in my program.I am using the checkboxes provided by the CTreeCtrl only. I just want to check some items in a tree during initialization. I wrote the following code but it is getting checked ones.
=============
#define CHECK 1
#define MAXFT 10
HTREEITEM root;
root = m_extensiontree.InsertItem("Extension", 3,3, TVI_ROOT);
CString str[MAXFT] = {"doc","txt","htm","html","bmp","pdf", "rtf", "xls", "tmp", "lnk"};
for(int i=0;i
GeneralRe: CTreeCtrl SetCheck ? How to check?? Pin
peterchen16-Jun-03 2:20
peterchen16-Jun-03 2:20 
GeneralRe: CTreeCtrl SetCheck ? How to check?? Pin
rohit.dhamija16-Jun-03 2:45
rohit.dhamija16-Jun-03 2:45 
GeneralRun EXE in another unser space Pin
isriniv15-Jun-03 21:55
isriniv15-Jun-03 21:55 
GeneralRe: Run EXE in another unser space Pin
parths15-Jun-03 22:02
parths15-Jun-03 22:02 
GeneralCommunicate with Plotters/Printers in VC++ Pin
vedprakash15-Jun-03 21:22
vedprakash15-Jun-03 21:22 
Generalactivate multiple dailog box Pin
shinay15-Jun-03 21:01
shinay15-Jun-03 21:01 
GeneralRe: activate multiple dailog box Pin
shinay16-Jun-03 20:36
shinay16-Jun-03 20:36 
GeneralPostMessage Pin
Majid Shahabfar15-Jun-03 20:56
Majid Shahabfar15-Jun-03 20:56 
GeneralRe: PostMessage Pin
Rage15-Jun-03 21:22
professionalRage15-Jun-03 21:22 
GeneralRe: PostMessage Pin
Neville Franks15-Jun-03 23:15
Neville Franks15-Jun-03 23:15 
GeneralRe: PostMessage Pin
Roger Allen16-Jun-03 1:43
Roger Allen16-Jun-03 1:43 
GeneralRe: PostMessage Pin
David Crow16-Jun-03 4:16
David Crow16-Jun-03 4:16 
Generalstring table Pin
gucy15-Jun-03 20:16
gucy15-Jun-03 20:16 
GeneralRe: string table Pin
Thomas Lau15-Jun-03 23:00
Thomas Lau15-Jun-03 23:00 
QuestionHow can I compute the number of weeks in a year Pin
SPGV15-Jun-03 19:33
SPGV15-Jun-03 19:33 
AnswerRe: How can I compute the number of weeks in a year Pin
csc15-Jun-03 20:09
csc15-Jun-03 20:09 
GeneralRe: How can I compute the number of weeks in a year Pin
Rage15-Jun-03 23:08
professionalRage15-Jun-03 23: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.