Results 1 to 4 of 4

Thread: VB6 Find proces handle by proces Id

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2018
    Location
    Bosnia and hercegovina
    Posts
    5

    VB6 Find proces handle by proces Id

    Hello

    Is there any way to find process handle from process id

    i have vb6 app and net application, this vb6 runs dll-s and that dlls is not shown in taskbar, i cant minimise it
    dll-s is like child form of vb6 frm.
    i need hwnd to set dll's form in front of net form

    or is there second way to do this

  2. #2
    Hyperactive Member
    Join Date
    Aug 2017
    Posts
    380

    Re: VB6 Find proces handle by proces Id

    Quote Originally Posted by igoracc View Post
    Is there any way to find process handle from process id
    Check out the OpenProcess API function.

  3. #3
    Frenzied Member
    Join Date
    Jun 2015
    Posts
    1,053

    Re: VB6 Find proces handle by proces Id

    [...]
    Last edited by dz32; Apr 26th, 2019 at 11:25 AM.

  4. #4

    Thread Starter
    New Member
    Join Date
    Feb 2018
    Location
    Bosnia and hercegovina
    Posts
    5

    Re: VB6 Find proces handle by proces Id

    thanks dz32

    I fixed it with .net application which calls this vb6
    and use appactivate(application.exe) in vb.net

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width