Programming suggestions

Wildcat_KoA

New member
Joined
Jun 3, 2005
Messages
3
Programming Experience
Beginner
I've been hired to build a program that allows me to add special chars (whether bitmaps or an actual font) to a collection of them. also clicking on a button that says "box" will draw a box arround the previous 2 and clicking on "Fraction" will put them in fraction form.

The only way i can think to do this is to creat my own font and use it. Any other ideas.
Also im trying to find the command use to get the installed Directory. (im not talking about I0.Directory.GetCurrentDirectory) this one will not work if you opened the program from a link
 
oh yeah i forgot to say that each charect will have its own variations. such as 5 will have the normal 5 plus "5sus" with the sus in superscript and "57" with the seven in superscript
 
srry founf the old post were someone told me about using Application.StartupPath instead of the IO.Directory.GetCurrentDirectory thanks anyway
 
Back
Top