programmatically open new task scheduler look

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.
 
J

Joseph_K

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top