Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
GeneralRe: c++ from c# Pin
picazo5-Jan-07 9:49
picazo5-Jan-07 9:49 
GeneralRe: c++ from c# Pin
Luc Pattyn5-Jan-07 10:13
sitebuilderLuc Pattyn5-Jan-07 10:13 
GeneralRe: c++ from c# Pin
Luc Pattyn5-Jan-07 10:36
sitebuilderLuc Pattyn5-Jan-07 10:36 
GeneralRe: c++ from c# Pin
Steve Hansen5-Jan-07 22:40
Steve Hansen5-Jan-07 22:40 
GeneralRe: c++ from c# Pin
Luc Pattyn6-Jan-07 3:49
sitebuilderLuc Pattyn6-Jan-07 3:49 
AnswerRe: c++ from c# Pin
Christian Graus5-Jan-07 9:46
protectorChristian Graus5-Jan-07 9:46 
QuestionTreeview and xml???????????? Pin
sajid.salim.khan5-Jan-07 8:41
sajid.salim.khan5-Jan-07 8:41 
AnswerRe: Treeview and xml???????????? Pin
Nader Elshehabi5-Jan-07 11:09
Nader Elshehabi5-Jan-07 11:09 
GeneralRe: Treeview and xml???????????? Pin
Stefan Troschuetz5-Jan-07 22:12
Stefan Troschuetz5-Jan-07 22:12 
GeneralRe: Treeview and xml???????????? Pin
Nader Elshehabi5-Jan-07 23:08
Nader Elshehabi5-Jan-07 23:08 
AnswerRe: Treeview and xml???????????? Pin
Larantz5-Jan-07 13:47
Larantz5-Jan-07 13:47 
AnswerRe: Treeview and xml???????????? Pin
Stefan Troschuetz5-Jan-07 22:14
Stefan Troschuetz5-Jan-07 22:14 
Questionhow do i Read an Excell file Pin
Iridania5-Jan-07 8:41
Iridania5-Jan-07 8:41 
AnswerRe: how do i Read an Excell file Pin
Christian Graus5-Jan-07 9:51
protectorChristian Graus5-Jan-07 9:51 
AnswerRe: how do i Read an Excell file Pin
MartyExodus5-Jan-07 18:14
MartyExodus5-Jan-07 18:14 
QuestionPreventing Form Focus Pin
kmuthuk5-Jan-07 8:11
kmuthuk5-Jan-07 8:11 
Hi All

My application (C#, Framework 1.1) running in the background. I am displaying a form in every five minutes. This form has only a hyperlink control. To show myForm I am using

myForm.ShowDialog();

When this form is displayed, it grabs the focus, and I loose the focus if I am working in another application, say, MS-Word. My form has the following properties set.

myForm.TopMost = false;
myForm.FormBorderStyle = FormBorderStyle.None;

How can prevent this from happening?

Can anybody help me on this?

Thanks

Muthu.
AnswerRe: Preventing Form Focus Pin
Luc Pattyn5-Jan-07 8:39
sitebuilderLuc Pattyn5-Jan-07 8:39 
GeneralRe: Preventing Form Focus Pin
kmuthuk5-Jan-07 12:02
kmuthuk5-Jan-07 12:02 
GeneralRe: Preventing Form Focus Pin
Luc Pattyn5-Jan-07 12:50
sitebuilderLuc Pattyn5-Jan-07 12:50 
GeneralRe: Preventing Form Focus Pin
kmuthuk10-Jan-07 3:25
kmuthuk10-Jan-07 3:25 
QuestionChar problem Pin
CodeItWell5-Jan-07 7:09
CodeItWell5-Jan-07 7:09 
AnswerRe: Char problem Pin
Ravi Bhavnani5-Jan-07 7:17
professionalRavi Bhavnani5-Jan-07 7:17 
GeneralRe: Char problem Pin
CodeItWell5-Jan-07 9:19
CodeItWell5-Jan-07 9:19 
GeneralRe: Char problem Pin
Ravi Bhavnani5-Jan-07 9:31
professionalRavi Bhavnani5-Jan-07 9:31 
GeneralRe: Char problem [modified] Pin
CodeItWell5-Jan-07 10:29
CodeItWell5-Jan-07 10: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.