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

C / C++ / MFC

 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 15:43
Larry Mills Sr1-Nov-08 15:43 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Mark Salsbery1-Nov-08 15:52
Mark Salsbery1-Nov-08 15:52 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 16:01
Larry Mills Sr1-Nov-08 16:01 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Mark Salsbery1-Nov-08 16:10
Mark Salsbery1-Nov-08 16:10 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 16:21
Larry Mills Sr1-Nov-08 16:21 
QuestionOrganizing Source Code Pin
awake91231-Oct-08 11:37
awake91231-Oct-08 11:37 
AnswerRe: Organizing Source Code Pin
PIEBALDconsult31-Oct-08 12:08
mvePIEBALDconsult31-Oct-08 12:08 
QuestionHow do you find the PID of the process using http://127.0.0.1:1200? Pin
Klive831-Oct-08 6:58
Klive831-Oct-08 6:58 
This page shows how to retrieve the command line a certain process was started with http://win32.mvps.org/processes/remthread.html if you know the PID. We have a runtime, a .exe-file. Several instances of the same file will be launched. The only difference between them is the port they’re connected to. The runtime is a CoDeSys runtime which we don’t have the source code for. The application is a CoDeSys (PLC IEC 61131-3) application which logs in to http://localhost:<port number>. (The CoDeSys ENI server occupies the localhost address so IIS cannot run if the ENI server is running.) We want to retrieve the command line arguments which were used when launching each runtime. So the question is: How do you do that if the only thing which differs them is the port of localhost they’re logged in to? How do you find the PID of the process which uses http://127.0.0.1:1200, http://127.0.0.1:1201, http://127.0.0.1:1202, http://127.0.0.1:1203, etc. etc?
AnswerRe: How do you find the PID of the process using http://127.0.0.1:1200? Pin
kinar31-Oct-08 9:17
kinar31-Oct-08 9:17 
Questiondelete operator override Pin
Abyss31-Oct-08 6:21
Abyss31-Oct-08 6:21 
QuestionRe: delete operator override Pin
David Crow31-Oct-08 7:00
David Crow31-Oct-08 7:00 
AnswerRe: delete operator override Pin
Abyss31-Oct-08 7:07
Abyss31-Oct-08 7:07 
GeneralRe: delete operator override Pin
David Crow31-Oct-08 7:21
David Crow31-Oct-08 7:21 
GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:24
mveCPallini31-Oct-08 7:24 
GeneralRe: delete operator override Pin
Bram van Kampen1-Nov-08 15:06
Bram van Kampen1-Nov-08 15:06 
GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:24
mveCPallini31-Oct-08 7:24 
GeneralRe: delete operator override Pin
Bram van Kampen1-Nov-08 15:04
Bram van Kampen1-Nov-08 15:04 
GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:23
mveCPallini31-Oct-08 7:23 
AnswerRe: delete operator override Pin
Bram van Kampen1-Nov-08 14:25
Bram van Kampen1-Nov-08 14:25 
Questionhow many files can be opened in windows OS at a Time ? Pin
paul crescent31-Oct-08 3:08
paul crescent31-Oct-08 3:08 
AnswerRe: how many files can be opened in windows OS at a Time ? Pin
toxcct31-Oct-08 3:24
toxcct31-Oct-08 3:24 
GeneralRe: how many files can be opened in windows OS at a Time ? Pin
paul crescent31-Oct-08 3:41
paul crescent31-Oct-08 3:41 
GeneralRe: how many files can be opened in windows OS at a Time ? Pin
Iain Clarke, Warrior Programmer31-Oct-08 4:54
Iain Clarke, Warrior Programmer31-Oct-08 4:54 
QuestionRe: how many files can be opened in windows OS at a Time ? Pin
CPallini31-Oct-08 4:10
mveCPallini31-Oct-08 4:10 
AnswerRe: how many files can be opened in windows OS at a Time ? Pin
Roger Stoltz31-Oct-08 5:19
Roger Stoltz31-Oct-08 5:19 

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.