Click here to Skip to main content
15,893,564 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to invoke IE in VC6.0 console application? Pin
George210-Oct-03 17:25
George210-Oct-03 17:25 
GeneralProblem with mixing managed and unmanaged code Pin
morefalt8-Oct-03 23:00
morefalt8-Oct-03 23:00 
GeneralRe: Problem with mixing managed and unmanaged code Pin
Anthony_Yio9-Oct-03 2:49
Anthony_Yio9-Oct-03 2:49 
GeneralRe: Problem with mixing managed and unmanaged code Pin
morefalt9-Oct-03 4:00
morefalt9-Oct-03 4:00 
GeneralRe: Problem with mixing managed and unmanaged code Pin
Anthony_Yio9-Oct-03 17:21
Anthony_Yio9-Oct-03 17:21 
GeneralHelp needed in running a C++ Program as Windows Service Pin
sarathymail8-Oct-03 22:33
sarathymail8-Oct-03 22:33 
GeneralRe: Help needed in running a C++ Program as Windows Service Pin
Mike Dimmick9-Oct-03 0:37
Mike Dimmick9-Oct-03 0:37 
Generalproblem of icons Pin
sarasara09876548-Oct-03 21:39
sarasara09876548-Oct-03 21:39 
i want to add an icon to a tree control but i can't. please tell me how can i do it .which section of this code is wrong?
CTreeControl m_tree;
CImageList img;
HICON hicon;
hicon=LoadIcon(IDR_MAINFRAME);
img->Add(AfxGetApp()->hicon);
m_tree.SetImageList(img, TVSIL_NORMAL);
GeneralRe: problem of icons Pin
jhwurmbach9-Oct-03 0:27
jhwurmbach9-Oct-03 0:27 
GeneralRe: problem of icons Pin
David Crow9-Oct-03 2:42
David Crow9-Oct-03 2:42 
Questionhow can i get the computer name&ip in local network? Pin
Hellin8-Oct-03 20:28
Hellin8-Oct-03 20:28 
AnswerRe: how can i get the computer name&ip in local network? Pin
twing8-Oct-03 21:25
twing8-Oct-03 21:25 
GeneralRe: how can i get the computer name&ip in local network? Pin
Hellin8-Oct-03 21:47
Hellin8-Oct-03 21:47 
GeneralRe: how can i get the computer name&ip in local network? Pin
twing8-Oct-03 22:05
twing8-Oct-03 22:05 
GeneralRe: how can i get the computer name&ip in local network? Pin
Hellin8-Oct-03 22:10
Hellin8-Oct-03 22:10 
GeneralRe: how can i get the computer name&ip in local network? Pin
David Crow9-Oct-03 3:18
David Crow9-Oct-03 3:18 
GeneralRe: how can i get the computer name&ip in local network? Pin
Hellin9-Oct-03 14:32
Hellin9-Oct-03 14:32 
GeneralRe: how can i get the computer name&ip in local network? Pin
David Crow9-Oct-03 15:57
David Crow9-Oct-03 15:57 
Generalwhy BOOL and bool coexist? Simply! Pin
twing8-Oct-03 20:08
twing8-Oct-03 20:08 
GeneralRe: why BOOL and bool coexist? Simply! Pin
Anand Paranjpe8-Oct-03 20:26
Anand Paranjpe8-Oct-03 20:26 
GeneralRe: why BOOL and bool coexist? Simply! Pin
twing8-Oct-03 21:32
twing8-Oct-03 21:32 
GeneralRe: why BOOL and bool coexist? Simply! Pin
jhwurmbach8-Oct-03 22:52
jhwurmbach8-Oct-03 22:52 
Generalprevent Windows from paging my executables Pin
Eddie7008-Oct-03 19:15
Eddie7008-Oct-03 19:15 
GeneralRe: prevent Windows from paging my executables Pin
Blake Coverett8-Oct-03 20:56
Blake Coverett8-Oct-03 20:56 
GeneralRe: prevent Windows from paging my executables Pin
David Crow9-Oct-03 15:55
David Crow9-Oct-03 15:55 

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.