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

C / C++ / MFC

 
AnswerRe: Debug Problem Pin
led mike25-Jun-07 4:41
led mike25-Jun-07 4:41 
GeneralRe: Debug Problem Pin
VC_RYK25-Jun-07 4:46
VC_RYK25-Jun-07 4:46 
GeneralRe: Debug Problem Pin
led mike25-Jun-07 4:59
led mike25-Jun-07 4:59 
AnswerRe: Debug Problem Pin
Cyrilix25-Jun-07 4:45
Cyrilix25-Jun-07 4:45 
Questiongenetic algorithm or particle swarm algorithm with VC++ or Malab Pin
gentleguy25-Jun-07 3:41
gentleguy25-Jun-07 3:41 
Questionis it possible to set a menu to CWnd etc? Pin
includeh1025-Jun-07 2:32
includeh1025-Jun-07 2:32 
AnswerRe: is it possible to set a menu to CWnd etc? [modified] Pin
Rajkumar R25-Jun-07 2:44
Rajkumar R25-Jun-07 2:44 
QuestionReportEvent Pin
Yashusid25-Jun-07 1:02
Yashusid25-Jun-07 1:02 
Hi ALL,

I am inserting my entry into the "Application" event log for Windows, thro, ReportEvent as follows,

bRet = ::ReportEvent( m_hEventSource,
wEventType,
0, //event category
INF_DUMMY,
psidCurrUser,
1,
0,
(LPCTSTR*)&lptszMessage,
NULL
);

it does one entry into the event log successfully.
but if i see the "Category" column in the event log its displayed as "None",
here i want to display some text(such as "Test category"),

If anyone know how to do it, please help me.



AnswerRe: ReportEvent Pin
Rajkumar R25-Jun-07 2:16
Rajkumar R25-Jun-07 2:16 
GeneralRe: ReportEvent Pin
Yashusid25-Jun-07 2:49
Yashusid25-Jun-07 2:49 
AnswerRe: ReportEvent [modified] Pin
Rajkumar R25-Jun-07 3:16
Rajkumar R25-Jun-07 3:16 
QuestionImplemeting C++ code into a C project Pin
ForNow25-Jun-07 0:56
ForNow25-Jun-07 0:56 
AnswerRe: Implemeting C++ code into a C project Pin
Rajkumar R25-Jun-07 1:28
Rajkumar R25-Jun-07 1:28 
GeneralRe: Implemeting C++ code into a C project Pin
ForNow25-Jun-07 12:15
ForNow25-Jun-07 12:15 
AnswerRe: Implemeting C++ code into a C project Pin
Zeolite25-Jun-07 1:41
Zeolite25-Jun-07 1:41 
GeneralRe: Implemeting C++ code into a C project Pin
ForNow25-Jun-07 12:04
ForNow25-Jun-07 12:04 
GeneralRe: Implemeting C++ code into a C project Pin
ForNow25-Jun-07 12:45
ForNow25-Jun-07 12:45 
AnswerRe: Implemeting C++ code into a C project Pin
Orhun Birsoy25-Jun-07 5:33
Orhun Birsoy25-Jun-07 5:33 
GeneralRe: Implemeting C++ code into a C project Pin
ForNow25-Jun-07 12:28
ForNow25-Jun-07 12:28 
GeneralRe: Implemeting C++ code into a C project Pin
Orhun Birsoy25-Jun-07 12:52
Orhun Birsoy25-Jun-07 12:52 
GeneralRe: Implemeting C++ code into a C project Pin
ForNow25-Jun-07 23:39
ForNow25-Jun-07 23:39 
Questionneed help with port reading! Pin
Leo_133125-Jun-07 0:31
Leo_133125-Jun-07 0:31 
AnswerRe: need help with port reading! Pin
CPallini25-Jun-07 0:42
mveCPallini25-Jun-07 0:42 
AnswerRe: need help with port reading! Pin
Roger Stoltz25-Jun-07 0:49
Roger Stoltz25-Jun-07 0:49 
GeneralRe: need help with port reading! Pin
Leo_133126-Jun-07 7:31
Leo_133126-Jun-07 7:31 

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.