Click here to Skip to main content
16,005,467 members
Home / Discussions / C#
   

C#

 
AnswerRe: self starting windows service Pin
Robert Rohde30-Mar-06 4:16
Robert Rohde30-Mar-06 4:16 
GeneralRe: self starting windows service Pin
rakesh_nits30-Mar-06 19:22
rakesh_nits30-Mar-06 19:22 
QuestionCustom Property LOV??? Pin
FoxholeWilly30-Mar-06 2:46
FoxholeWilly30-Mar-06 2:46 
AnswerRe: Custom Property LOV??? Pin
Robert Rohde30-Mar-06 2:58
Robert Rohde30-Mar-06 2:58 
GeneralRe: Custom Property LOV??? Pin
FoxholeWilly30-Mar-06 4:36
FoxholeWilly30-Mar-06 4:36 
QuestionSetting gray background to treeview? Pin
Dominik Reichl30-Mar-06 2:31
Dominik Reichl30-Mar-06 2:31 
AnswerRe: Setting gray background to treeview? Pin
Robert Rohde30-Mar-06 3:16
Robert Rohde30-Mar-06 3:16 
QuestionEvent handle problem in C# Pin
Phoen2530-Mar-06 2:16
Phoen2530-Mar-06 2:16 
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 !!!

Can any of your give an example of how can I implement my own mouse enter event jobs?

Any ideas??

Thanks a lot.

QuestionPicturebox scrolling from bottom to top Pin
esumeyra30-Mar-06 2:03
esumeyra30-Mar-06 2:03 
QuestionHeeeeelp. I am novice in C# and AutoCAD Pin
Noora :)30-Mar-06 1:59
Noora :)30-Mar-06 1:59 
AnswerRe: Heeeeelp. I am novice in C# and AutoCAD Pin
CWIZO30-Mar-06 10:09
CWIZO30-Mar-06 10:09 
QuestionRe: Heeeeelp. I am novice in C# and AutoCAD Pin
Noora :)30-Mar-06 11:16
Noora :)30-Mar-06 11:16 
QuestionExplorer-like thumbnails Pin
katatonius30-Mar-06 1:48
katatonius30-Mar-06 1:48 
AnswerRe: Explorer-like thumbnails Pin
Robert Rohde30-Mar-06 3:20
Robert Rohde30-Mar-06 3:20 
GeneralRe: Explorer-like thumbnails Pin
katatonius2-Apr-06 23:34
katatonius2-Apr-06 23:34 
QuestionEncryption/Decryption of files instantly Pin
zorro.tmh30-Mar-06 1:28
zorro.tmh30-Mar-06 1:28 
AnswerRe: Encryption/Decryption of files instantly Pin
Le centriste30-Mar-06 3:59
Le centriste30-Mar-06 3:59 
GeneralRe: Encryption/Decryption of files instantly Pin
zorro.tmh30-Mar-06 8:05
zorro.tmh30-Mar-06 8:05 
AnswerRe: Encryption/Decryption of files instantly Pin
Le centriste30-Mar-06 8:13
Le centriste30-Mar-06 8:13 
GeneralRe: Encryption/Decryption of files instantly Pin
zorro.tmh31-Mar-06 22:06
zorro.tmh31-Mar-06 22:06 
QuestionRe: Encryption/Decryption of files instantly Pin
zorro.tmh1-Apr-06 23:00
zorro.tmh1-Apr-06 23:00 
AnswerRe: Encryption/Decryption of files instantly Pin
Le centriste3-Apr-06 4:00
Le centriste3-Apr-06 4:00 
QuestionCreating ODBC DSN Entries using . NET Pin
kingking30-Mar-06 0:43
kingking30-Mar-06 0:43 
QuestionExecuteNonQuery? Why Sleep()?? Pin
_Dito_30-Mar-06 0:16
_Dito_30-Mar-06 0:16 
AnswerRe: ExecuteNonQuery? Why Sleep()?? Pin
Antony M Kancidrowski30-Mar-06 1:20
Antony M Kancidrowski30-Mar-06 1:20 

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.