I have been trying to add a button to the taskbar for every MDI
Window i create in my program (like office 2000 apps). But
i can't get it to work.
After investigate I find that there a C++ class called
"ITaskbarList" that do the job but, Is posible to get
it to work with PB?
It have a AddTab and DeleteTab functions.
Any advice will be apreciated
Thanks
Steve
PD. If any have a trick that do the job without "ITaskbarList" also post it
------------------
Window i create in my program (like office 2000 apps). But
i can't get it to work.
After investigate I find that there a C++ class called
"ITaskbarList" that do the job but, Is posible to get
it to work with PB?
It have a AddTab and DeleteTab functions.
Any advice will be apreciated
Thanks
Steve
PD. If any have a trick that do the job without "ITaskbarList" also post it
------------------
Comment