Click here to Skip to main content
15,924,507 members
Home / Discussions / C#
   

C#

 
GeneralRe: Array null problem Pin
TheGreatAndPowerfulOz20-Feb-08 13:32
TheGreatAndPowerfulOz20-Feb-08 13:32 
Questionhow to create web site blocker Pin
Mahmood Abbasi19-Feb-08 10:06
Mahmood Abbasi19-Feb-08 10:06 
AnswerRe: how to create web site blocker Pin
Ravi Bhavnani19-Feb-08 10:45
professionalRavi Bhavnani19-Feb-08 10:45 
AnswerRe: how to create web site blocker Pin
Pete O'Hanlon19-Feb-08 10:47
mvePete O'Hanlon19-Feb-08 10:47 
GeneralRe: how to create web site blocker Pin
Mahmood Abbasi19-Feb-08 11:24
Mahmood Abbasi19-Feb-08 11:24 
GeneralRe: how to create web site blocker Pin
Christian Graus19-Feb-08 15:06
protectorChristian Graus19-Feb-08 15:06 
GeneralRe: how to create web site blocker Pin
TheGreatAndPowerfulOz20-Feb-08 13:35
TheGreatAndPowerfulOz20-Feb-08 13:35 
GeneralTooltips on disabled controls Pin
jchalfant19-Feb-08 8:25
jchalfant19-Feb-08 8:25 
All of us have probably ran into this before. You disable a control for some reason or another and would like to let the user know what they did to make this control turn grey or what they can do to enable it again. Sadly, doing it with a tooltip in one or two lines of code is right out because the OnMouseEnter method checks the ButtonBase state for certain flags before rendering the tool tip.

I tried dancing with this problem today by overloading the CheckBox control and forcing the OnMouseEnter function to fire. I realized, then that I had to overload ButtonBase as well.

Not wanting to rewrite an entire class in the framework, I decided to use the old fallback of using the MouseMove event and checking its location.

That was my solution for this today. Anyone ever find a better solution? I hear WPF has built in support for this sort of thing.
GeneralRe: Tooltips on disabled controls Pin
Ravi Bhavnani19-Feb-08 10:47
professionalRavi Bhavnani19-Feb-08 10:47 
GeneralRe: Tooltips on disabled controls Pin
jchalfant19-Feb-08 10:59
jchalfant19-Feb-08 10:59 
GeneralRe: Tooltips on disabled controls Pin
Ravi Bhavnani19-Feb-08 11:01
professionalRavi Bhavnani19-Feb-08 11:01 
GeneralRe: Tooltips on disabled controls Pin
Member 44223237-Oct-09 11:56
Member 44223237-Oct-09 11:56 
GeneralDouble vs Decimal Pin
Vodstok19-Feb-08 8:01
Vodstok19-Feb-08 8:01 
GeneralRe: Double vs Decimal Pin
Le centriste19-Feb-08 9:03
Le centriste19-Feb-08 9:03 
GeneralRe: Double vs Decimal Pin
PIEBALDconsult19-Feb-08 9:23
mvePIEBALDconsult19-Feb-08 9:23 
GeneralRe: Double vs Decimal Pin
Guffa19-Feb-08 9:26
Guffa19-Feb-08 9:26 
GeneralRe: Double vs Decimal Pin
DaveyM6919-Feb-08 9:38
professionalDaveyM6919-Feb-08 9:38 
GeneralRe: Double vs Decimal Pin
Vodstok19-Feb-08 12:22
Vodstok19-Feb-08 12:22 
QuestionHelp required please: Document Upload and Email Verification Pin
Freeweight19-Feb-08 7:14
Freeweight19-Feb-08 7:14 
GeneralRe: Help required please: Document Upload and Email Verification Pin
DaveyM6919-Feb-08 7:28
professionalDaveyM6919-Feb-08 7:28 
GeneralRe: Help required please: Document Upload and Email Verification Pin
Freeweight19-Feb-08 8:26
Freeweight19-Feb-08 8:26 
GeneralRe: Help required please: Document Upload and Email Verification Pin
Michael900019-Feb-08 8:52
Michael900019-Feb-08 8:52 
GeneralRe: Help required please: Document Upload and Email Verification Pin
Freeweight20-Feb-08 5:18
Freeweight20-Feb-08 5:18 
QuestionUsing xmlserialization to create an xml document...have a question [modified] Pin
LongRange.Shooter19-Feb-08 6:57
LongRange.Shooter19-Feb-08 6:57 
GeneralRe: Using xmlserialization to create an xml document...have a question Pin
Le centriste19-Feb-08 9:08
Le centriste19-Feb-08 9:08 

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.