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...
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 *...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.