I have made some application displayed on my VGA monitor, using embedded ARM. I want to remotely control my app. using VNC while my app still running on VGA.
Is it possible?
When I used this command : ./myapp -qws -display VNC:0 , I only can run my app.using VNC viewer,
Is there another command to run app.on VNC and VGA too?

thx..