Click here to Skip to main content
16,013,082 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why Won't My MainForm Focus/Activate? [modified] Pin
Simon P Stevens18-Jun-08 22:16
Simon P Stevens18-Jun-08 22:16 
GeneralRe: Why Won't My MainForm Focus/Activate? Pin
Rafferty Uy19-Jun-08 0:52
Rafferty Uy19-Jun-08 0:52 
GeneralRe: Why Won't My MainForm Focus/Activate? Pin
Simon P Stevens19-Jun-08 1:47
Simon P Stevens19-Jun-08 1:47 
QuestionAppDomain for unloading an assembly Pin
elektrowolf18-Jun-08 0:21
elektrowolf18-Jun-08 0:21 
AnswerRe: AppDomain for unloading an assembly Pin
Simon P Stevens18-Jun-08 0:29
Simon P Stevens18-Jun-08 0:29 
GeneralRe: AppDomain for unloading an assembly Pin
elektrowolf18-Jun-08 0:31
elektrowolf18-Jun-08 0:31 
GeneralRe: AppDomain for unloading an assembly Pin
Simon P Stevens18-Jun-08 0:38
Simon P Stevens18-Jun-08 0:38 
GeneralRe: AppDomain for unloading an assembly Pin
Simon P Stevens18-Jun-08 0:43
Simon P Stevens18-Jun-08 0:43 
If you look in the method details for CreateInstanceAndUnwrap it includes an example for running code in a different appdomain.

(You should note that the assembly that contains the object you create with CreateInstanceAndUnwrap will be loaded into both appdomains, but you can use the object to load further assembiles only into the domain the code is running in. See the CreateInstanceAndUnwrap[^] page)

Simon

GeneralRe: AppDomain for unloading an assembly Pin
elektrowolf18-Jun-08 2:04
elektrowolf18-Jun-08 2:04 
QuestionGeneric type should accept only delegate types Pin
N a v a n e e t h17-Jun-08 23:39
N a v a n e e t h17-Jun-08 23:39 
AnswerRe: Generic type should accept only delegate types Pin
Pete O'Hanlon18-Jun-08 0:13
mvePete O'Hanlon18-Jun-08 0:13 
GeneralRe: Generic type should accept only delegate types Pin
N a v a n e e t h18-Jun-08 0:43
N a v a n e e t h18-Jun-08 0:43 
AnswerRe: Generic type should accept only delegate types Pin
led mike18-Jun-08 5:18
led mike18-Jun-08 5:18 
GeneralRe: Generic type should accept only delegate types Pin
N a v a n e e t h18-Jun-08 6:43
N a v a n e e t h18-Jun-08 6:43 
QuestionIFormatProvider.GetFormat Pin
George_George17-Jun-08 23:08
George_George17-Jun-08 23:08 
AnswerRe: IFormatProvider.GetFormat Pin
Simon P Stevens17-Jun-08 23:19
Simon P Stevens17-Jun-08 23:19 
GeneralRe: IFormatProvider.GetFormat Pin
George_George17-Jun-08 23:52
George_George17-Jun-08 23:52 
GeneralRe: IFormatProvider.GetFormat Pin
Simon P Stevens18-Jun-08 0:18
Simon P Stevens18-Jun-08 0:18 
GeneralRe: IFormatProvider.GetFormat Pin
George_George18-Jun-08 0:38
George_George18-Jun-08 0:38 
QuestionHow to package and deploy Ms SQL express Pin
Newbie_Toy17-Jun-08 22:39
Newbie_Toy17-Jun-08 22:39 
AnswerRe: How to package and deploy Ms SQL express Pin
Simon P Stevens17-Jun-08 23:11
Simon P Stevens17-Jun-08 23:11 
Questionunhandeled exception occure when form is open , running from exe in c#. Pin
nomi17-Jun-08 21:52
nomi17-Jun-08 21:52 
AnswerRe: unhandeled exception occure when form is open , running from exe in c#. Pin
dan!sh 17-Jun-08 22:06
professional dan!sh 17-Jun-08 22:06 
QuestionRe: unhandeled exception occure when form is open , running from exe in c#. Pin
nomi17-Jun-08 22:27
nomi17-Jun-08 22:27 
AnswerRe: unhandeled exception occure when form is open , running from exe in c#. Pin
dan!sh 17-Jun-08 22:37
professional dan!sh 17-Jun-08 22:37 

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.