programmatically open new task scheduler look

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'd like to know how to open new Task Scheduler look programmatically from
MFC application. Currently we are using Task Schd. 1.0 API to display
properties page of task. This still opens task schd. with old look [like on
XP]. How do I open task scheduler with new looks of Vista?

One bug I found is in Vista Korean: when task scheduler is opened with 1.0
API, two of the checkbox buttons [on the first page] overlap. Microsoft
should look into this and fix for next SP. This is the reason why we want to
open TS with new Vista look.

Any help would be greatly appreciated.
 
I'd like to know how to open new Task Scheduler look programmatically from
MFC application. Currently we are using Task Schd. 1.0 API to display
properties page of task. This still opens task schd. with old look [like on
XP]. How do I open task scheduler with new looks of Vista?

The Task Scheduler 2.0 API does not contain any display pages like the
1.x API does. You will need to do all the UI work in your MFC
program.

---------+---------+---------+---------+---------+---------+---------+
Joseph K
Seattle, WA, USA
 
Back
Top