Author Topic: Running external programs inside a QB64 screen  (Read 1402 times)

0 Members and 1 Guest are viewing this topic.

Offline acjacques

  • Newbie
  • Posts: 33
Running external programs inside a QB64 screen
« on: October 24, 2019, 08:59:12 pm »
Dear Friends ;

Is it possible to call an external program to run it inside a QB64 window ?

Could for example call the native WebCamera of W10  and write something over the image ?

Thanks for comments



Offline euklides

  • Forum Regular
  • Posts: 128
Re: Running external programs inside a QB64 screen
« Reply #1 on: October 25, 2019, 03:38:41 am »
"Inside" a QB windows seems not to be possible...
"Beside, in parallel, above" of a QB windows, no problem...
Why not yes ?

Offline Cobalt

  • QB64 Developer
  • Forum Resident
  • Posts: 878
  • At 60 I become highly radioactive!
Re: Running external programs inside a QB64 screen
« Reply #2 on: October 26, 2019, 09:21:07 pm »
would require the use of API calls and what nots. It could be done, but on a level of difficulty I would not want to attempt.
Granted after becoming radioactive I only have a half-life!