Click here to Skip to main content
15,898,222 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Using Mole V4.2 Pin
Pete O'Hanlon5-Mar-08 9:42
mvePete O'Hanlon5-Mar-08 9:42 
JokeRe: Using Mole V4.2 Pin
Jammer5-Mar-08 9:57
Jammer5-Mar-08 9:57 
GeneralRe: Using Mole V4.2 Pin
Jammer5-Mar-08 10:02
Jammer5-Mar-08 10:02 
GeneralRe: Using Mole V4.2 Pin
Pete O'Hanlon5-Mar-08 22:20
mvePete O'Hanlon5-Mar-08 22:20 
GeneralRe: Using Mole V4.2 Pin
Scott Dorman10-Mar-08 5:25
professionalScott Dorman10-Mar-08 5:25 
GeneralRe: Using Mole V4.2 Pin
Pete O'Hanlon10-Mar-08 10:30
mvePete O'Hanlon10-Mar-08 10:30 
QuestionLaunch application within a window in my application Pin
Joseph Weisenburger4-Mar-08 7:01
Joseph Weisenburger4-Mar-08 7:01 
GeneralRe: Launch application within a window in my application Pin
led mike5-Mar-08 4:48
led mike5-Mar-08 4:48 
Joseph Weisenburger wrote:
Is there a way to do this


Not the way you are thinking about it no. If you knew the first thing about how the Windows OS works you would know that.

What you could do, and even this is a giant hack, is spawn the console process and capture it's output by hooking the processes output stream. Then you can read from the stream and display the data in a window in your application.

And no, I'm not going to give or send you sample codes even though it's urgent so don't even ask. The Microsoft MSDN Web site [^]provides all sorts of examples and articles and documentation. There are also many many articles with example code here on Code Project. Go find them.

I am also not going to try to teach you programming fundamentals using text based communications. Get a book, take a class, whatever but don't try to learn how to be a software developer by asking questions on forums. It takes long enough to gain any level of proficiency doing it in a more traditional fashion.


led mike

GeneralRe: Launch application within a window in my application Pin
Pete O'Hanlon5-Mar-08 8:38
mvePete O'Hanlon5-Mar-08 8:38 
GeneralRe: Launch application within a window in my application Pin
led mike5-Mar-08 8:59
led mike5-Mar-08 8:59 
GeneralRe: Launch application within a window in my application Pin
Giorgi Dalakishvili5-Mar-08 21:01
mentorGiorgi Dalakishvili5-Mar-08 21:01 
GeneralRe: Launch application within a window in my application Pin
Joseph Weisenburger7-Mar-08 16:51
Joseph Weisenburger7-Mar-08 16:51 
GeneralRe: Launch application within a window in my application Pin
Giorgi Dalakishvili7-Mar-08 22:39
mentorGiorgi Dalakishvili7-Mar-08 22:39 
QuestionProblem using .Net 2.0 Assembly with Com Pin
Elizabeth Connolly3-Mar-08 2:50
Elizabeth Connolly3-Mar-08 2:50 
GeneralRe: Problem using .Net 2.0 Assembly with Com Pin
led mike4-Mar-08 6:20
led mike4-Mar-08 6:20 
GeneralRe: Problem using .Net 2.0 Assembly with Com Pin
Elizabeth Connolly4-Mar-08 6:40
Elizabeth Connolly4-Mar-08 6:40 
GeneralRe: Problem using .Net 2.0 Assembly with Com Pin
Ed.Poore4-Mar-08 6:23
Ed.Poore4-Mar-08 6:23 
GeneralRe: Problem using .Net 2.0 Assembly with Com Pin
Elizabeth Connolly4-Mar-08 6:39
Elizabeth Connolly4-Mar-08 6:39 
GeneralRe: Problem using .Net 2.0 Assembly with Com Pin
Ed.Poore4-Mar-08 6:47
Ed.Poore4-Mar-08 6:47 
QuestionRe: Problem using .Net 2.0 Assembly with Com Pin
Elizabeth Connolly4-Mar-08 7:28
Elizabeth Connolly4-Mar-08 7:28 
GeneralRe: Problem using .Net 2.0 Assembly with Com Pin
Ed.Poore4-Mar-08 7:44
Ed.Poore4-Mar-08 7:44 
GeneralRe: Problem using .Net 2.0 Assembly with Com Pin
Elizabeth Connolly4-Mar-08 8:10
Elizabeth Connolly4-Mar-08 8:10 
GeneralRe: Problem using .Net 2.0 Assembly with Com Pin
Elizabeth Connolly4-Mar-08 6:54
Elizabeth Connolly4-Mar-08 6:54 
GeneralRe: Problem using .Net 2.0 Assembly with Com Pin
Ed.Poore4-Mar-08 6:59
Ed.Poore4-Mar-08 6:59 
GeneralProtecting sub folders on a web site Pin
#realJSOP29-Feb-08 10:31
professional#realJSOP29-Feb-08 10:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.