Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: crecordset moveNext truncate Pin
lisoft30-Nov-04 15:35
lisoft30-Nov-04 15:35 
Generalgenerate .lib file Pin
gecool30-Nov-04 6:44
gecool30-Nov-04 6:44 
GeneralRe: generate .lib file Pin
alex.barylski30-Nov-04 7:30
alex.barylski30-Nov-04 7:30 
GeneralRe: generate .lib file Pin
gecool1-Dec-04 23:14
gecool1-Dec-04 23:14 
GeneralCreateProcess in the service context Pin
pepe_ki30-Nov-04 6:34
pepe_ki30-Nov-04 6:34 
GeneralRe: CreateProcess in the service context Pin
Blake Miller30-Nov-04 6:46
Blake Miller30-Nov-04 6:46 
GeneralRe: CreateProcess in the service context Pin
pepe_ki30-Nov-04 7:03
pepe_ki30-Nov-04 7:03 
GeneralRe: CreateProcess in the service context Pin
Blake Miller1-Dec-04 5:36
Blake Miller1-Dec-04 5:36 
What I meant was that the lpDesktop would NOT be NULL or EMPTY. It needs to be set to the name or handle of the desktop where the services are run. Any windows started on the desktop of the user are going to recieve all sorts of messages about termination when the user logs off.

It is best, if possible, to write services that have NO USER Interface whatsoever. Interact with them via TCP/IP, local RPC, DCOM, memory mapped files, service control commands, etc. Anything but windows!

GeneralRe: CreateProcess in the service context Pin
pepe_ki1-Dec-04 11:12
pepe_ki1-Dec-04 11:12 
GeneralRe: CreateProcess in the service context Pin
pepe_ki1-Dec-04 13:09
pepe_ki1-Dec-04 13:09 
GeneralRe: CreateProcess in the service context Pin
Blake Miller2-Dec-04 3:50
Blake Miller2-Dec-04 3:50 
GeneralRe: CreateProcess in the service context Pin
pepe_ki1-Dec-04 13:30
pepe_ki1-Dec-04 13:30 
Generalautomation arguments array Pin
sougakoff30-Nov-04 6:27
sougakoff30-Nov-04 6:27 
GeneralHelp with regular/extension MFC dll Pin
Dudi Avramov30-Nov-04 6:15
Dudi Avramov30-Nov-04 6:15 
GeneralClipping regions Pin
Rassul Yunussov30-Nov-04 6:13
Rassul Yunussov30-Nov-04 6:13 
GeneralRe: Clipping regions Pin
PJ Arends30-Nov-04 11:32
professionalPJ Arends30-Nov-04 11:32 
GeneralDCOM Pin
Rassul Yunussov30-Nov-04 6:11
Rassul Yunussov30-Nov-04 6:11 
GeneralRe: DCOM Pin
David Crow30-Nov-04 8:08
David Crow30-Nov-04 8:08 
GeneralRe: DCOM Pin
Rassul Yunussov30-Nov-04 18:40
Rassul Yunussov30-Nov-04 18:40 
GeneralWIndows Sucks...GetOpenFileName COInitializeEx(COINIT_MULTITHREADED) Pin
suiram4030-Nov-04 5:54
suiram4030-Nov-04 5:54 
GeneralI found the work Pin
suiram4030-Nov-04 7:24
suiram4030-Nov-04 7:24 
GeneralDisabling ListCtrl Item Pin
brianwelsch30-Nov-04 4:19
brianwelsch30-Nov-04 4:19 
GeneralRe: Disabling ListCtrl Item Pin
alex.barylski30-Nov-04 7:37
alex.barylski30-Nov-04 7:37 
GeneralRe: Disabling ListCtrl Item Pin
alex.barylski30-Nov-04 7:38
alex.barylski30-Nov-04 7:38 
GeneralLabelling Objects Pin
gilazilla30-Nov-04 3:56
gilazilla30-Nov-04 3:56 

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.