Click here to Skip to main content
15,895,192 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Char problem Pin
Ravi Bhavnani5-Jan-07 11:18
professionalRavi Bhavnani5-Jan-07 11:18 
QuestionC#.NET Email Pin
TRK@UK5-Jan-07 6:26
TRK@UK5-Jan-07 6:26 
AnswerRe: C#.NET Email Pin
Ravi Bhavnani5-Jan-07 6:36
professionalRavi Bhavnani5-Jan-07 6:36 
AnswerRe: C#.NET Email Pin
Guffa5-Jan-07 8:03
Guffa5-Jan-07 8:03 
GeneralRe: C#.NET Email Pin
Dan Neely5-Jan-07 8:26
Dan Neely5-Jan-07 8:26 
GeneralRe: C#.NET Email Pin
Guffa6-Jan-07 10:09
Guffa6-Jan-07 10:09 
QuestionGetting a random entry from a Generic Dictionary [modified] Pin
Mike Heffernan5-Jan-07 5:58
Mike Heffernan5-Jan-07 5:58 
AnswerRe: Getting a random entry from a Generic Dictionary Pin
Ravi Bhavnani5-Jan-07 6:41
professionalRavi Bhavnani5-Jan-07 6:41 

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.