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

    Edit Box word wrap

    Hello, I would like an edit box that is about 2 or 3 lines big (vertically) and when text enters it, it will be word wrapped around the 3 lines so none of it overflows off of the edges. Is this possible?
  2. subzero349

    Using ShellExecute() - Not working quite right

    Hi, I'm using the following code to execute a dos executable (FullPath) with some arguments and switches (ActiveFileNameAndSwitches): "ShellExecute(Handle,'open',Pchar(FullPath),Pchar(ActiveFileNameAndSwitches), nil,SW_SHOWNORMAL);" The code does work, and it does execute the dos...
  3. subzero349

    Registry PATH change/update withOUT restart

    Hello, I have code that will read a registry entry and write a registry entry. I use this code to read in the PATH registry entry and write some new paths to it. I am modifying the following registry entry: "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session...

Part and Inventory Search

Back
Top