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 strongm 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. Destruktion

    Procedure / Function question

    Hey, another question I hope someone can help with. Over the years I have been using Delphi I have created some units that contain procedures and functions that are reusable, for example: function ListBoxIsSelected(ListBox: TListBox): Boolean; begin Result:= ListBox.ItemIndex <> -1; end...
  2. Destruktion

    TActionList ImageIndex question

    Hi, I have an annoyance I hope someone can help with. I am using a TActionList where my actions are stored, these are linked to a TActionManager. The TActionManager is used for a ActionMainMenuBar (to create menu similar to that of Delphi's, Alphablended). I am also using a TToolBar which each...
  3. Destruktion

    Help me convert small VB code

    Hi, I am trying to convert a small fun project from VB (I did not write the VB code, found it at this site: http://www.pinoyunderground.com/showthread.php?s=1dcf8bdc1f9b40525f7bb4d2dad0d641&t=85670&page=2) Anyway this is what i got so far, it compiles and runs but I dont get the same output...
  4. Destruktion

    TreeView to Menu

    Hi, Im trying to copy the structure of a TTreeview to a popup menu, I can do this getting the caption and image of the tree nodes and adding it to the popup menu, but I cant get the parent and child relationship working. Please see my code and help me make the changes. procedure...
  5. Destruktion

    Playing MP3 and MIDI Sequences from TMemoryStream

    Hi, a question for you experts. I have asked in other places but get not answers, this forum seems to be much more helpful so hopefully I can get some help and advice here :) I have a hobby program Im making (a basic music mixer type program) that allows to add tree nodes at runtime and load a...
  6. Destruktion

    Check file is valid and not corrupt?

    Hey, I have a program Im working on that allows user to save contents (treeview streams) to one file to disk, then they can reload the program and open the saved file (just like excel, word, delphi project files etc). That all works great, but I need to detect if the file has been tampered...
  7. Destruktion

    Listbox Duplicates

    I have two listboxes and a generate button. Listbox1 is where i generate and add new random numbers. Listbox2 is the main list where items from Listbox1 are added - if Listbox2 already contains items that are generated in Listbox1 they are not added. Now to the problem, If i click the...

Part and Inventory Search

Back
Top