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

.NET (Core and Framework)

 
GeneralRe: .NET Framework 3.0 var data type - Aspect Oriented Pin
Brady Kelly31-Oct-07 22:25
Brady Kelly31-Oct-07 22:25 
QuestionNET 1.1 troubles after different Windows Updates Pin
Koltz30-Oct-07 9:27
Koltz30-Oct-07 9:27 
AnswerRe: NET 1.1 troubles after different Windows Updates Pin
Mike Dimmick31-Oct-07 5:25
Mike Dimmick31-Oct-07 5:25 
GeneralRe: NET 1.1 troubles after different Windows Updates Pin
Koltz31-Oct-07 7:11
Koltz31-Oct-07 7:11 
JokeRe: NET 1.1 troubles after different Windows Updates Pin
Vasudevan Deepak Kumar1-Nov-07 7:33
Vasudevan Deepak Kumar1-Nov-07 7:33 
QuestionInheriting Windows Forms -- child form problem [modified] Pin
Xpnctoc30-Oct-07 8:04
Xpnctoc30-Oct-07 8:04 
NewsWPF Composite Client Announced; Acropolis Update Pin
brucedkyle30-Oct-07 7:20
brucedkyle30-Oct-07 7:20 
QuestionConsole help [modified] Pin
tim63730-Oct-07 6:36
tim63730-Oct-07 6:36 
When you run a Console Application, in a console by pushing f5.
How do you get the console to pause, I would like to get to pause so I can look at my work.

You can cut this and play with it if you like. I just wont to pause it.
what should I Dim to pause or add to the end of the code?


This is a Application Domain.....Demo

Module Module1
Dim d As AppDomain = AppDomain.CreateDomain("NewDomain")

Sub Main()
Console.WriteLine("Host domain: " + AppDomain.CurrentDomain.FriendlyName)

Console.WriteLine("Child domain: " + d.FriendlyName)





End Sub

End Module



-- modified at 12:41 Tuesday 30th October, 2007

tim637

AnswerRe: Console help Pin
Mike Dimmick30-Oct-07 6:51
Mike Dimmick30-Oct-07 6:51 
GeneralRe: Console help Pin
tim63731-Oct-07 5:04
tim63731-Oct-07 5:04 
AnswerRe: Console help Pin
Pete O'Hanlon30-Oct-07 23:19
mvePete O'Hanlon30-Oct-07 23:19 
GeneralRe: Console help Pin
tim63731-Oct-07 5:03
tim63731-Oct-07 5:03 
QuestionDatabase user ID/password Pin
#realJSOP30-Oct-07 3:51
professional#realJSOP30-Oct-07 3:51 
AnswerRe: Database user ID/password Pin
Ed.Poore30-Oct-07 4:20
Ed.Poore30-Oct-07 4:20 
AnswerRe: Database user ID/password Pin
Pete O'Hanlon30-Oct-07 4:49
mvePete O'Hanlon30-Oct-07 4:49 
QuestionSelectSingleNode Not Getting Node Pin
#realJSOP29-Oct-07 12:04
professional#realJSOP29-Oct-07 12:04 
AnswerRe: SelectSingleNode Not Getting Node Pin
Ed.Poore29-Oct-07 13:33
Ed.Poore29-Oct-07 13:33 
GeneralRe: SelectSingleNode Not Getting Node Pin
#realJSOP29-Oct-07 23:22
professional#realJSOP29-Oct-07 23:22 
AnswerRe: SelectSingleNode Not Getting Node Pin
Ed.Poore29-Oct-07 13:42
Ed.Poore29-Oct-07 13:42 
GeneralRe: SelectSingleNode Not Getting Node Pin
#realJSOP29-Oct-07 23:20
professional#realJSOP29-Oct-07 23:20 
GeneralRe: SelectSingleNode Not Getting Node Pin
Ed.Poore30-Oct-07 0:22
Ed.Poore30-Oct-07 0:22 
GeneralRe: SelectSingleNode Not Getting Node Pin
#realJSOP30-Oct-07 2:42
professional#realJSOP30-Oct-07 2:42 
GeneralRe: SelectSingleNode Not Getting Node Pin
Ed.Poore30-Oct-07 3:06
Ed.Poore30-Oct-07 3:06 
GeneralRe: SelectSingleNode Not Getting Node Pin
#realJSOP30-Oct-07 3:19
professional#realJSOP30-Oct-07 3:19 
GeneralRe: SelectSingleNode Not Getting Node [modified] Pin
#realJSOP30-Oct-07 3:05
professional#realJSOP30-Oct-07 3:05 

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.