Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: path of the application Pin
David Crow10-Nov-06 2:29
David Crow10-Nov-06 2:29 
GeneralRe: path of the application Pin
prasad_som10-Nov-06 2:34
prasad_som10-Nov-06 2:34 
AnswerRe: path of the application Pin
Rage10-Nov-06 1:09
professionalRage10-Nov-06 1:09 
GeneralRe: path of the application Pin
radhika2810-Nov-06 2:04
radhika2810-Nov-06 2:04 
QuestionHow relieable is _CrtDumpMemoryLeaks() ? Pin
Mr.Brainley10-Nov-06 0:11
Mr.Brainley10-Nov-06 0:11 
AnswerRe: How relieable is _CrtDumpMemoryLeaks() ? Pin
Chris Losinger10-Nov-06 4:34
professionalChris Losinger10-Nov-06 4:34 
QuestionAbout Web Installer Pin
Ishani Bose9-Nov-06 23:49
Ishani Bose9-Nov-06 23:49 
Questionwin service - sockett events not fired Pin
snxxxxt9-Nov-06 23:47
snxxxxt9-Nov-06 23:47 
i'm working on a service app(derives frm System::ServiceProcess::ServiceBase).
the service uses a 3rd party lib for network support which has its socket classes almost as the same as implemented by MFC lib.
----
the control flow of my service is-
onstart
start timer 10 secs
thats it
on elapse of timer
start a thread
thats it
the thread
create a socket obj
sockobj->listen // this returns immediately
thats it
onstop
destroy the sockobj
exit service
----
Now, the sock class triggers an event on client connection request(i.e. , OnAccept). this is where i'm stuck, the event doesn't get fired, or atleast my OnAccept doesn't get called. the sock obj is alive untill Onstop of the service. i've an application (not a service) which runs almost the same code, but, ah, this service freaks outConfused | :confused: .
any tips on this reg appreciated
thanks

snexxxxt

AnswerRe: win service - sockett events not fired Pin
Mark Salsbery10-Nov-06 5:02
Mark Salsbery10-Nov-06 5:02 
Questionadd the button on internet explorer [modified] Pin
johnalek9-Nov-06 23:24
johnalek9-Nov-06 23:24 
AnswerRe: add the button on internet explorer Pin
prasad_som10-Nov-06 0:38
prasad_som10-Nov-06 0:38 
QuestionInitializeSecurityContext fail on win98 with SEC_E_UNSUPPORTED_FUNCTION Pin
Kom29-Nov-06 22:46
Kom29-Nov-06 22:46 
QuestionClass BasicExcel Pin
Andy2029-Nov-06 22:43
Andy2029-Nov-06 22:43 
Questionhandling keyboard keys Pin
Sunshine Always9-Nov-06 22:40
Sunshine Always9-Nov-06 22:40 
AnswerRe: handling keyboard keys Pin
Rajesh R Subramanian9-Nov-06 23:52
professionalRajesh R Subramanian9-Nov-06 23:52 
QuestionHow to remove unused resource IDs ? Pin
albuemil9-Nov-06 22:26
albuemil9-Nov-06 22:26 
AnswerRe: How to remove unused resource IDs ? Pin
prasad_som9-Nov-06 22:45
prasad_som9-Nov-06 22:45 
GeneralRe: How to remove unused resource IDs ? Pin
albuemil9-Nov-06 23:50
albuemil9-Nov-06 23:50 
QuestionUSB communication Pin
harsha_12349-Nov-06 22:20
harsha_12349-Nov-06 22:20 
AnswerRe: USB communication Pin
Rajesh R Subramanian9-Nov-06 23:55
professionalRajesh R Subramanian9-Nov-06 23:55 
QuestionHow to Highlight last selected string in Combo box? Pin
Shah Satish9-Nov-06 21:52
Shah Satish9-Nov-06 21:52 
AnswerRe: How to Highlight last selected string in Combo box? Pin
dharani9-Nov-06 21:56
dharani9-Nov-06 21:56 
GeneralRe: How to Highlight last selected string in Combo box? Pin
Shah Satish9-Nov-06 22:06
Shah Satish9-Nov-06 22:06 
GeneralRe: How to Highlight last selected string in Combo box? Pin
dharani9-Nov-06 22:21
dharani9-Nov-06 22:21 
GeneralRe: How to Highlight last selected string in Combo box? Pin
Shah Satish9-Nov-06 22:31
Shah Satish9-Nov-06 22: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.