timmay3141
Programmer
I want to make a dialog box where I can enter values for a three dimentional vector, but I want to be able to enter them in either spherical or cylindrical coordinates. I want to put the Greek letters commonly used for these values (rho, phi, theta) before edit boxes. It should look like this, except use actual Greek letters:
_________
rho = |________|
_________
phi = |________|
_________
theta = |________|
So my question is, how can I get Greek letters into static text? I tryed copying and pasting, but it pasted a question mark instead of the Greek letter.
_________
rho = |________|
_________
phi = |________|
_________
theta = |________|
So my question is, how can I get Greek letters into static text? I tryed copying and pasting, but it pasted a question mark instead of the Greek letter.