Click here to Skip to main content
15,923,142 members
Home / Discussions / C#
   

C#

 
AnswerRe: tabControl Pin
Engineer khalili1-Jan-12 9:27
professionalEngineer khalili1-Jan-12 9:27 
AnswerRe: tabControl Pin
PIEBALDconsult1-Jan-12 12:08
mvePIEBALDconsult1-Jan-12 12:08 
QuestionHow to detect intersecting lines in C#? Pin
Member 83806481-Jan-12 5:05
Member 83806481-Jan-12 5:05 
AnswerRe: How to detect intersecting lines in C#? Pin
Richard MacCutchan1-Jan-12 23:27
mveRichard MacCutchan1-Jan-12 23:27 
AnswerRe: How to detect intersecting lines in C#? Pin
V.2-Jan-12 1:35
professionalV.2-Jan-12 1:35 
AnswerRe: How to detect intersecting lines in C#? Pin
Luc Pattyn2-Jan-12 3:01
sitebuilderLuc Pattyn2-Jan-12 3:01 
QuestionConvert C# windows app to android Pin
jojoba201131-Dec-11 5:13
jojoba201131-Dec-11 5:13 
AnswerRe: Convert C# windows app to android Pin
Richard Andrew x6431-Dec-11 5:29
professionalRichard Andrew x6431-Dec-11 5:29 
GeneralRe: Convert C# windows app to android Pin
jojoba201131-Dec-11 5:44
jojoba201131-Dec-11 5:44 
GeneralRe: Convert C# windows app to android Pin
Pete O'Hanlon31-Dec-11 7:10
mvePete O'Hanlon31-Dec-11 7:10 
GeneralRe: Convert C# windows app to android Pin
Rajesh Anuhya1-Jan-12 1:06
professionalRajesh Anuhya1-Jan-12 1:06 
AnswerRe: Convert C# windows app to android Pin
Dave Kreskowiak31-Dec-11 11:49
mveDave Kreskowiak31-Dec-11 11:49 
AnswerRe: Convert C# windows app to android Pin
jschell31-Dec-11 13:34
jschell31-Dec-11 13:34 
AnswerRe: Convert C# windows app to android Pin
V.2-Jan-12 1:39
professionalV.2-Jan-12 1:39 
QuestionLooking for help with form focus Pin
turbosupramk330-Dec-11 18:06
turbosupramk330-Dec-11 18:06 
AnswerRe: Looking for help with form focus Pin
Richard MacCutchan30-Dec-11 22:38
mveRichard MacCutchan30-Dec-11 22:38 
GeneralRe: Looking for help with form focus Pin
turbosupramk331-Dec-11 3:08
turbosupramk331-Dec-11 3:08 
GeneralRe: Looking for help with form focus Pin
Richard MacCutchan31-Dec-11 3:44
mveRichard MacCutchan31-Dec-11 3:44 
GeneralRe: Looking for help with form focus Pin
turbosupramk331-Dec-11 4:19
turbosupramk331-Dec-11 4:19 
AnswerRe: Looking for help with form focus Pin
Alan N31-Dec-11 3:43
Alan N31-Dec-11 3:43 
It very difficult to decipher what question you are really asking but for what it's worth here is my interpretation.

1) By "addin" you mean an assembly containing the definition of a form.
2) By "launch" you mean display the form.
3) By "steal focus" you mean that the main form of the application is inaccessible until the addin's form is closed.

Based on (3) the addin's form has been displayed via ShowDialog and what you observe is the expected behaviour.

One part of the solution to your problem will be to display the addin form non-modally via the Show method.

However giving the user the ability to access both the addin and main forms will present new problems and you will need to decide what actions are allowable when the addin form is open. For example, will it be reasonable to let the user terminate the application?

Alan.
GeneralRe: Looking for help with form focus Pin
turbosupramk331-Dec-11 4:18
turbosupramk331-Dec-11 4:18 
GeneralRe: Looking for help with form focus Pin
Alan N31-Dec-11 7:08
Alan N31-Dec-11 7:08 
GeneralRe: Looking for help with form focus Pin
turbosupramk331-Dec-11 9:32
turbosupramk331-Dec-11 9:32 
GeneralRe: Looking for help with form focus Pin
turbosupramk331-Dec-11 9:50
turbosupramk331-Dec-11 9:50 
AnswerRe: Looking for help with form focus Pin
DaveAuld31-Dec-11 3:46
professionalDaveAuld31-Dec-11 3:46 

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.