CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1

    Does anyone know if there is an api call that sets the font size of a textbox?

    Does anyone know if there is an api call that sets the font size of a textbox? I noticed that there is just about everything execept settextsize. Thanks.


  2. #2
    Join Date
    Jun 2000
    Posts
    4

    Re: Does anyone know if there is an api call that sets the font size of a textbox?

    Why don't use try:

    Text1.FontSize = 12



    or

    Text1.Font.Size = 10





  3. #3

    Re: Does anyone know if there is an api call that sets the font size of a textbox?

    no. thanks but i need to change the font size of a textbox not in my program.


  4. #4
    Join Date
    Jun 2000
    Posts
    4

    Re: Does anyone know if there is an api call that sets the font size of a textbox?

    In this case I think you are out of luck. I am sorry.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured