System clock

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jrtox
    New Member
    • Sep 2007
    • 89

    System clock

    Hello expert,
    We all know that system calculator is found at "C:\WINDOWS\sys tem32\calc.exe"

    My problem now is Where we can find Our System Clock, the executable one?

    Help
    Ervin
  • jrtox
    New Member
    • Sep 2007
    • 89

    #2
    Originally posted by jrtox
    Hello expert,
    We all know that system calculator is found at "C:\WINDOWS\sys tem32\calc.exe"

    My problem now is Where we can find Our System Clock, the executable one?

    Help
    Ervin
    Anyone have an idea?
    ...

    Comment

    • Ali Rizwan
      Banned
      Contributor
      • Aug 2007
      • 931

      #3
      Originally posted by jrtox
      Anyone have an idea?
      ...
      Hello Ervin,
      I have found something.
      This would be timedate applet

      Code:
      "C:\WINDOWS\system32\rundll32.exe" C:\WINDOWS\system32\shell32.dll,Control_RunDLL "C:\WINDOWS\system32\timedate.cpl",Date and Time
      GOODLUCK
      ALI

      Comment

      • jrtox
        New Member
        • Sep 2007
        • 89

        #4
        Originally posted by Ali Rizwan
        Hello Ervin,
        I have found something.
        This would be timedate applet

        Code:
        "C:\WINDOWS\system32\rundll32.exe" C:\WINDOWS\system32\shell32.dll,Control_RunDLL "C:\WINDOWS\system32\timedate.cpl",Date and Time
        GOODLUCK
        ALI
        Hello ALI,
        Tnx for the Help.
        The Format for Calling Timedate.cpl OR the System Clock are as Follows:

        Shell ("RUNDLL32.E XE SHELL32.DLL,Con trol_RunDLL timedate.cpl")

        Regards
        Ervin

        Comment

        • nev
          Contributor
          • Oct 2007
          • 251

          #5
          i think you may use vb date / time functions.

          Comment

          • jrtox
            New Member
            • Sep 2007
            • 89

            #6
            Originally posted by nev
            i think you may use vb date / time functions.
            Code:
             Shell ("RUNDLL32.EXE SHELL32.DLL,Control_RunDLL timedate.cpl")
            Hello, Not a function, i guess.
            Copy my Code above and paste it the form_load event to see what i mean.

            Regards
            Ervin

            Comment

            Working...