Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: baptul
  • Content: Threads
  • Order by date
  1. baptul

    I've got a problem with Play function

    I write a function play, here is a declaration long __stdcall play(int code,long lparam,long wparam); { ...... } And now a want to use this function in SetWindowsHookEx ( I write something like that) int *hook; hook=SetWindowsHookEx(2, play ,Application->Handle,0) And this isn't good idea...
  2. baptul

    Alignment doesn't work!!!!!!!!

    i want to align the text in RichEdit i write something like that RichEdit1->Alignment=faRightJustify but it doesn't change the appearance of the text. What should i do????????
  3. baptul

    TSpeedButton

    I want to know how could I modify the "Down" property in TSpeedButton component because it remains "false".
  4. baptul

    Changing the appearance of TBitBtn

    I want to change the appearance of TBitBtn when i click on it. How can I do this??? I want TBitBtn to look like pushed button.
  5. baptul

    Fonts in combobox

    I would like to view all system fonts names in combobox? What should I do?
  6. baptul

    Changing fonts of the text in RichEdit

    I would like to know how to change font of the part of text in RichEdit(if it's possible if not what kind of component should I use).For example I have in RichEdit this text :"I'm Bart. I have 17 years." and i want to change the font of "17" and makes it bigger. What should...

Part and Inventory Search

Back
Top