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

    setting properties with AIP

    I was wondering how would I be able to to set the background color and forecolor of a textbox using API calls? Thanks.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: setting properties with AIP

    I am wondering why you want to do that when you have the BackColor and ForeColor properties that are so easy to use.
    Well, if you are looking for some API adventure check out SetBkColor and SetTextColor APIs.


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