Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I am using VS2013 C#.net for creating my PowerPoint Add-in. In which I am in a situation to create a textbox(only one textbox) that contains titles of each slide and slide number.

Note: I am looping over slides and storing the results in a same string variable.

For example,
the resulting textbox will contain,
Introduction     1
Abstract           2
Code                3
Conclusion       4 ....
And it continues.

But my problem is I should use only textbox and not a table to have the same spacing between text and number.
And I am not able to get the above (table like)spacing.
Can any one please help me get it?
Thanks in Advance!!!
Posted
Updated 18-Mar-15 20:32pm
v2

1 solution

Use a non-proportional font, like courier new.
 
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