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 Wanet Telecoms Ltd 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: lucky34238
  • Content: Threads
  • Order by date
  1. lucky34238

    Delete last characters from a file

    Hello everyone, How do you delete or remove the last characters from a file by Delphi code? Thank you
  2. lucky34238

    Sound volume in Windows Vista

    Hi everyone, How do set or control sound volume to mute in Windows Vista? I see some codes out there which works with other OS, but when I tried it on Win Vista machine, it does not work. Thank you. Lucky
  3. lucky34238

    How to place a password protected on a saved file

    Hello everyone, Please give me your input on how to place a password protected on a saved file, ie. a text file. Thank you. Lucky
  4. lucky34238

    How to hide application from keylogger

    Hello everyone, Please give me your idea, guides or anything about hiding application from keylogger in Delphi code. Thank you. Lucky
  5. lucky34238

    Intercetp "Run Dialog"

    Hello everyone, How do you intercept the "Run Dialog" feature? For example: if the user type something in edit box of the Run Dialog, and press Enter or Click OK. How do you catch that by Delphi code? Thank you, Lucky
  6. lucky34238

    VC++ to Delphi

    Can anyone convert this vc++ to Delphi? Thank you. ------------------------------- #include <windows.h> #include <msi.h> #include <ostream.h> const char *Word = "{CC29E963-7BC2-11D1-A921-00A0C91E2AA2}"; const char *Excel = "{CC29E96F-7BC2-11D1-A921-00A0C91E2AA2}"; const char *PowerPoint =...
  7. lucky34238

    Form Resize Tips

    Hello all, My application looks different on systems with different type or resolution (Laptop v. Desktop, etc.). The components place on a form are also either smaller or bigger, etc. I am asking for your tips and tricks regarding this issue. Thank you in advance. Lucky
  8. lucky34238

    Open application to a tabsheet

    Hi all, How do you open an application (i.e. notepad.exe) and put it in a new dynamically created tabsheet on a pagecontrol? Thank you. Lucky

Part and Inventory Search

Back
Top