09-06-2012 01:55 AM - edited 09-06-2012 01:57 AM
Hi In my application i have to move running remote window or application to left top of windows desktop, but that remote application doesnt has any title name, please help me to do this ,
waiting for ur fast response...
'
Solved! Go to Solution.
09-06-2012 02:52 AM
Is that remote application labview built?
09-06-2012 04:01 AM
No that application is not in labview, its microsoft property
09-06-2012 04:16 AM
@PrashantS wrote:
Hi In my application i have to move running remote window or application to left top of windows desktop, but that remote application doesnt has any title name, please help me to do this ,
waiting for ur fast response...
'
You can get the application handle, from the name displayed in the task manager Applicaitions tab. Then pass on this handle to the Move Window WIN32 API, alongwith the new position you want.
09-06-2012 07:41 AM
09-06-2012 09:48 PM
Hi Prashant,
Every process or application will be associated with a PID(Process id).
The steps to catch the PID and moving that application to desired location is as follows:
Get PID-------------------------------->MoveFunction(present in User32.dll)
The following screen shot will help you a lot.
Regards,
SrikrishnaNF
09-07-2012 07:00 AM
thnx
do you have any VI or concept to make any window to active?
09-07-2012 08:02 AM