dicas3d Posted May 31, 2021 at 06:29 PM Report Share #622485 Posted May 31, 2021 at 06:29 PM (edited) If IsWindowVisible(hwnd) Then Dim text As String = Space(Int16.MaxValue) Dim pPid As Integer GetWindowText(hwnd, text, Int16.MaxValue) 'return integer value Dim tempprocess As Process GetWindowThreadProcessId(hwnd, pPid) tempprocess = Process.GetProcessById(pPid) text = tempprocess.MainWindowTitle If "Holyrics is free - v2.15.1 x64" = text Then End If End If Return True Bom dia. Estou a tentar programar o lançamento de executável, mas esse executável está a dar algumas dificuldades para ficar sendo controlado adequadamento, por isso queria experimentar guardar essa variavel process (neste caso a tempprocess) num ficheiro, uma vez que apos lançar esse executável algumas coisas mudam no processo original. Queria experimentar guardar a variável tempprocess num ficheiro, carregar o ficheiro e executar o executável. Mas não me lembro dos códigos para guardar esta variável. Pretendo guardar apenas quando o seu Mainwindow title estiver como definido no codigo. Edited May 31, 2021 at 07:49 PM by dicas3d Abraços dicas3d Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now