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

    Version No to About Box

    I have an about box. Any variable, or something which I can use in the form's create method to set it automatically to the version no from my project options? ie. procedure Aboutbox.FormCreate(sender : TObject); begin Label3.caption := Application.version; end; Well, if there was such a...
  2. Canderel

    Debugging and Access Violations

    I have a program that is supposed to run infinately. After about a week I get an access violation (not predictable a week). Is there any way that the information from the error report can actually help me to debug it, and if so how? I inherited the code, so I my understanding of the program...
  3. Canderel

    Changing DBGrid's cell's font

    I have a friend who wants to write inside her DBgrid: Accepted (in green) or Rejected (in red) depending on the value. Can you do this without overriding/overwriting the draw procedure? (with defaultdraw on?) Or just, what is the easiest way to do this? Thanks! o__ ,_.>/ _ (_)_\(_)_______...
  4. Canderel

    Project Icon Disabled

    Hi, I am new here, and I hope to be a regular in due time. I have created a project, and I've been working on it for quite a while. Now that it's nearing completion I am doing the finishing touches... such as the graphics. I made a icon for the system tray (since it is pretty much a...

Part and Inventory Search

Back
Top