Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
AnswerRe: int [,,] myArray = new int [,,] {{1,2,3}}; Pin
Guffa28-Mar-06 0:55
Guffa28-Mar-06 0:55 
GeneralRe: int [,,] myArray = new int [,,] {{1,2,3}}; Pin
Ahmad Mahmoud [candseeme]28-Mar-06 1:28
Ahmad Mahmoud [candseeme]28-Mar-06 1:28 
AnswerRe: int [,,] myArray = new int [,,] {{1,2,3}}; Pin
Guffa28-Mar-06 6:44
Guffa28-Mar-06 6:44 
QuestionHow can I import the Data from .CSV file by DTS Package Pin
peeyush_engg27-Mar-06 22:50
peeyush_engg27-Mar-06 22:50 
QuestionObject = Object Pin
Sasuko27-Mar-06 22:48
Sasuko27-Mar-06 22:48 
AnswerRe: Object = Object Pin
Tristan Rhodes27-Mar-06 23:01
Tristan Rhodes27-Mar-06 23:01 
GeneralRe: Object = Object Pin
Sasuko28-Mar-06 1:53
Sasuko28-Mar-06 1:53 
QuestionQuestions About AppDomains Pin
Tristan Rhodes27-Mar-06 22:32
Tristan Rhodes27-Mar-06 22:32 
I've been experimenting with remoting, and have got it fairly well figured out.

I'd like to play with app domains now, but have a few questions -

1) Firstly, when creating a program we have a "MAIN" method that takes a number of string arguments. Am i right in assuming that these are the "/w" "/r" "/filename" etc tags that we can specify as command line parameters after the .exe name in a given shortcut?

2) When an app domain is created, it will run and behave exactly as one would expect an application to behave. It will be started on a new system thread, and run until a set of conditions cause it to exit. I.e If we create a new AppDomain that is a windows forms App, it will look and behave like a windows forms app.

3) If the above are both right, it should be possible to write an app that will, on creation, take a number of arguments, and connect to a remote object (In this case the Application that created the new AppDomain).
What i would need to do is forward the remoting host destails in the apps main method but i don't know how to set them when creating an app domain.

Can anyone help me with this?

Cheers

Tris

-- modified at 4:40 Tuesday 28th March, 2006
Questionhow to close w3wp.exe dialog Box programmatically ? Pin
Kamal.Afridi27-Mar-06 22:15
Kamal.Afridi27-Mar-06 22:15 
AnswerRe: how to close w3wp.exe dialog Box programmatically ? Pin
Dave Kreskowiak28-Mar-06 5:34
mveDave Kreskowiak28-Mar-06 5:34 
QuestionRe: how to close w3wp.exe dialog Box programmatically ? Pin
Kamal.Afridi28-Mar-06 7:06
Kamal.Afridi28-Mar-06 7:06 
AnswerRe: how to close w3wp.exe dialog Box programmatically ? Pin
Dave Kreskowiak28-Mar-06 7:36
mveDave Kreskowiak28-Mar-06 7:36 
GeneralRe: how to close w3wp.exe dialog Box programmatically ? Pin
Kamal.Afridi28-Mar-06 18:01
Kamal.Afridi28-Mar-06 18:01 
GeneralRe: how to close w3wp.exe dialog Box programmatically ? Pin
Dave Kreskowiak29-Mar-06 1:09
mveDave Kreskowiak29-Mar-06 1:09 
QuestionHow to get logged user list in a domain using WMI(Urgent) Pin
indiaone27-Mar-06 22:14
indiaone27-Mar-06 22:14 
AnswerRe: How to get logged user list in a domain using WMI(Urgent) Pin
Dave Kreskowiak28-Mar-06 5:33
mveDave Kreskowiak28-Mar-06 5:33 
QuestionConvert a Jpeg or png or gif image in Bitmap Pin
Sasuko27-Mar-06 22:03
Sasuko27-Mar-06 22:03 
GeneralRe: Convert a Jpeg or png or gif image in Bitmap Pin
Guffa27-Mar-06 22:23
Guffa27-Mar-06 22:23 
GeneralRe: Convert a Jpeg or png or gif image in Bitmap Pin
Sasuko27-Mar-06 22:43
Sasuko27-Mar-06 22:43 
AnswerRe: Convert a Jpeg or png or gif image in Bitmap Pin
Guffa28-Mar-06 1:02
Guffa28-Mar-06 1:02 
GeneralRe: Convert a Jpeg or png or gif image in Bitmap Pin
Sasuko28-Mar-06 1:55
Sasuko28-Mar-06 1:55 
GeneralRe: Convert a Jpeg or png or gif image in Bitmap Pin
Dan Neely28-Mar-06 2:04
Dan Neely28-Mar-06 2:04 
QuestionGenerate documentation from XML? Pin
Dominik Reichl27-Mar-06 21:00
Dominik Reichl27-Mar-06 21:00 
QuestionPassing an integer argument from C# to a javascript function Pin
KaKa'27-Mar-06 20:58
KaKa'27-Mar-06 20:58 
GeneralRe: Passing an integer argument from C# to a javascript function Pin
Guffa27-Mar-06 22:24
Guffa27-Mar-06 22:24 

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.