Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
GeneralC# (CRL) RichTextBox Control and Fonts Pin
KingTermite27-Apr-03 13:23
KingTermite27-Apr-03 13:23 
GeneralRe: C# (CRL) RichTextBox Control and Fonts Pin
Kannan Kalyanaraman27-Apr-03 19:37
Kannan Kalyanaraman27-Apr-03 19:37 
GeneralASP.NET, C#, XML GHETTO STEEZ Pin
eggie527-Apr-03 12:46
eggie527-Apr-03 12:46 
GeneralRe: ASP.NET, C#, XML GHETTO STEEZ Pin
Chris Austin27-Apr-03 17:14
Chris Austin27-Apr-03 17:14 
GeneralRe: ASP.NET, C#, XML GHETTO STEEZ Pin
eggie528-Apr-03 15:37
eggie528-Apr-03 15:37 
GeneralA complex one..... Pin
Jon Newman27-Apr-03 5:40
Jon Newman27-Apr-03 5:40 
GeneralRe: A complex one..... Pin
leppie27-Apr-03 6:20
leppie27-Apr-03 6:20 
GeneralRe: A complex one..... Pin
Jon Newman27-Apr-03 6:31
Jon Newman27-Apr-03 6:31 
I'm not sure I understand where i'm to place that.

The plugin is activated and invoked from a form in the main app and main thread.

From the new instance of the plugin, the plugin class loads the plugin form.

object o = Activator.CreateInstance(t);
MethodInfo mi = t.GetMethod("SomeMethod");
mi.Invoke(o,null);

does the above code create the instance of the object in a new thread, or the same thread as the method that runs it?



"If you just say porn then you get all manner of chaff and low grade stuff."
- Paul Watson, Lounge 25 Mar 03
"If a man is standing in the middle of the forest speaking and there is no woman around to hear him, is he still wrong?"
- Anon



Jonathan 'nonny' Newman
Homepage [www.nonny.com] [^]
GeneralRe: A complex one..... Pin
leppie27-Apr-03 7:19
leppie27-Apr-03 7:19 
GeneralRe: A complex one..... Pin
James T. Johnson27-Apr-03 13:03
James T. Johnson27-Apr-03 13:03 
GeneralRe: A complex one..... Pin
Jon Newman27-Apr-03 13:46
Jon Newman27-Apr-03 13:46 
GeneralRe: A complex one..... Pin
Mark Smithson27-Apr-03 21:43
Mark Smithson27-Apr-03 21:43 
GeneralRe: A complex one..... Pin
Jon Newman28-Apr-03 5:51
Jon Newman28-Apr-03 5:51 
GeneralRe: A complex one..... Pin
Mark Smithson28-Apr-03 8:10
Mark Smithson28-Apr-03 8:10 
GeneralRe: A complex one..... Pin
Jon Newman28-Apr-03 11:53
Jon Newman28-Apr-03 11:53 
GeneralMarshalling char** Pin
leppie27-Apr-03 2:42
leppie27-Apr-03 2:42 
GeneralRe: Marshalling char** Pin
Stephane Rodriguez.27-Apr-03 7:25
Stephane Rodriguez.27-Apr-03 7:25 
GeneralRe: Marshalling char** Pin
leppie27-Apr-03 7:59
leppie27-Apr-03 7:59 
GeneralRe: Marshalling char** Pin
Stephane Rodriguez.27-Apr-03 8:05
Stephane Rodriguez.27-Apr-03 8:05 
GeneralRe: Marshalling char** Pin
leppie27-Apr-03 8:42
leppie27-Apr-03 8:42 
GeneralRe: Marshalling char** Pin
Stephane Rodriguez.27-Apr-03 9:00
Stephane Rodriguez.27-Apr-03 9:00 
GeneralImportRow Question Pin
2sky27-Apr-03 1:50
2sky27-Apr-03 1:50 
GeneralRe: ImportRow Question Pin
Andres Manggini27-Apr-03 17:44
Andres Manggini27-Apr-03 17:44 
GeneralRe: ImportRow Question Pin
2sky28-Apr-03 8:09
2sky28-Apr-03 8:09 
Generalquestion about treeview control Pin
Robin Vane26-Apr-03 20:53
Robin Vane26-Apr-03 20:53 

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.