Jump to content

Salvar objetos de determinada class em ficheiros


dicas3d

Recommended Posts

        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 by dicas3d

Abraços

dicas3d

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.