Click here to Skip to main content
15,909,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Printing Landscape mode Pin
lisoft30-Nov-04 16:16
lisoft30-Nov-04 16:16 
GeneralRe: Printing Landscape mode Pin
Anonymous30-Nov-04 16:26
Anonymous30-Nov-04 16:26 
GeneralRe: Printing Landscape mode Pin
lisoft30-Nov-04 17:53
lisoft30-Nov-04 17:53 
GeneralRe: Printing Landscape mode Pin
Anonymous30-Nov-04 19:04
Anonymous30-Nov-04 19:04 
QuestionHow to compile .exe without trash ? Pin
mirex30-Nov-04 9:24
mirex30-Nov-04 9:24 
AnswerRe: How to compile .exe without trash ? Pin
BlackDice30-Nov-04 10:16
BlackDice30-Nov-04 10:16 
GeneralRe: How to compile .exe without trash ? Pin
mirex1-Dec-04 4:54
mirex1-Dec-04 4:54 
GeneralRe: How to compile .exe without trash ? Pin
Blake Miller1-Dec-04 5:29
Blake Miller1-Dec-04 5:29 
GeneralRe: How to compile .exe without trash ? Pin
mirex2-Dec-04 3:28
mirex2-Dec-04 3:28 
GeneralRe: How to compile .exe without trash ? Pin
Blake Miller2-Dec-04 3:57
Blake Miller2-Dec-04 3:57 
GeneralRe: How to compile .exe without trash ? Pin
mirex2-Dec-04 20:29
mirex2-Dec-04 20:29 
GeneralRe: How to compile .exe without trash ? Pin
Blake Miller3-Dec-04 4:00
Blake Miller3-Dec-04 4:00 
GeneralRe: How to compile .exe without trash ? Pin
mirex3-Dec-04 22:42
mirex3-Dec-04 22:42 
Generalcrecordset moveNext truncate Pin
Anonymous30-Nov-04 9:19
Anonymous30-Nov-04 9:19 
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 

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.