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 bkrike 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: XNOR
  • Content: Threads
  • Order by date
  1. XNOR

    Copy, Paste, etc...

    Hi, i'd like to use the ClipBoard, but what do i do when i have a large number of Edit boxes? Am i left to check each one for Focused() or is there a function that can tell me what component is focused? Even if i were to find out which item was Focused(), how would i call the Object(in this...
  2. XNOR

    Truncate after decimal

    Trying to cut down a float to the hundredth position as in cents. Borland mentions TRUNC, Trunc, Truncate and the such. The error says undefined func and including math.h doesnt help. Let me know if you know whats up or of you have a unique way of doing this. hrmmmm, well, i could clip the...
  3. XNOR

    CheckListBox component help

    How do i use this component? Lets say i have multiple Items (that would be the case anyway right ;)) How do i check to see if one is Checked == true ie: if(CheckListBox1->Item(1) == true) do something; The Borland help files dont explain how to check for and individually checked...
  4. XNOR

    BCB ActiveX HTML CSS components???

    Im looking for any components or patches for my BCB ver4. I want to be able to view a html page that uses style sheets(CSS) with a component in borland. The current one i have only supports regular html. Anyone have a clue where to get such things?
  5. XNOR

    strncmp resulting in OutOfRange error

    hi fellow programmers, a bit of help if you will. :) I am writing a program to search and replace certain lines/strings in a memo/richedit. Here is the code: void __fastcall TForm1::Button2Click(TObject *Sender) { int i; int n=0; int token = 0; //this sets up some strings so i can do a...

Part and Inventory Search

Back
Top