Click here to Skip to main content
15,916,188 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,
Could you please let me know how to set or change Window Caption(Title bar) in PowerPoint 2010 ASAP.

--Chary
Posted

HI dave

Thanks for the reply. SetWindowText function is not working for this. Its displaying text on task bar of PPT. But i need text n title bar of PPT2010. Can u pls let me know.

--chary
 
Share this answer
 
Comments
veerakokkonda 29-Mar-11 13:24pm    
HI dave

Actually my requirement is as follows.

We have "CPSPPT" application which is developed in C# framework 2.0 VS 2005 integrated with PowerPoint 2007. So now we are migrated this application in VS 2010 framework 3.5 integrating with PowerPoint 2010. So when run the application PPT window will display with my application Add-In and it should be display database path on title bar(Caption). Its working fine in PPT 2007. But in PPT 2010 the caption(Database path) is not displaying. I need to display the caption on title bar.

Please suggest me the C# code to display caption of PowerPoint 2010.

--Chary
The caoption of the PowerPoint window? WHy would you want to?? Start by reading these[^].

You'll have to get the window handle of PowerPoint, then call SetWindowText to change the titlebar text.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900