Click here to Skip to main content
15,921,884 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows API Functions Pin
Cedric Moonen5-Nov-09 23:08
Cedric Moonen5-Nov-09 23:08 
GeneralRe: Windows API Functions Pin
Pryabu5-Nov-09 23:13
Pryabu5-Nov-09 23:13 
GeneralRe: Windows API Functions Pin
Game-point6-Nov-09 2:45
Game-point6-Nov-09 2:45 
GeneralRe: Windows API Functions Pin
Cedric Moonen6-Nov-09 7:30
Cedric Moonen6-Nov-09 7:30 
Questionhow to convert word(or)excel document to pdf [modified] Pin
eswar pothula5-Nov-09 19:39
eswar pothula5-Nov-09 19:39 
AnswerRe: how to convert word(or)excel document to pdf Pin
Richard MacCutchan5-Nov-09 22:44
mveRichard MacCutchan5-Nov-09 22:44 
AnswerRe: how to convert word(or)excel document to pdf Pin
David Crow6-Nov-09 3:35
David Crow6-Nov-09 3:35 
QuestionWhy is this delete not crashing Pin
Hari_165-Nov-09 18:22
Hari_165-Nov-09 18:22 
AnswerRe: Why is this delete not crashing Pin
Tim Craig5-Nov-09 18:35
Tim Craig5-Nov-09 18:35 
GeneralRe: Why is this delete not crashing Pin
Hari_165-Nov-09 18:54
Hari_165-Nov-09 18:54 
GeneralRe: Why is this delete not crashing Pin
Tim Craig5-Nov-09 19:45
Tim Craig5-Nov-09 19:45 
GeneralRe: Why is this delete not crashing Pin
Adam Roderick J5-Nov-09 21:49
Adam Roderick J5-Nov-09 21:49 
GeneralRe: Why is this delete not crashing Pin
Hari_165-Nov-09 21:53
Hari_165-Nov-09 21:53 
QuestionPlease read my question Pin
RIZWAN ADMANI5-Nov-09 18:13
RIZWAN ADMANI5-Nov-09 18:13 
AnswerRe: Please read my question Pin
Garth J Lancaster5-Nov-09 18:38
professionalGarth J Lancaster5-Nov-09 18:38 
GeneralRe: Please read my question Pin
RIZWAN ADMANI5-Nov-09 18:43
RIZWAN ADMANI5-Nov-09 18:43 
AnswerRe: Please read my question Pin
Michael Schubert5-Nov-09 21:47
Michael Schubert5-Nov-09 21:47 
AnswerRe: Please read my question Pin
Richard MacCutchan5-Nov-09 22:51
mveRichard MacCutchan5-Nov-09 22:51 
AnswerRe: Please read my question Pin
Maximilien6-Nov-09 1:37
Maximilien6-Nov-09 1:37 
AnswerRe: Please read my question Pin
Kushagra Tiwari6-Nov-09 2:17
Kushagra Tiwari6-Nov-09 2:17 
QuestionRun at startup using scheduled tasks Pin
hxhl955-Nov-09 15:49
hxhl955-Nov-09 15:49 
AnswerRe: Run at startup using scheduled tasks Pin
«_Superman_»5-Nov-09 15:55
professional«_Superman_»5-Nov-09 15:55 
The Windows Task Scheduler is exposed to applications only via COM interfaces.
To add to the run registry keys, you have to be an administrator.

But I'm not sure if you need admin previleges to create a shortcut in the StartUp folder.
The statup folder is at C:\Users\<username>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup.

«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

GeneralRe: Run at startup using scheduled tasks Pin
hxhl955-Nov-09 16:14
hxhl955-Nov-09 16:14 
GeneralRe: Run at startup using scheduled tasks Pin
«_Superman_»5-Nov-09 16:18
professional«_Superman_»5-Nov-09 16:18 
GeneralRe: Run at startup using scheduled tasks [modified] Pin
hxhl955-Nov-09 16:36
hxhl955-Nov-09 16:36 

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.