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 Mike Lewis 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
  • 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

    Aaron, Thanks for your respond
  4. 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
  5. lucky34238

    How to hide application from keylogger

    Thank you for your input
  6. 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
  7. lucky34238

    Intercetp "Run Dialog"

    Thank you, I would like to to capture the filename that someone puts into the windows run dialog? Lucky
  8. lucky34238

    Intercetp "Run Dialog"

    aaronjme, The "Run Dialog" is when you click on Start button you will see the Run item. You click on that to fire windows Run Dialog. Lucky.
  9. 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
  10. lucky34238

    VC++ to Delphi

    Thank you again. Lucky
  11. lucky34238

    VC++ to Delphi

    whosrdaddy, You are awesome. I am learning from your code, and do you have any reference that one could relate c++ code into Delphi or vice versa. I want to give your answer 5 stars but I don't know how to do it in this forum. Thanks again. Lucky
  12. 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 =...
  13. lucky34238

    Form Resize Tips

    Aaron, Thank you, it's very good information. Lucky
  14. 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
  15. lucky34238

    Open application to a tabsheet

    Whosrdaddy, Thank you, your code works beautifully. Now, I will have to figure out how to put it on a dynamically created tabsheet. Thanks again. Lucky
  16. lucky34238

    Open application to a tabsheet

    Whosrdaddy, Awesome, thank you very much. I will try when I get off from work today. Again, thank you for your time and effort to help. Any other ideas would be greatly appreciated. Lucky
  17. lucky34238

    Open application to a tabsheet

    Griffyn, Thank you for your direction. Meanwhile, I still want this question to remain open for more help. Lucky
  18. 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