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 Mike Lewis 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: *

  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

    TCanvas, clear?

    I have got an idea!! When you have for example Form1->Canvas you could use Repaint. When you have an image canvas then you could write Form1->Image1->Picture=NULL. I use this kind of code in my programs:D
  4. baptul

    TSpeedButton

    I want to know how could I modify the "Down" property in TSpeedButton component because it remains "false".
  5. 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.
  6. baptul

    Fonts in combobox

    thank you but it doesn't work. i wrote this text in formcreate function and made some correction but with no results. I think that i must use callback function EnumFontsProc but this is only a guess. Help me!!!!!!!
  7. baptul

    Fonts in combobox

    I would like to view all system fonts names in combobox? What should I do?
  8. 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