Jump to content

robertjohns

Members
  • Content Count

    64
  • Joined

  • Last visited

Community Reputation

0 Neutral

Technical Information

  • Delphi-Version
    Delphi 10.2 Tokyo

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. robertjohns

    Removing String

    Yes right need to remove strings in brackets including brackets
  2. robertjohns

    Removing String

    Thanks a lot for reply I have Memo line in which there are such strings which are not specific otherwise I can use StringReplace method ,strings are in brackets () and I want to delete those strings which are with brackets suppose This is (string) which need to (remove) Need to delete (string and (remove) from the above
  3. robertjohns

    Removing String

    This is basic and you have tried to replace the string you already know. String can be anything in brackets and need to delete the string including brackets .. all the string occurrences in line which is with bracket need to delet
  4. robertjohns

    Removing String

    I have a string like This is (string) which need to (remove) How can I delete strings (string) and (remove) so that result should be This is which need to
  5. robertjohns

    Getting Win 11 in Delphi

    but on my system TOSVersion.ToString returns Windows 10
  6. robertjohns

    Getting Win 11 in Delphi

    Hi Is there any way to detect the Windows 11 in Delphi like the way OS := TOSVersion.ToString ;
  7. robertjohns

    Wow64EnableWow64FsRedirection

    Hello I am trying to check file existence in both directories c:\windows\system32 and c:\windows\syswow64 I tried to use Wow64EnableWow64FsRedirection true and false method, when I do not use Wow64EnableWow64FsRedirection method I get c:\windows\syswow64 but when I use Wow64EnableWow64FsRedirection(False); I get c:\windows\system32 but issue is when I use Wow64EnableWow64FsRedirection(True); I do not get c:\windows\syswow64 I am actually trying On Disable, c:\windows\system32 On Enable, c:\windows\syswow64
  8. robertjohns

    Cecking Application Execution

    How to implement these methods
  9. robertjohns

    Cecking Application Execution

    No I don't have control over Exe-2, Exe-1 must not run if it is not executed by its own
  10. robertjohns

    Cecking Application Execution

    Is there any possibility to check if the exe is executed by clicking on its own icon or by external exe Suppose Exe-1 and Exe-2 Need to check Exe-1 is whether executed by clicking on its own icon or executed by external Exe-2
  11. robertjohns

    File Search

    Sorry but completely not working on Windows 7 32/64 bit
  12. robertjohns

    Find String in TstringList

    @programmerdelphi2k LFind := ['micro.pds', 'other.cff', 'world.exe']; LWhereIsIt.AddStrings(['hello.tt', 'other.cff', 'world.exe', 'delphi.dp', 'some.pds']); In this case it doesn't work
  13. robertjohns

    Find String in TstringList

    There are no non-printable characters around extensions
  14. robertjohns

    Form Creation

    Yes Exactly I create a Splash Form and free it then check If Splash is created before creating login form
  15. robertjohns

    Form Creation

    I have just give an Example .. I know I can't free MainForm .. I have simply given the name here Form1 and Form2
×