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 wOOdy-Soft 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. JerryAttrick

    Form size different in different Windows OS

    I’ve completed a Delphi project whilst using a desktop running XP. When I run the 'exe' file on a Win98 Laptop the form size and components come out slightly different sizes, thus allowing a peep at the edge of text intended to be hidden at that stage. Can I combat these subtle changes...
  2. JerryAttrick

    How do I imitate Excel tables?

    I have an Excel project using table data selected with VlookUp and wish to emulate that program with a Delphi version stand-alone executable file. I’m using Delphi 6 free edition (no database components). 1. I looked first at arrays; my columnar data is mixed so no good. Also too clumsy to...
  3. JerryAttrick

    How do restore the label background colour to mimic its’ GroupBox back

    Part of a project has labels in a GroupBox. Originally if I changed the GroupBox colour then the label background colour matched the box. The same was true when I changed back. Recently I’ve been experimenting with changing colours. After my tinkering, if I change the GroupBox background...
  4. JerryAttrick

    How can I access current user name?

    I have a simple application where I would like to report the date the application was previously used and who used it, when the CreateForm event occurs. Date seems easy, but how can I find out the current user name to store in the *.ini file for next time? It's obviously silly for each user to...
  5. JerryAttrick

    How to get a Help file running from the Menu

    With assistance from subscribers to this forum, plus researching various web sites, I’ve designed an application that does what I want (well 98% of what I want!). Now I’m trying to add a help menu with zero success. I run a free version of Delphi6. The Delphi User Guide I have is little use...
  6. JerryAttrick

    Icon change on application window

    I’m using Delphi 6 free edition. In the left on the top bar of the application window is an icon followed by the application name (the current Delphi icon shown is a large letter ‘I’ with a small globe). How can I change that Delphi icon to one of my own which has more relevance to the...
  7. JerryAttrick

    Locking Form size

    I wish to prevent a user resizing the window/form. I know I have read somewhere how to do it, and I know it's simple stuff, but I'm darned if I can find the reference. I also know there are no such things as silly questions: so how do I do it? Jerry BOP NZ
  8. JerryAttrick

    How do I avoid problems handling *.ini files?

    In a small project I’d like to save user settings for the next run. I perceive that: - 1. On exit I need to generate an *.ini file storing the settings. 2. On subsequent runs I read back those settings on entry. · On the first run, how do I avoid an (imagined) error situation when I try to...
  9. JerryAttrick

    Where is "Action Manager" on D6 Personal (free)?

    As per "Quick Start" pdf file shipped with my download I'm trying to create a menu, for which (in vain) I seek the Action Manager icon from the "Additional" tab. This program was downloaded some time ago. Can I create a menu without it? If so, how? Or can I add Action Manager component from...
  10. JerryAttrick

    Listbox or Combo to return a value

    A combo box in Excel returns a value indicating which item on the drop-down list has been chosen. Can I do the equivalent in Delphi? How?

Part and Inventory Search

Back
Top