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 Chris Miller 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. ecynaxt

    different coloured text in TMemo or TListBox

    Sounds like it can be adapted to what I'm after. Thanks for that Andrew My other idea was to have a richedit right next to a checklistbox to get the best of both worlds. Its a bit of a bodge but fell down because they would need to scroll in sync. Its a bit off topic but do you know of a way...
  2. ecynaxt

    different coloured text in TMemo or TListBox

    Sorry, I was wrong in my original post. The control I am using is a TCheckListBox. I tried out the RichEdit control and that worked fine, but i would lose my check boxes. Is it possible to change the text colour in a TCheckListBox, maybe by customising the control in some way?
  3. ecynaxt

    different coloured text in TMemo or TListBox

    Just what I need. Thanks. Should of thought of that really.
  4. ecynaxt

    different coloured text in TMemo or TListBox

    Does any body know a way to have text in different colours in a TMemo or TListBox. I am after a way of making only some items in a list appear in a different colour to make them stand out.
  5. ecynaxt

    reading NT/win2k security permissions from delphi

    Do any of you know how you can find out what NT/win2k security permissions are set on a file for the logged in user. At the moment I am testing if a file is 'read-only' before opening it but if the NT/win2k 'read' permission or 'write' permission has been removed I get an error. Does it...
  6. ecynaxt

    repeatability of Random() on different platforms

    It is looking like it is some sort of platform independant issue as a user is getting errors decrytping a file which can be open successfully by us and also if the user trys it on another computer. Any thoughts as to what could be working differently on different platforms. Are there issues...
  7. ecynaxt

    repeatability of Random() on different platforms

    Sadly, I discovered this statement after it had been developed. Changing the source of the random numbers at this stage would be a big job so I need to be sure that this is the source of the problem. We have a child application (D5) that creates encrypted files to be read by the main...
  8. ecynaxt

    repeatability of Random() on different platforms

    I am using Random() as a basis for some simple encryption/decryption and am experiencing some cases where files will not decrypt correctly. Are there known issues with the repeatability of Random() on different windows OS platforms or across version of delphi. The randseed is being set to give...
  9. ecynaxt

    compression

    Paul, I have found bzip/libbzip2. Can it be used to compress a simple string. I am assuming the function bzBuffToBuffCompress could be used to do this though I am not 100% sure of how I would pass in the source and destination. cheers for the help Andy
  10. ecynaxt

    compression

    I am looking for a freeware compression component/class that is capable of both string and file compression, it doesn't have to be pkzip compatable. The most important thing is the size of the compiled code. My application has to fit on a floppy and is already quite tight for space. Some of...
  11. ecynaxt

    Access XP runtime bug

    I have an MDE that has been tested with a full copy of Access XP developer using the /runtime parameter at startup and it works fine. When I run the same MDE on a test machine with the access runtime environment there are a number of issues: One of the combos is not populating (it is not...

Part and Inventory Search

Back
Top