Search results for query: *

  1. P

    Question changing font on a text box

    Thanks for the help!!! YOU ARE AWESOME!!!!!!! I modified your code a touch to achieve my goal ... here it is... Private Sub ChangeFontToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ChangeFontToolStripMenuItem.Click FontDialog1.ShowColor =...
  2. P

    Question changing font on a text box

    OH BOY!!! I posted this before i checked your code... Yours looks much better... Im trying to check it out now... You can email me at peskykid eighty two at gmail dot com.. make the eighty two 82 and the at an @ and the dot a . Sorry for the crazy way but spam bots i do not like...
  3. P

    Question changing font on a text box

    Half way there!!! OK i got it... now the question is... how to change the color and bold, underline yada yada yada.... Sorry it took so long to get back to you.. If dr = Windows.Forms.DialogResult.OK Then Dim pos As Integer For pos = 0 To Me.Controls.Count - 1...
  4. P

    Question changing font on a text box

    can I send it to you directly instead of posting it
  5. P

    Question changing font on a text box

    if I had a choice I would like to use the font dialog only problem is the read only properties are killing me
  6. P

    Question changing font on a text box

    okay... agreed.. can you help me implement this code so it will work with my program.. Cb
  7. P

    Question changing font on a text box

    Hi again... Thanks for the code snipet... I am having trouble implementing this code... Here is what I have... Private Sub ChangeFontToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ChangeFontToolStripMenuItem.Click FontDialog1.ShowApply =...
  8. P

    Question changing font on a text box

    hello all... I am writing a program in vb.net 2008 ... I want the user to be able to change the font on a different form, however any code that I try and write comes up with the error code property is read only.. I hope I have given sufficient detail... oh one more thing I am trying to use...
Back
Top