February 1st, 2013, 07:02 AM
Expected Functionality.
1. Open iexplore instance with createprocess--Working
2. In next 'Status' command button to display the Status of iexplore ThreadId [Whether is active or not] - Not...
January 31st, 2013, 03:14 PM
Hello! Help Please!
VB Form and Module has below codes->It's working fine but not closing the exact "IExplore". createprocess dwThreadId not matching with lhWnd = FindWindowEx(0&, lhWnd, "IEFrame",...
January 30th, 2013, 08:42 AM
Please can you explain based on the foll.code. cmdlaunch to launching iexplore and getting dwThreadId but how do i connect this with GetWindowThreadProcessId->threadid beacuse I am not getting...
January 29th, 2013, 08:29 AM
I need immediate help to launch iexplore using CreateProcess, then through next command button pinfo.dwThreadId to find Active or not
VB form has 3 command buttons
first command button...