I unzipped the files and added the directory to the library path under tools->environment options->library->library path under BCB5. Then I tried to open the package corresponding to BCB5 but I get a bunch of access errors. Am I doing something incorrect to install this?
I made my UI with the page control tabs and was wondering if there was any way to make the tabs more pronounced. I found something called suiskin which is much more than I needed but it always has their pop-up when I run my program.
Is there a similar program without this pop-up or is there an...
Another question for you gurus here. I want to have a pop up box that depends on the user's input into an edit box. So for example the box is suppose to take in a hex number of length 4.
If they enter a valid 0000-FFFF number no popup will occur.
If the number is too short I want to have a...
Thanks for your advice I managed to use what you said with the OnClick event, the way I was trying it was trying to check if itself was checked and that was messing things up. Thanks again.
Right now I have a bunch of edit boxes. Only the first one is enabled. When you enter a value in the first box and hit enter it calls this function. Which saves the value and enables the next box, how do I get the typing cursor to move to the box that was just enabled? TIA.
void __fastcall...
Hi guys I am using a tab page with a number of pages. On the first page I have a TCheckBox which if this one is checked TCheckBox on page two is also checked. The box on the 2nd page is being used as a sort of status update so you can fill out options on the next page.
However, the checkbox...
Does anyone have any info on how to gray out certain radioboxes/checkboxes if a certain box is not checked? For example if the yes box is checked I want to be able to select some other options underneath it but if it is no then the whole yes section would be greyed out(unclickable).
Oh and I was using OnChange to call my convertToHex function but then I changed it too OnKeyDown checking for key = vk_return, as I saw in a post further down the page. Which one of these ways would be best to use for error checking. I thought the onkeydown would work best since I could check...
Hi I am recently out of school and a pretty big noob when it comes to all this C++ builder stuff.
Right now I made an Edit box which the user is suppose to enter either a 8,6,4 or 2 digit Hex value. I basically want to store this as an integer so I can use the value later.
So far I am taking...
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.