ok i am making this program and i need it to launch another .exe program in a RectangleShape.
please help me!!!!!!
[Help] how to launch another program in a rectangle shape
Started by jamietrent, Nov 20 2009 02:02 PM
8 replies to this topic
#1
Posted 20 November 2009 - 02:02 PM
|
|
|
#2
Posted 20 November 2009 - 02:13 PM
I'm sorry, but I really don't understand what you mean...??? Is it possible to run another .exe program in a circle shape and in triangle shape?
If you want your program to start another program, you can use:
If you want your program to start another program, you can use:
System.Diagnostics.Process.Start(@"C:\Temp\someApp.exe");
Edited by Jaan, 21 November 2009 - 05:55 AM.
Please use code tags when you are posting your codes!
#3
Posted 20 November 2009 - 02:14 PM
her's a screen shot
#4
Posted 20 November 2009 - 02:16 PM
here is the screen shot.
Attached Files
#5
Posted 20 November 2009 - 02:17 PM
i need another program (EXAMPLE: Internet explorer) to run in the program im making right now.
#6
Posted 20 November 2009 - 04:03 PM
I don't know how to do that but to get a browser running in your app you can just make one (its actual just a skin it takes all its settings from IE) C# Tutorials - Creating A Simple Web Browser | DreamInCode.net
#7
Posted 20 November 2009 - 04:57 PM
Run another application? Any app or a specific one ?
Are you trying to create an emulator or sandbox ?
Are you trying to create an emulator or sandbox ?
#8
Posted 21 November 2009 - 04:08 AM
Why do you even need to run html page inside windows form? I have never done it before, but I think you will have to use some kind of COM object. But I might be wrong on this one.
#9
Posted 21 November 2009 - 07:05 AM
In .NET it's really easy to run a window with the contents of a web-page in it. Like zerradius said. You just use it like any other object (change it's shape etc ;)), then give it it's target url.


Sign In
Create Account


Back to top










