Click here to Skip to main content
15,916,432 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Interesting Problem with IOCP and AcceptEx() :: Winsock Pin
valikac8-Oct-03 5:39
valikac8-Oct-03 5:39 
GeneralOutput box. Pin
esepich7-Oct-03 15:23
esepich7-Oct-03 15:23 
GeneralRe: Output box. Pin
Mike Danberg7-Oct-03 17:07
Mike Danberg7-Oct-03 17:07 
GeneralRe: Output box. Pin
Blake Coverett7-Oct-03 20:35
Blake Coverett7-Oct-03 20:35 
Questionhow to disable a item of TabCtrl?? Pin
Grrrr7-Oct-03 14:55
Grrrr7-Oct-03 14:55 
AnswerRe: how to disable a item of TabCtrl?? Pin
KaЯl8-Oct-03 3:18
KaЯl8-Oct-03 3:18 
Generalrunning c++ as NT service Pin
lasher1697-Oct-03 14:24
lasher1697-Oct-03 14:24 
GeneralRe: running c++ as NT service Pin
Mike Dimmick7-Oct-03 23:24
Mike Dimmick7-Oct-03 23:24 
Services are really too big a topic to discuss here. I suggest a book: Programming Server-Side Applications for Windows 2000[^], by Jeff Richter and Jason Clark (MS Press).

SRVany and similar programs don't really run your program as a service - they only start up a copy of your program in the service's security context when the service is started, and kill it off (with TerminateProcess, IIRC) when it's stopped.
GeneralI want to know which control is focused! Pin
vancouver7777-Oct-03 13:51
vancouver7777-Oct-03 13:51 
GeneralRe: I want to know which control is focused! Pin
Abin7-Oct-03 14:08
Abin7-Oct-03 14:08 
GeneralMonthly payment Pin
iasaber7-Oct-03 13:27
iasaber7-Oct-03 13:27 
GeneralRe: Monthly payment Pin
Mike Danberg7-Oct-03 17:55
Mike Danberg7-Oct-03 17:55 
GeneralRe: Monthly payment Pin
armentage8-Oct-03 8:18
armentage8-Oct-03 8:18 
Questionwhat to implement for the "open with" option? Pin
Binayak7-Oct-03 12:41
Binayak7-Oct-03 12:41 
General64 bit processor Pin
DougW487-Oct-03 11:52
DougW487-Oct-03 11:52 
GeneralRe: 64 bit processor Pin
Terry O'Nolley7-Oct-03 14:08
Terry O'Nolley7-Oct-03 14:08 
GeneralLOL Pin
DougW487-Oct-03 14:36
DougW487-Oct-03 14:36 
GeneralRe: LOL Pin
alex.barylski7-Oct-03 18:22
alex.barylski7-Oct-03 18:22 
GeneralRe: LOL Pin
Terry O'Nolley8-Oct-03 2:28
Terry O'Nolley8-Oct-03 2:28 
GeneralRe: 64 bit processor Pin
KaЯl8-Oct-03 3:05
KaЯl8-Oct-03 3:05 
GeneralRe: 64 bit processor Pin
Maxwell Chen7-Oct-03 21:15
Maxwell Chen7-Oct-03 21:15 
GeneralUpgrade MFC project to VS.Net 2003 Pin
Rainer Mangold7-Oct-03 11:47
Rainer Mangold7-Oct-03 11:47 
GeneralRe: Upgrade MFC project to VS.Net 2003 Pin
Mike Dimmick7-Oct-03 23:38
Mike Dimmick7-Oct-03 23:38 
GeneralRe: Upgrade MFC project to VS.Net 2003 Pin
Rainer Mangold8-Oct-03 10:13
Rainer Mangold8-Oct-03 10:13 
QuestionCAN ANYONE HELP AN APSIRING LEARNER OF C++??? Pin
Ro Douse7-Oct-03 11:00
sussRo Douse7-Oct-03 11:00 

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.