Click here to Skip to main content
15,891,730 members
Home / Discussions / C#
   

C#

 
GeneralRe: Morons Pin
Mark Salsbery11-May-08 16:52
Mark Salsbery11-May-08 16:52 
GeneralRe: Morons Pin
Christian Graus11-May-08 17:06
protectorChristian Graus11-May-08 17:06 
GeneralRe: Morons Pin
Vikram A Punathambekar11-May-08 18:42
Vikram A Punathambekar11-May-08 18:42 
GeneralRe: Morons Pin
Christian Graus11-May-08 19:44
protectorChristian Graus11-May-08 19:44 
QuestionAdding a Record via LINQ Pin
belzer11-May-08 11:39
belzer11-May-08 11:39 
QuestionTooltip for TrackBar(Slider Bar)? Pin
jamilkhan00711-May-08 9:52
jamilkhan00711-May-08 9:52 
AnswerRe: Tooltip for TrackBar(Slider Bar)? Pin
CodingYoshi11-May-08 10:03
CodingYoshi11-May-08 10:03 
GeneralRe: Tooltip for TrackBar(Slider Bar)? Pin
jamilkhan00711-May-08 10:25
jamilkhan00711-May-08 10:25 
GeneralRe: Tooltip for TrackBar(Slider Bar)? Pin
CodingYoshi11-May-08 12:39
CodingYoshi11-May-08 12:39 
QuestionKeyboard Shortcut for Windows Service Pin
M.SADEGHI11-May-08 8:05
M.SADEGHI11-May-08 8:05 
AnswerRe: Keyboard Shortcut for Windows Service Pin
Giorgi Dalakishvili11-May-08 8:28
mentorGiorgi Dalakishvili11-May-08 8:28 
QuestionPicturebox confusion Pin
Eric25611-May-08 6:14
Eric25611-May-08 6:14 
AnswerRe: Picturebox confusion Pin
CodingYoshi11-May-08 7:11
CodingYoshi11-May-08 7:11 
GeneralRe: Picturebox confusion Pin
Eric25612-May-08 3:08
Eric25612-May-08 3:08 
AnswerRe: Picturebox confusion Pin
Christian Graus11-May-08 12:29
protectorChristian Graus11-May-08 12:29 
QuestionCopying Formatted Text from DataGrid Pin
User 1278211-May-08 5:47
User 1278211-May-08 5:47 
QuestionUsing Shell32.DLL Interface in C# Pin
c0rvus11-May-08 5:14
c0rvus11-May-08 5:14 
AnswerRe: Using Shell32.DLL Interface in C# Pin
Giorgi Dalakishvili11-May-08 5:52
mentorGiorgi Dalakishvili11-May-08 5:52 
GeneralRe: Using Shell32.DLL Interface in C# Pin
c0rvus11-May-08 9:12
c0rvus11-May-08 9:12 
GeneralRe: Using Shell32.DLL Interface in C# Pin
Giorgi Dalakishvili11-May-08 9:16
mentorGiorgi Dalakishvili11-May-08 9:16 
GeneralRe: Using Shell32.DLL Interface in C# Pin
Luc Pattyn11-Aug-11 10:35
sitebuilderLuc Pattyn11-Aug-11 10:35 
GeneralRe: Using Shell32.DLL Interface in C# Pin
Giorgi Dalakishvili11-Aug-11 10:41
mentorGiorgi Dalakishvili11-Aug-11 10:41 
QuestionMulti-thread form managing [modified] Pin
natsuyaki11-May-08 4:20
natsuyaki11-May-08 4:20 
I've written a plug-in architeture based application. Plugins exist in isolated assemblies and each plugin runs in it's own thread provided by the host application. But these plugins just cannot display their own forms. Exactly, they can, but it's just a "flash". How can I deal with this?

Herewith the working model:

All the plugins implement the interface IPlugin. The host start the plugin through the method in IPlugin with a new thread. The plugin begin its work as is required(this is where I want the plugin shows its form). The plugin trigger an event while the progress changed. When the task is done, the host will destroy the instance of the plugin.


thanks in advance...

modified on Sunday, May 11, 2008 10:57 AM

AnswerRe: Multi-thread form managing Pin
Ennis Ray Lynch, Jr.11-May-08 12:54
Ennis Ray Lynch, Jr.11-May-08 12:54 
GeneralRe: Multi-thread form managing Pin
natsuyaki11-May-08 14:29
natsuyaki11-May-08 14:29 

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.