Click here to Skip to main content
15,915,867 members
Home / Discussions / C#
   

C#

 
QuestionPlease help me : SetFileTime Pin
toeh11-Nov-06 23:11
toeh11-Nov-06 23:11 
AnswerRe: Please help me : SetFileTime Pin
Stefan Troschuetz11-Nov-06 23:49
Stefan Troschuetz11-Nov-06 23:49 
AnswerRe: Please help me : SetFileTime Pin
Guffa11-Nov-06 23:56
Guffa11-Nov-06 23:56 
QuestionUnhandled Exceptions in Control Library Pin
gnjunge11-Nov-06 23:01
gnjunge11-Nov-06 23:01 
QuestionSerious Form Focus problem/chalange. Pin
ranzask11-Nov-06 22:17
ranzask11-Nov-06 22:17 
AnswerRe: Serious Form Focus problem/chalange. Pin
Christian Graus12-Nov-06 11:08
protectorChristian Graus12-Nov-06 11:08 
GeneralRe: Serious Form Focus problem/chalange. Pin
ranzask12-Nov-06 11:17
ranzask12-Nov-06 11:17 
AnswerRe: Serious Form Focus problem/chalange. Pin
ranzask12-Nov-06 13:24
ranzask12-Nov-06 13:24 
Hi all

if it intrests anyone..

the notification message that i was talking about was set with TopMost=true

this cause auto activation and force to get focus.
thats why it got some last focus.

why i did is overided the property ShowWithoutActivation
and everything start to work.

protected override bool ShowWithoutActivation
{
get
{
return true;
}
}


thanks man.


R.Z

Questionan XML question Pin
barak16048711-Nov-06 20:10
barak16048711-Nov-06 20:10 
QuestionIn visual studio2005 Pin
barak16048711-Nov-06 20:11
barak16048711-Nov-06 20:11 
AnswerRe: In visual studio2005 Pin
coolestCoder11-Nov-06 21:39
coolestCoder11-Nov-06 21:39 
GeneralRe: In visual studio2005 Pin
barak16048711-Nov-06 23:43
barak16048711-Nov-06 23:43 
GeneralRe: In visual studio2005 Pin
coolestCoder11-Nov-06 23:56
coolestCoder11-Nov-06 23:56 
GeneralRe: In visual studio2005 Pin
Stefan Troschuetz11-Nov-06 23:57
Stefan Troschuetz11-Nov-06 23:57 
QuestionDirectSound Question Pin
F8R11-Nov-06 16:23
F8R11-Nov-06 16:23 
AnswerRe: DirectSound Question Pin
Judah Gabriel Himango11-Nov-06 16:46
sponsorJudah Gabriel Himango11-Nov-06 16:46 
GeneralRe: DirectSound Question Pin
F8R12-Nov-06 0:23
F8R12-Nov-06 0:23 
Questionfind date in a string Pin
mohanrajh11-Nov-06 16:01
mohanrajh11-Nov-06 16:01 
AnswerRe: find date in a string Pin
Judah Gabriel Himango11-Nov-06 16:45
sponsorJudah Gabriel Himango11-Nov-06 16:45 
AnswerRe: find date in a string Pin
Guffa11-Nov-06 22:38
Guffa11-Nov-06 22:38 
GeneralRe: find date in a string Pin
mohanrajh18-Nov-06 0:28
mohanrajh18-Nov-06 0:28 
QuestionI'm going mad - How to exit the proggy Pin
Glen Harvy11-Nov-06 13:18
Glen Harvy11-Nov-06 13:18 
AnswerRe: I'm going mad - How to exit the proggy Pin
Judah Gabriel Himango11-Nov-06 16:40
sponsorJudah Gabriel Himango11-Nov-06 16:40 
AnswerRe: I'm going mad - How to exit the proggy Pin
stano11-Nov-06 16:59
stano11-Nov-06 16:59 
AnswerRe: I'm going mad - How to exit the proggy Pin
Glen Harvy11-Nov-06 22:18
Glen Harvy11-Nov-06 22:18 

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.