Click here to Skip to main content
15,886,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Encryption Algorithm Pin
cp98764-Oct-07 21:12
cp98764-Oct-07 21:12 
QuestionScheduler Problem Pin
Suneet.034-Oct-07 20:06
Suneet.034-Oct-07 20:06 
AnswerRe: Scheduler Problem Pin
Michael Dunn4-Oct-07 20:52
sitebuilderMichael Dunn4-Oct-07 20:52 
GeneralRe: Scheduler Problem Pin
Suneet.034-Oct-07 21:31
Suneet.034-Oct-07 21:31 
QuestionRe: Scheduler Problem Pin
David Crow5-Oct-07 3:44
David Crow5-Oct-07 3:44 
AnswerRe: Scheduler Problem Pin
Suneet.037-Oct-07 19:07
Suneet.037-Oct-07 19:07 
QuestionRe: Scheduler Problem Pin
David Crow8-Oct-07 2:51
David Crow8-Oct-07 2:51 
AnswerRe: Scheduler Problem Pin
Suneet.038-Oct-07 18:58
Suneet.038-Oct-07 18:58 
This is the flow :

hr = pITask->SetApplicationName(pwszApplicationName);

TCHAR pszName[500] = "User";
TCHAR pszPwd[500] = "Password";

hr = pITask->SetAccountInformation((LPCWSTR)pszName, (LPCWSTR)pszPwd);

hr = pITask->CreateTrigger(&piNewTrigger,&pITaskTrigger);

hr = pITaskTrigger->SetTrigger (&pTrigger);

hr = pIPersistFile->Save(NULL,TRUE); // Here Error is getting Logged in SchedLgU
QuestionRe: Scheduler Problem Pin
David Crow9-Oct-07 2:45
David Crow9-Oct-07 2:45 
AnswerRe: Scheduler Problem Pin
Suneet.039-Oct-07 18:16
Suneet.039-Oct-07 18:16 
GeneralRe: Scheduler Problem Pin
David Crow10-Oct-07 2:54
David Crow10-Oct-07 2:54 
Questionfatal error Pin
srvsah4-Oct-07 19:50
srvsah4-Oct-07 19:50 
AnswerRe: fatal error Pin
srvsah4-Oct-07 19:57
srvsah4-Oct-07 19:57 
GeneralRe: fatal error Pin
srvsah4-Oct-07 20:01
srvsah4-Oct-07 20:01 
AnswerRe: fatal error Pin
Programm3r4-Oct-07 20:47
Programm3r4-Oct-07 20:47 
QuestionHow to dele the content of File byUsing File Operation Pin
varun014-Oct-07 19:11
varun014-Oct-07 19:11 
AnswerRe: How to dele the content of File byUsing File Operation Pin
Nishad S4-Oct-07 19:37
Nishad S4-Oct-07 19:37 
AnswerRe: How to dele the content of File byUsing File Operation Pin
Waldermort4-Oct-07 19:38
Waldermort4-Oct-07 19:38 
GeneralRe: How to dele the content of File byUsing File Operation Pin
Nishad S4-Oct-07 20:18
Nishad S4-Oct-07 20:18 
AnswerRe: How to dele the content of File byUsing File Operation Pin
David Crow5-Oct-07 3:48
David Crow5-Oct-07 3:48 
AnswerRe: How to dele the content of File byUsing File Operation Pin
Mark Salsbery5-Oct-07 6:27
Mark Salsbery5-Oct-07 6:27 
QuestionError : Windows.h already defined . Pin
Jhony george4-Oct-07 19:00
Jhony george4-Oct-07 19:00 
AnswerRe: Error : Windows.h already defined . Pin
Nishad S4-Oct-07 19:41
Nishad S4-Oct-07 19:41 
GeneralRe: Error : Windows.h already defined . Pin
Jhony george4-Oct-07 19:51
Jhony george4-Oct-07 19:51 
GeneralRe: Error : Windows.h already defined . Pin
Nishad S4-Oct-07 22:24
Nishad S4-Oct-07 22:24 

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.