Click here to Skip to main content
16,006,605 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Unable to find an entry point when loading an unmanaged DLL Pin
Jordan C. Atlas19-Jan-06 18:11
Jordan C. Atlas19-Jan-06 18:11 
QuestionNT Services Pin
udaybhaskar_nori19-Jan-06 17:18
udaybhaskar_nori19-Jan-06 17:18 
AnswerRe: NT Services Pin
ThatsAlok19-Jan-06 17:48
ThatsAlok19-Jan-06 17:48 
GeneralRe: NT Services Pin
udaybhaskar_nori19-Jan-06 17:52
udaybhaskar_nori19-Jan-06 17:52 
GeneralRe: NT Services Pin
Prakash Nadar19-Jan-06 17:57
Prakash Nadar19-Jan-06 17:57 
General[Message Deleted] Pin
kakan19-Jan-06 19:44
professionalkakan19-Jan-06 19:44 
GeneralRe: NT Services Pin
ThatsAlok19-Jan-06 21:05
ThatsAlok19-Jan-06 21:05 
GeneralRe: NT Services Pin
ThatsAlok19-Jan-06 21:11
ThatsAlok19-Jan-06 21:11 
udaybhaskar_nori wrote:
Yeah I have seen that program. In place of the beep I tried to keep an AfxMessageBox.

You service stop responding because message box have a modal loop!, so you have to respond to MessageBox before interecting with service, Now as Mr. PJ naughter service is not desktop interective by default, you have to make it desktop interective to respond to messagebox and make it messagepump running.

for making Service desktop interective :-
Open Computer Management--> choose Service and Application Tree Item --> choose service tree sub item---> find you service is listed service -> right click on service and choose properties-> now choose LOG ON tab and Check Allow service to interect with desktop check box

"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

cheers, Alok Gupta VC Forum Q&A :- I/ IV
GeneralRe: NT Services Pin
udaybhaskar_nori20-Jan-06 0:26
udaybhaskar_nori20-Jan-06 0:26 
GeneralRe: NT Services Pin
ThatsAlok20-Jan-06 0:41
ThatsAlok20-Jan-06 0:41 
QuestionQuestion about MFC ActiveX Control Function Pin
godspeed12319-Jan-06 17:11
godspeed12319-Jan-06 17:11 
Questionbuild project with chosen icon Pin
leenmie19-Jan-06 15:54
leenmie19-Jan-06 15:54 
AnswerRe: build project with chosen icon Pin
Ryan Binns19-Jan-06 17:23
Ryan Binns19-Jan-06 17:23 
AnswerRe: build project with chosen icon Pin
Rajesh R Subramanian19-Jan-06 17:50
professionalRajesh R Subramanian19-Jan-06 17:50 
GeneralRe: build project with chosen icon Pin
leenmie19-Jan-06 22:10
leenmie19-Jan-06 22:10 
GeneralRe: build project with chosen icon Pin
Shraddhan22-Jan-06 17:49
Shraddhan22-Jan-06 17:49 
Questiondefine macro Pin
ILoveCS19-Jan-06 14:19
ILoveCS19-Jan-06 14:19 
AnswerRe: define macro Pin
Ryan Binns19-Jan-06 17:24
Ryan Binns19-Jan-06 17:24 
Questionmax file name length? Pin
nm_11419-Jan-06 12:06
nm_11419-Jan-06 12:06 
AnswerRe: max file name length? Pin
Stephen Hewitt19-Jan-06 12:27
Stephen Hewitt19-Jan-06 12:27 
GeneralRe: max file name length? Pin
nm_11419-Jan-06 13:56
nm_11419-Jan-06 13:56 
GeneralRe: max file name length? Pin
Stephen Hewitt19-Jan-06 13:59
Stephen Hewitt19-Jan-06 13:59 
AnswerRe: max file name length? Pin
Shraddhan22-Jan-06 17:54
Shraddhan22-Jan-06 17:54 
QuestionHow to use custom framebuffer in Win32 Pin
pninja00519-Jan-06 11:01
pninja00519-Jan-06 11:01 
AnswerRe: How to use custom framebuffer in Win32 Pin
Stephen Hewitt19-Jan-06 11:34
Stephen Hewitt19-Jan-06 11:34 

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.