Click here to Skip to main content
16,008,490 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl and multi-threading Pin
valikac15-Jan-03 9:10
valikac15-Jan-03 9:10 
GeneralRe: CListCtrl and multi-threading Pin
Nitron15-Jan-03 14:26
Nitron15-Jan-03 14:26 
Generaltimeout recv on tcp socket Pin
orcun colak15-Jan-03 8:04
orcun colak15-Jan-03 8:04 
GeneralRe: timeout recv on tcp socket Pin
geo_m15-Jan-03 8:09
geo_m15-Jan-03 8:09 
GeneralRe: timeout recv on tcp socket Pin
Anonymous15-Jan-03 8:55
Anonymous15-Jan-03 8:55 
GeneralCSizingControlBar help needed Pin
Stefan Dahlin15-Jan-03 7:46
Stefan Dahlin15-Jan-03 7:46 
QuestionHow to know if the app is running from a server ?? Pin
Cris15-Jan-03 7:27
Cris15-Jan-03 7:27 
AnswerRe: How to know if the app is running from a server ?? Pin
Erik Juhl15-Jan-03 9:18
Erik Juhl15-Jan-03 9:18 
I think you want to use CreateToolhelp32Snapshot(), but you would have to iterate through the snapshot using Process32First() and Process32Next() until you found the exe file you were looking for. This requires windows 95 or later or windows 2000 or later. Check out MSDN for sample code.
GeneralRe: How to know if the app is running from a server ?? Pin
Cris15-Jan-03 23:45
Cris15-Jan-03 23:45 
GeneralRe: How to know if the app is running from a server ?? Pin
Erik Juhl16-Jan-03 4:55
Erik Juhl16-Jan-03 4:55 
GeneralCHtmlView Pin
Brian Delahunty15-Jan-03 5:49
Brian Delahunty15-Jan-03 5:49 
GeneralRe: CHtmlView Pin
Stephane Rodriguez.15-Jan-03 6:36
Stephane Rodriguez.15-Jan-03 6:36 
GeneralRe: CHtmlView Pin
Brian Delahunty15-Jan-03 7:23
Brian Delahunty15-Jan-03 7:23 
GeneralRe: CHtmlView Pin
HENDRIK R17-Jan-03 2:22
HENDRIK R17-Jan-03 2:22 
GeneralRe: CHtmlView Pin
Brian Delahunty17-Jan-03 2:49
Brian Delahunty17-Jan-03 2:49 
GeneralDestroyWindow Pin
georgiek5015-Jan-03 5:27
georgiek5015-Jan-03 5:27 
GeneralRe: DestroyWindow Pin
Nitron15-Jan-03 14:29
Nitron15-Jan-03 14:29 
GeneralRe: DestroyWindow Pin
georgiek5016-Jan-03 5:49
georgiek5016-Jan-03 5:49 
GeneralDebug ActiveX control from the client application... Pin
Braulio Dez15-Jan-03 5:01
Braulio Dez15-Jan-03 5:01 
GeneralRe: Debug ActiveX control from the client application... Pin
AlexO15-Jan-03 5:20
AlexO15-Jan-03 5:20 
GeneralMSChart Pin
Matthew R. Miller15-Jan-03 4:52
Matthew R. Miller15-Jan-03 4:52 
GeneralRe: MSChart Pin
Nitron15-Jan-03 14:31
Nitron15-Jan-03 14:31 
GeneralInstallation tool Pin
Anthony B.15-Jan-03 4:47
Anthony B.15-Jan-03 4:47 
GeneralRe: Installation tool Pin
Nitron15-Jan-03 14:33
Nitron15-Jan-03 14:33 
QuestionKeyboardhook and Hotkey? Pin
Aidman15-Jan-03 3:43
Aidman15-Jan-03 3:43 

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.