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 Chris Miller 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. mirodel

    write more than 256 symbols on top of a TImage

    I've got such a problem: I need to write a text on top of a TImage component but it's more than 256 symbols. I want to write it in 1)one 2)transparent component. Is there such a component or any other way to do it?
  2. mirodel

    The button on the task bar stays on Close. Why?

    10x very much!!! The system monitor says that the application has 17 threads. Well it really seems to be a Windows bug. I've also tried the program on a win2000 platform but the problem is the same. Sggaunt, that really fixed the bug!
  3. mirodel

    The button on the task bar stays on Close. Why?

    Hi there, Tough problem: when I close my application the button on the task bar indicating that my program is running does not disappear. If I click on it then it disappears. I close my program in the normal way: Close; What could be the problem?
  4. mirodel

    JPEG image loading trouble

    Thanks very much!!! I found out that a BMP image is loaded much faster than a JPG image and I think that the problem could be solved if I use LoadFromFile and open a BMP image. That way the huge BMP image won't be imported into my EXE fail.
  5. mirodel

    JPEG image loading trouble

    Hi, When i put a TImage component on my form and assign a jpg image of about 200KB it displays it too slowly.(that's for a P2 200Mhz). Is there any other way to put it into the memory before displaying it on the screen? Any suggestions?
  6. mirodel

    Open PDF file from my program. How ?

    I forgot to tell you that I've tried to use ShellExecute but it didn't open the file : ShellExecute(0,nil,'C:\x.pdf',nil,'',sw_show);
  7. mirodel

    Open PDF file from my program. How ?

    Hi, I need a solution to these: when I click on a button on my form a PDF file should open. How could I do that ? 10x !!!

Part and Inventory Search

Back
Top