Click here to Skip to main content
16,006,377 members
Home / Discussions / C#
   

C#

 
GeneralRe: About AutoResetEvent Pin
Bob_Sun29-Mar-06 20:07
Bob_Sun29-Mar-06 20:07 
GeneralRe: About AutoResetEvent Pin
George L. Jackson30-Mar-06 1:18
George L. Jackson30-Mar-06 1:18 
QuestionSpecified Cast Invalid Pin
Jonathen Scalet29-Mar-06 14:16
Jonathen Scalet29-Mar-06 14:16 
AnswerRe: Specified Cast Invalid Pin
Christian Graus29-Mar-06 16:20
protectorChristian Graus29-Mar-06 16:20 
QuestionCollectionEditor Serialization Pin
cnich2329-Mar-06 13:26
cnich2329-Mar-06 13:26 
QuestionHow to rotate shapes around it's center when it is moving ? Pin
hdv21229-Mar-06 13:25
hdv21229-Mar-06 13:25 
AnswerRe: How to rotate shapes around it's center when it is moving ? Pin
Guffa29-Mar-06 17:30
Guffa29-Mar-06 17:30 
QuestionEvent handle problem in C# Pin
Phoen2529-Mar-06 9:34
Phoen2529-Mar-06 9:34 
Hello, may be some of you could help me. I have a winform with FormBorderStyle asigned to None (I need it in that way), and an AXWebBrowser with Dock asigned to Fill. My problem is that the MouseEnter event for the winform only work if I have a part of it visible, but in this case I must have the webbroser filling all the winform, so the event MouseEnter never work. And the webbrowser doen't have a MouseEnter event, so I can't call that event too. I need the event for enter and leaving.

I try:
((Control)this.browser).MouseEnter += new System.EventHandler(this.AlertWindow_MouseEnter);

But doesn't work !!!

Any ideas??

Thansk a lot.
AnswerRe: Event handle problem in C# Pin
Expert Coming29-Mar-06 11:02
Expert Coming29-Mar-06 11:02 
GeneralRe: Event handle problem in C# Pin
Phoen2529-Mar-06 12:34
Phoen2529-Mar-06 12:34 
GeneralRe: Event handle problem in C# Pin
Expert Coming29-Mar-06 12:36
Expert Coming29-Mar-06 12:36 
GeneralRe: Event handle problem in C# Pin
Phoen2530-Mar-06 1:20
Phoen2530-Mar-06 1:20 
GeneralRe: Event handle problem in C# Pin
Phoen2530-Mar-06 1:22
Phoen2530-Mar-06 1:22 
QuestionControl visible changed event Pin
malharone29-Mar-06 8:48
malharone29-Mar-06 8:48 
QuestionEnvironment.GetFolderPath doesn't return anything when running from a Windows Service Pin
montm29-Mar-06 8:07
montm29-Mar-06 8:07 
QuestionTimer and Paint Pin
CoolASL29-Mar-06 7:51
CoolASL29-Mar-06 7:51 
AnswerRe: Timer and Paint Pin
Ravi Bhavnani29-Mar-06 8:11
professionalRavi Bhavnani29-Mar-06 8:11 
GeneralRe: Timer and Paint Pin
CoolASL29-Mar-06 17:50
CoolASL29-Mar-06 17:50 
AnswerRe: Timer and Paint Pin
Guffa29-Mar-06 8:12
Guffa29-Mar-06 8:12 
GeneralRe: Timer and Paint Pin
CoolASL29-Mar-06 17:48
CoolASL29-Mar-06 17:48 
AnswerRe: Timer and Paint Pin
Guffa29-Mar-06 21:09
Guffa29-Mar-06 21:09 
QuestionMouseEnter Problem in C# Pin
Phoen2529-Mar-06 7:26
Phoen2529-Mar-06 7:26 
QuestionHelp! Asynchronous Executions Pin
swanmynova29-Mar-06 6:28
swanmynova29-Mar-06 6:28 
AnswerRe: Help! Asynchronous Executions Pin
Judah Gabriel Himango29-Mar-06 11:19
sponsorJudah Gabriel Himango29-Mar-06 11:19 
GeneralRe: Help! Asynchronous Executions Pin
swanmynova30-Mar-06 5:18
swanmynova30-Mar-06 5: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.