Click here to Skip to main content
15,920,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LONGLONG Pin
Gary R. Wheeler24-Apr-05 3:17
Gary R. Wheeler24-Apr-05 3:17 
GeneralRe: LONGLONG Pin
fardak24-Apr-05 4:56
fardak24-Apr-05 4:56 
GeneralRe: LONGLONG Pin
Gary R. Wheeler24-Apr-05 5:09
Gary R. Wheeler24-Apr-05 5:09 
GeneralRe: LONGLONG Pin
fardak24-Apr-05 5:40
fardak24-Apr-05 5:40 
GeneralFilling in an edit box Pin
Yevgeny Efter23-Apr-05 22:55
Yevgeny Efter23-Apr-05 22:55 
GeneralRe: Filling in an edit box Pin
22491724-Apr-05 4:18
22491724-Apr-05 4:18 
GeneralRe: Filling in an edit box Pin
Yevgeny Efter24-Apr-05 6:42
Yevgeny Efter24-Apr-05 6:42 
GeneralRe: Filling in an edit box Pin
Ravi Bhavnani24-Apr-05 7:47
professionalRavi Bhavnani24-Apr-05 7:47 
Generalconsole redirection: output not showing Pin
PatLeCat23-Apr-05 22:50
PatLeCat23-Apr-05 22:50 
GeneralRe: console redirection: output not showing Pin
Gary R. Wheeler24-Apr-05 3:35
Gary R. Wheeler24-Apr-05 3:35 
GeneralRe: console redirection: output not showing Pin
PatLeCat24-Apr-05 4:06
PatLeCat24-Apr-05 4:06 
GeneralRe: console redirection: output not showing Pin
Gary R. Wheeler24-Apr-05 5:14
Gary R. Wheeler24-Apr-05 5:14 
GeneralRe: console redirection: output not showing Pin
PatLeCat25-Apr-05 9:05
PatLeCat25-Apr-05 9:05 
GeneralSaving, Opening and possible conflicts Pin
23-Apr-05 18:48
suss23-Apr-05 18:48 
QuestionHow to know if monitor is connected? Pin
IGx8923-Apr-05 18:35
IGx8923-Apr-05 18:35 
AnswerRe: How to know if monitor is connected? Pin
Andrew Kirillov23-Apr-05 21:59
Andrew Kirillov23-Apr-05 21:59 
GeneralRe: How to know if monitor is connected? Pin
IGx8924-Apr-05 4:08
IGx8924-Apr-05 4:08 
GeneralRe: How to know if monitor is connected? Pin
22491724-Apr-05 4:47
22491724-Apr-05 4:47 
GeneralRe: How to know if monitor is connected? Pin
IGx8924-Apr-05 5:18
IGx8924-Apr-05 5:18 
Generalhelp needed for application Pin
_tasleem23-Apr-05 16:58
_tasleem23-Apr-05 16:58 
GeneralRe: help needed for application Pin
22491723-Apr-05 19:43
22491723-Apr-05 19:43 
GeneralRe: help needed for application Pin
_tasleem24-Apr-05 18:50
_tasleem24-Apr-05 18:50 
GeneralRe: help needed for application Pin
22491724-Apr-05 19:07
22491724-Apr-05 19:07 
tasleem143 wrote:
will it works for all users of that computer and will my application will become a service ( not seen on process list of CTRL+ALt+DEl) in xp.

someone told me that if it does not work then u had to write the service.



As stated in my post, It starts the application only if the user login. To make it work for all user login write to the registry path : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run But remember it requires administrator privilage to write to this key.

But if you are looking to run your application always irrespetive of whether user logs in or not, then you will have to make your application a NT service. There are several good articles here in codeproject to write NT service. CP search.[^]




suhredayan
There is no spoon.

GeneralVectors Pin
glowskull0323-Apr-05 16:35
glowskull0323-Apr-05 16:35 
GeneralRe: Vectors Pin
Ravi Bhavnani23-Apr-05 16:52
professionalRavi Bhavnani23-Apr-05 16:52 

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.