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 Shaun E 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: sassygirl
  • Content: Threads
  • Order by date
  1. sassygirl

    C++ Fatal Error vcl1.h(9): Include files nested too deep

    Hi there, This problem is probably stemmed from upgrading from Borland Builder 4.0 to 5.0. Does anyone know how to solve this error of #include <vcl0.h> being nested too deep? Thanks a bunch! -sassygirl
  2. sassygirl

    Active Tabsheet?

    Hi, Here's the simple setup that'll require a simple answer. I've got a PageControl with a couple TabSheets. How do I make a Button click to select a particular TabSheet to be on top? =) -sassygirl
  3. sassygirl

    DDE capability with Labview?

    Hiya, Thanks to everyone's help in the forum, I completed my first Borland Builder device driver <handing out Hershey Kisses> =). My task now is to allow Labview to access my driver through DDE(Dynamic Data Exchange) in order to automate testing. So my question may be a Labview...
  4. sassygirl

    Allowing the user to press &quot;Enter&quot; in a TEdit

    Hi all, I want to make my program user friendly by allowing the user to press &quot;Enter&quot; after editting a value in a TEdit box. After pressing &quot;Enter&quot; or the return key, I want Borland to call a function. Simple as that. Any ideas? =) -sassygirl
  5. sassygirl

    How do you make active or highlight text?

    Hi all, To be simple, here is the setup. There are only two components: a BitBtn and a TEdit. This is what I want: After clicking on the BitBtn, it will automatically go to the TEdit box and make active or highlight whatever value is in the TEdit box. Simple enough? =) Thanks for you...
  6. sassygirl

    Using UpDown with Hex numbers

    Hiya, Borland has a nifty Win32 feature which is UpDown; however, it seems to only allow you to increment or decrement decimal numbers. In my case, I need to increment and decrement Hex numbers. What to do? =) -sassygirl
  7. sassygirl

    Utilizing Tag property w/ For loop?

    Hiya, This is the setup: I have 80 TBitBtn's and each one has it's own information. By clicking on a button, it sends that information to a couple displays. Then, from there I do calculations from the display's->Text. This is what I intend to do: I need for Borland to...

Part and Inventory Search

Back
Top