NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 26 27 28 29 30 … 93 Next »
Opening an external program from PVRX2

 
  • 0 Vote(s) - 0 Average
Opening an external program from PVRX2
mkenyon2
Offline

Senior Member

Posts: 715
Threads: 208
Joined: Dec 2006
#1
2009-01-06, 03:17 PM
I'm wondering what you folks have used to open an outside program, so that when that program closes, PVRX2 comes back into focus.

I've used Process.Start in some applications. Is that the way to go?
Currently Running: 1.4.7
[SIZE="1"]HTPC:
Motherboard: ASUS P5LD2 Mobo w/ 945P chipset / CPU: Intel P4 3.0GHz
RAM: 3GB RAM / Video: ASUS Radeon X300SE 128Mb PCIx 16
Tuner(s): ATI TV 650 Dual (PCIx)
OS: Win XP Pro SP3[/SIZE]

[SIZE="1"]Feeding:
2 - Wired MVP[/SIZE]
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#2
2009-01-06, 10:05 PM
I always start processes in the background with something along these lines.
ProcessStartInfo pi = new ProcessStartInfo("cmd", arguments);
pi.CreateNoWindow = true;
pi.ErrorDialog = false;
pi.WindowStyle = ProcessWindowStyle.Hidden;
Process pr = Process.Start(pi);
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Is the input file for pvrx2.exe -import unique to NextPVR? spinnaker 1 1,765 2013-10-08, 02:25 AM
Last Post: sub
  Multiple Instance Conversion Program luttrell1962 0 1,118 2010-02-24, 08:16 PM
Last Post: luttrell1962
  pvrx2 / plugin assembly resolution bgowland 6 2,337 2009-02-05, 11:14 PM
Last Post: bgowland
  Displaying web pages in pvrx2 psycik 4 2,027 2009-01-23, 07:59 PM
Last Post: psycik
  Current program details, from batch file! pBS 48 19,518 2008-12-09, 08:52 AM
Last Post: pBS
  Aspect ratio for PVRX2 application Hairy 3 1,880 2008-11-09, 04:52 PM
Last Post: Hairy
  KeyMappings - PVRX2 - BaseButtonUIList psycik 1 1,265 2007-12-16, 04:06 PM
Last Post: sub
  Threads in Plugins won't terminate when PVRX2/GBPVR exits ralphy 6 2,223 2007-09-28, 12:39 PM
Last Post: sub
  PVRX2 Plugin in Config all psycik 7 2,369 2007-08-18, 03:29 AM
Last Post: sub
  Program denied permission to shell zehd 5 2,064 2007-08-14, 06:48 PM
Last Post: whurlston

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode