Microsoft Visual Basic: theta?

  • alien_poo / 104 / Tues, 09 Mar 2010 22:35:00 GMT / Comments (5)
  • how can I insert this character in one of my label's caption?
  • Keywords:

    theta, microsoft, visual basic, vb

  • http://www.edevs.com/visual-basic/71628/«« Last Thread - Next Thread »»
    1. ****, it doesnt even show up on the forums! its a circle with a bar in it... a greek letter I think

      alien_poo | Mon, 03 Dec 2007 19:53:17 GMT |

    2. label1.caption= ""

      or

      label1.caption = Chr(232)

      Take your pick.

      nkad | Mon, 03 Dec 2007 19:54:17 GMT |

    3. lol, thx but while you were replying, I found out the character didnt show up good on the forums either... I think its a greek letter I am looking for, it's a circle with an horizontal bar in it

      alien_poo | Mon, 03 Dec 2007 19:55:27 GMT |

    4. Try the capital "F" in the Symbol font.

      redbird77 | Mon, 03 Dec 2007 19:56:21 GMT |

    5. What you're looking for is the lower case letter theta. To be able to use it in a label you have to pick a greek font character set.

      joacimandersson | Mon, 03 Dec 2007 19:57:20 GMT |

  • Microsoft Visual Basic Questions

    • upgrade issue from vs2003 to vs2005

      Hello, We upgraded a vs2003 project to vs2005. The project upgraded with out and major issues, howev...

      By john123

    • GroupWise Mail

      He you guys,I have a programm that put's automatic appointments in a persons GroupWise Calander...

      By phoney

    • Remote computer shutdown (power off)

      hi thereI need to shut down w2k machine remotely. I know, that I can use InitiateSystemShutdown API ...

      By lollla

    • STMP Anyone?

      I am looking for a way to access information returned from an SNMP agent (common agent UPS's ru...

      By aries

    • Why does LoadLibrary fail?

      I recently downloaded a sample app that resizes a background image on a MDIform. The app works fine ...

      By andrew, 14 Comments

    • There, Their and Theyre

      Sorry to be the grammar police, but there seems to be a lot of confusion about which of three words ...

      By cafeenman, 41 Comments

    • button and events

      Given a dialog with several buttons. Default behavior is when user press arrow keys to move the focu...

      By vin, 1 Comments

    • MSChart how to print

      [Originally posted by Ron Weller] I have created a graph of my data on the MSChartcontrol. Is there ...

      By anonymous, 3 Comments

    • I get a simple error, but dont know how to fix

      This is my codeOption ExplicitPrivate Sub TerminateProcess(app_exe As String) Dim Process As Obje...

      By gunner54, 7 Comments