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

  1. dlare9

    [TLib Error] library too large, please restart with library page size

    ^ I've already found the solution. I guess I'm just tired. Anyway,thanks for reading my post. Regards, dlare9
  2. dlare9

    [TLib Error] library too large, please restart with library page size

    Hello, I am trying to compile a library but I got this error message. "[TLib Error] library too large, please restart with library page size 32" I'm using BCB 6. And I cannot find where in the project options that I can modify the library size. Thanks.
  3. dlare9

    Adding temp value to TComboBox (csDropDownList)

    I've a Combo box with Style = csDropDownList. What I want is to add a temporary content to the list, for example "<Select Item>". This value would be only be present on first load. Once the user select an item it would not be present anymore. What I've done is set the ItemIndex to -1 and Text...
  4. dlare9

    Using TMemo

    Thanks for the help! Just one final question though. How do you modify the content of a particular line in TMemo?
  5. dlare9

    Using TMemo

    How do I put value in the Memo lines ,programatically? I know I can use the Object Inspector to initialize the Memo. I creating a program that would let you put value in the Memo in a pecific line no. Currently I stuck on this. Any help would be much appreciated Thanks, dlare9
  6. dlare9

    Font in Form becomes too large

    Forgot to mention that the buttons in my forms are somewhat misplaced and can't be shown completely no matter what adjustment to the form I make. Regards, gerald
  7. dlare9

    Font in Form becomes too large

    Hi again, I don't know if anyone have experience this, but some of my label becomes too large that it exceed my form . This Happens when I change my font size in my display properties to "large" and "extra large". Is there a way to make my label to adjust depending on the system font size...
  8. dlare9

    Problem when main form is run in minimize state.

    thanks for the idea. I was able to fix my code.
  9. dlare9

    Changing IP Address Programmatically

    Can I use BCB V6 to change my IP Address Programmatically? I'm just wondering if I could change my IP address automatically by just clicking a button. if yes, can I have a link or tutorial site. thanks in advance, gerald
  10. dlare9

    Problem when main form is run in minimize state.

    hi, I've created a function that would save all application's information to an ini file when the application(Form) closes. The only problem occurs when you close the apllication and the main window is in minimized and then run the application again. The application would open to the its last...
  11. dlare9

    Child forms sometimes does not appear?

    thanks for the reply.
  12. dlare9

    Child forms sometimes does not appear?

    Hi to all, I've created a application using BCB V6. The only problem in my application is that sometimes the child forms in my application failed to appear (or initialize). the child here is TForm and the main form is a TFrom also. Is there something wrong in my application, Is this a bug in...

Part and Inventory Search

Back
Top