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

  • Users: stylonurus
  • Content: Threads
  • Order by date
  1. stylonurus

    DirectoryListBox - FileListBox

    Hopefully this is a simple one but for me I've already spent a few hours on it. Any hints are welcome. I'm using Borland C++ 6 Builder. On a form I have a DirectoryListBox1 and a FileListBox1. In the FileListProperty of the DirectoryListBox I have placed the FileListBox1 name. When I create a...
  2. stylonurus

    Paintbox image conversion to a bitmap file

    I am writing a program which displays waveforms on a form. Actually I use two Paintboxes to display 8 waveforms. The waveforms come to me via the internet from another program I wrote previously. To display the waveforms I use a lot of Ref->Canvas->LineTo calls where Ref is the TPaintBox *...
  3. stylonurus

    Right Click on A ComboBox

    Hi I have a ComboBox which can contain up to 10 strings. I would like to be able to bring up a dialog box when I right click one of the items in the ComboBox. I would like to list two actions in the dialog box; clear and delete. I think the clear should be easy and so should the delete but I...
  4. stylonurus

    FileCreate Problem

    I am creating a TComboBox which will contain a historical list of the last 10 IP addresses entered by the user. At startup, I check to see if the file where I save these addresses exists. I create it if it doesn't. If it does I load the previously saved list. char const = *ComboFNpath...
  5. stylonurus

    Another simple ListBox question

    I really appreciate the response I got yesterday. Thanks so much. I've been working three months on a server-client program and being new to the Borland Build C++ environment I've had to be persistent in order to get my application to work. I have just completed a chat protion of my project...
  6. stylonurus

    Simple ListBox question

    After I add a line of text into a ListBox, I would like to make that line visible. That is I would like to see the last 4 lines. The user can scroll up but when a new line is added I want to insert that that line at the bottom and have it displayed as well. Can anybody please help me. Also, I...

Part and Inventory Search

Back
Top