Announcement

Collapse
No announcement yet.

Has the program been minimized?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Code:
    -- Suppose you have an open folder named temp
    result = Window.EnumerateTitles(true);
    
    for a,z in pairs (result) do
    if String.Find(z, "temp", 1, false) ~= -1 then
    hndl = a
    break
    end
    end
    
    minimized = DLL.CallFunction("User32.dll", "IsIconic", hndl, DLL_RETURN_TYPE_INTEGER, DLL_CALL_STDCALL);
    alert = Dialog.Message("Notice", minimized, MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);

    Comment


    • #17
      Originally posted by startup View Post
      Code:
      -- Suppose you have an open folder named temp
      result = Window.EnumerateTitles(true);
      
      for a,z in pairs (result) do
      if String.Find(z, "temp", 1, false) ~= -1 then
      hndl = a
      break
      end
      end
      
      minimized = DLL.CallFunction("User32.dll", "IsIconic", hndl, DLL_RETURN_TYPE_INTEGER, DLL_CALL_STDCALL);
      alert = Dialog.Message("Notice", minimized, MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
      Thank's a lot startup i try it.

      Comment


      • #18
        Good Luck.

        Comment


        • #19
          Hello again
          I'm sorry, I asked a lot of questions, I just output this program from it and it worked properly ... and I want to open it again with Autoplay with the file run function and the file from which I output it will return some value, what should I do ?! I mean, to establish a connection between these two programs ... I know the method in the ini file and the registry, etc. But how should it be accessed directly?

          Comment


          • #20
            Hello i am using WinApi.IsWindowMinimized



            with&respect
            Simona, Brown
            employee tracking

            Comment


            • #21
              Originally posted by Simonny9 View Post
              Hello i am using WinApi.IsWindowMinimized



              with&respect
              Simona, Brown
              employee tracking
              I have used it a couple of times too, however it was interesting to see other ways to accomplish the same task without need of plugins.

              Comment

              Working...
              X
              😀
              🥰
              🤢
              😎
              😡
              👍
              👎