Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Load data in Combobox in VC++6.0 Pin
David Crow9-Jan-09 3:31
David Crow9-Jan-09 3:31 
QuestionInvoking a Web Service using managed C++ OR VC++ .NET Pin
Thomas_Mathews8-Jan-09 18:31
Thomas_Mathews8-Jan-09 18:31 
AnswerRe: Invoking a Web Service using managed C++ OR VC++ .NET Pin
Malli_S8-Jan-09 18:55
Malli_S8-Jan-09 18:55 
AnswerRe: Invoking a Web Service using managed C++ OR VC++ .NET Pin
Hamid_RT8-Jan-09 19:28
Hamid_RT8-Jan-09 19:28 
Questionsocket and ethernet Pin
pramod_r8-Jan-09 18:10
pramod_r8-Jan-09 18:10 
Questiongetting dependent DLLS on a particular .exe [modified] Pin
kir_MFC8-Jan-09 17:49
kir_MFC8-Jan-09 17:49 
AnswerRe: getting dependent DLLS on a particular .exe Pin
Naveen8-Jan-09 18:15
Naveen8-Jan-09 18:15 
AnswerRe: getting dependent DLLS on a particular .exe Pin
«_Superman_»8-Jan-09 18:27
professional«_Superman_»8-Jan-09 18:27 
Use the EnumProcessModules API.
Use the GetCurrentProcess API to get the handle to the current process or OpenProcess to open an already running process.

If you want to get the dependent DLLs of an EXE that is not running, you will need to parse the EXEs internal PE structure.

PEDump is one such program.

«_Superman_»

QuestionCImageList when .draw -> no more transparent Pin
karhong8-Jan-09 17:15
karhong8-Jan-09 17:15 
AnswerRe: CImageList when .draw -> no more transparent Pin
Naveen8-Jan-09 18:29
Naveen8-Jan-09 18:29 
GeneralRe: CImageList when .draw -> no more transparent Pin
karhong8-Jan-09 18:42
karhong8-Jan-09 18:42 
GeneralRe: CImageList when .draw -> no more transparent Pin
Iain Clarke, Warrior Programmer9-Jan-09 0:28
Iain Clarke, Warrior Programmer9-Jan-09 0:28 
QuestionPreventing / Checking null 'this' pointer adjustment w/ Multiple Inheritance Pin
D. Miller8-Jan-09 13:18
D. Miller8-Jan-09 13:18 
AnswerRe: Preventing / Checking null 'this' pointer adjustment w/ Multiple Inheritance Pin
Stuart Dootson8-Jan-09 13:39
professionalStuart Dootson8-Jan-09 13:39 
GeneralRe: Preventing / Checking null 'this' pointer adjustment w/ Multiple Inheritance Pin
D. Miller9-Jan-09 1:47
D. Miller9-Jan-09 1:47 
GeneralRe: Preventing / Checking null 'this' pointer adjustment w/ Multiple Inheritance Pin
Stuart Dootson9-Jan-09 2:20
professionalStuart Dootson9-Jan-09 2:20 
QuestionOverflowing the Windows’s message Queue Pin
BobInNJ8-Jan-09 7:21
BobInNJ8-Jan-09 7:21 
GeneralRe: Overflowing the Windows’s message Queue Pin
Luc Pattyn8-Jan-09 7:51
sitebuilderLuc Pattyn8-Jan-09 7:51 
GeneralRe: Overflowing the Windows’s message Queue Pin
BobInNJ8-Jan-09 10:06
BobInNJ8-Jan-09 10:06 
AnswerRe: Overflowing the Windows’s message Queue Pin
Code-o-mat8-Jan-09 8:56
Code-o-mat8-Jan-09 8:56 
GeneralRe: Overflowing the Windows’s message Queue Pin
BobInNJ8-Jan-09 10:10
BobInNJ8-Jan-09 10:10 
GeneralRe: Overflowing the Windows’s message Queue Pin
David Crow8-Jan-09 10:15
David Crow8-Jan-09 10:15 
GeneralRe: Overflowing the Windows’s message Queue Pin
Code-o-mat8-Jan-09 10:31
Code-o-mat8-Jan-09 10:31 
GeneralRe: Overflowing the Windows’s message Queue Pin
BobInNJ8-Jan-09 11:18
BobInNJ8-Jan-09 11:18 
GeneralRe: Overflowing the Windows’s message Queue Pin
Code-o-mat8-Jan-09 21:45
Code-o-mat8-Jan-09 21:45 

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.