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. scoopbh

    notebook transparent

    Hi, Anyone knows a component like the native notebook component that allows back transparency? I have a form that I need to put many controls, using the same space, I think that using notebook is better than using panels, what do you think? And the problem is that my form have a gradient...
  2. scoopbh

    image in a listview

    Hi, I want to put a image in a subitem of a listview, but I wish to put it in the right side of the subitem. I know that the only way to do this is with the oncustomsubitemdraw, but I dont know how to do this. Also, when we associate a imagelist to listview even if you leave image index of a...
  3. scoopbh

    Form close problem

    Hi, I'm building a software with many forms. I'm having problem to browse through one form to another. When I close a form their variables, items in lists, objects are not free, when I open the form again the value are still there. I'm using formX.show to open a form, and I tried formX.free...
  4. scoopbh

    Problem with opendialog

    I'm using opendialog to get a file name and put it in a string var (i dont need to load the file into memory, I only need the file name): procedure TForm1.button1Click(Sender: TObject); var n: string; begin if opendialog1.Execute then n:= opendialog1.FileName; end; It works well, but I get a...
  5. scoopbh

    LIstview subitemns

    Hi, I have a listview with some rows: my listview: [caption] [subitem1] [subitem2] row1 green red row2 blue yellow row3 etc question 1) I want to do this:when a row is clicked, I need to put the text of subitem2 in a label.caption. If I click in row 1 the...
  6. scoopbh

    Problem saving with TfileStream

    Hi, I need a method to save a object (with structure and data) to a file, then recover the data to store it in object of the same type. (in the example I save object tim[1] and then load it from file to tim[2] they are teamme type). I tried the procedure below, it works fine, but (it's hard to...

Part and Inventory Search

Back
Top