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 wOOdy-Soft 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. dominochmiel

    Stringgrid problems with cell width

    I'm using StringGrid. My problem is to fill up cells with long strings. I don't know how to check which string is to long for the cell. In other words I don't know how to check string width. If somebody could help I would be very grateful.
  2. dominochmiel

    TThread

    I'm developing a multi thread application and I don't know is there any other way to send params to thread than constructor. Can I send params to thread while he is working??
  3. dominochmiel

    Killing connection

    I want to kill internet connection by using my app. Is there any way to do it. Hilfe bitte;
  4. dominochmiel

    Problems with TMainMenu

    I want to change colors in menu. For example I want to make menu background blue. Do you know how can I do it??? Thanks for help.
  5. dominochmiel

    MS Excel spreadsheet interface

    Is anyone able to give some suggestions / tips on interfacing with an MS Excel spreadsheet. Thanks
  6. dominochmiel

    Hidding application in taskbar

    I need to hide my app to tray. I'm calling Application->Minimize;. But after it my application is still showing itself at task bar. How can I hide it;
  7. dominochmiel

    App size

    I wrote application using dll library. Both dll and app are using functions from vcl library. Is there any way to put vcl library in package and order both app and library to use this package instead enclosing it two times. If not are there any other ways to decrease size of executable code...
  8. dominochmiel

    Writing data at end of file

    I have big text file.I need to write small number of bytes at end of this file. Can I do it without reading whole file?? Thanks for help.
  9. dominochmiel

    Keyboard hook

    I wrote a program using hook(it doesn't matter is this keyboard hook or message hook or else) which works perfectly until I don't want to capture all messeges or key events in system. It works only when identifier of the thread with which the hook procedure is to be associated is HInstance. But...
  10. dominochmiel

    Using Visual C++ class in C++ Builder

    Is there any possibility of using microsft visual c++ class (for example CInternetConnection) in C++ Builder. Thanks for help.
  11. dominochmiel

    Key capture

    I need to write programm which can catch every key press or mouse event in windows. Friend told me that I can use something called Hook but I can't find how it works. Please help me?
  12. dominochmiel

    Problem with LPSHELLFOLDER

    Can anybody tell me why this code after terminating app gives me an exception EAccessViolation. void __fastcall TForm1::Button1Click(TObject *Sender) { LPMALLOC as; String APath="C:\\asd.txt"; LPSHELLFOLDER lpsf,lpssf; LPENUMIDLIST lpenumidlist; LPITEMIDLIST lpidl=NULL...
  13. dominochmiel

    App related with file extension

    I need to know how can i connect my application with file extension. In short I need to now how to open graphic file in my app just clicking on file icon. Thanks for help.
  14. dominochmiel

    File list

    I need to get list of files from folder. I used FindFirst() FindNext() but it doesn't satisfy me. Is there any other way to do it??
  15. dominochmiel

    TOpenPictureDialog & .png

    Hi. I've got a small problem. I want to open png file. I wrote a programme using TOpenDialog(it works perfectly) But when I use TOpenPictureDialog it shows me exception EInvalidGraphic. Can anybody tell me how to repair this!

Part and Inventory Search

Back
Top