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 John Tel 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: redGSRguy
  • Content: Threads
  • Order by date
  1. redGSRguy

    Tab page more visible

    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...
  2. redGSRguy

    Dialog Pop-up box/window?

    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...
  3. redGSRguy

    Moving the Text cursor to a new box.

    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...
  4. redGSRguy

    Editbox

    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...
  5. redGSRguy

    Greying out radio boxes.

    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).
  6. redGSRguy

    String Hex # into a value

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

Part and Inventory Search

Back
Top