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

C#

 
QuestionToo many MachineKeys ? Pin
Guinness4Strength27-Sep-06 17:23
Guinness4Strength27-Sep-06 17:23 
Questionthemes and master forms Pin
Harikrk27-Sep-06 16:09
Harikrk27-Sep-06 16:09 
AnswerRe: themes and master forms Pin
Nader Elshehabi27-Sep-06 18:45
Nader Elshehabi27-Sep-06 18:45 
QuestionHow to disable the Form capture? Pin
Rojan Gh.27-Sep-06 14:10
professionalRojan Gh.27-Sep-06 14:10 
AnswerRe: How to disable the Form capture? Pin
Nader Elshehabi27-Sep-06 14:35
Nader Elshehabi27-Sep-06 14:35 
GeneralRe: How to disable the Form capture? Pin
Rojan Gh.27-Sep-06 14:53
professionalRojan Gh.27-Sep-06 14:53 
GeneralRe: How to disable the Form capture? Pin
Nader Elshehabi27-Sep-06 15:00
Nader Elshehabi27-Sep-06 15:00 
GeneralRe: How to disable the Form capture? Pin
Rojan Gh.27-Sep-06 15:12
professionalRojan Gh.27-Sep-06 15:12 
No!
My problem is that, I want to filter this messages:
1)Mouse is pressed on the title bar of the window(nonClientArea) and it's what I can do,
2)Mouse is released on the title bar of the window(nonClientArea), and because the window Captures the mouse, and as it is written in MSDN Documents, when the mouse is captured by the window, the release message would not be sent to the application, and so I can not get this message!
(Whenever I ignore the first message filter(press message) by returning the true value to filter the message or clicking on the clientArea(and setting the capture to false in the mouse down event handler), the release message would be sent to the application!)D'Oh! | :doh:

Sojaner!

QuestionRe: How to disable the Form capture? Pin
Nader Elshehabi27-Sep-06 15:18
Nader Elshehabi27-Sep-06 15:18 
AnswerRe: How to disable the Form capture? Pin
Rojan Gh.27-Sep-06 15:33
professionalRojan Gh.27-Sep-06 15:33 
GeneralRe: How to disable the Form capture? Pin
Nader Elshehabi27-Sep-06 16:00
Nader Elshehabi27-Sep-06 16:00 
GeneralRe: How to disable the Form capture? [modified] Pin
Rojan Gh.27-Sep-06 16:18
professionalRojan Gh.27-Sep-06 16:18 
GeneralRe: How to disable the Form capture? Pin
Nader Elshehabi27-Sep-06 16:24
Nader Elshehabi27-Sep-06 16:24 
GeneralRe: How to disable the Form capture? Pin
Rojan Gh.27-Sep-06 16:35
professionalRojan Gh.27-Sep-06 16:35 
AnswerRe: How to disable the Form capture? Pin
Nader Elshehabi27-Sep-06 18:38
Nader Elshehabi27-Sep-06 18:38 
GeneralRe: How to disable the Form capture? Pin
Rojan Gh.28-Sep-06 4:05
professionalRojan Gh.28-Sep-06 4:05 
GeneralRe: How to disable the Form capture? Pin
Nader Elshehabi28-Sep-06 4:16
Nader Elshehabi28-Sep-06 4:16 
AnswerRe: How to disable the Form capture? Pin
Rojan Gh.28-Sep-06 8:23
professionalRojan Gh.28-Sep-06 8:23 
QuestionWeb Aplication learning with ASP.NET Pin
unitecsoft27-Sep-06 12:25
unitecsoft27-Sep-06 12:25 
AnswerRe: Web Aplication learning with ASP.NET Pin
Christian Graus27-Sep-06 12:55
protectorChristian Graus27-Sep-06 12:55 
AnswerRe: Web Aplication learning with ASP.NET Pin
Nader Elshehabi27-Sep-06 14:04
Nader Elshehabi27-Sep-06 14:04 
AnswerRe: Web Aplication learning with ASP.NET Pin
_AK_27-Sep-06 21:06
_AK_27-Sep-06 21:06 
GeneralRe: Web Aplication learning with ASP.NET Pin
unitecsoft27-Sep-06 22:34
unitecsoft27-Sep-06 22:34 
GeneralRe: Web Aplication learning with ASP.NET Pin
_AK_27-Sep-06 23:00
_AK_27-Sep-06 23:00 
GeneralRe: Web Aplication learning with ASP.NET Pin
unitecsoft28-Sep-06 4:56
unitecsoft28-Sep-06 4:56 

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.