Tim

496
Reputation
134 views

Registered User

Name Tim
Member for 1 year
Seen 5 hours ago
Website
Location MN
Age 23
B.A. Comp Sci
Nov
22
awarded  Popular Question
Nov
9
awarded  Yearling
Oct
13
comment C# Get a control’s position on a form
How does this help for getting the control's absolute position? You have to pass in a Point object to PointToScreen(), which doesn't make sense in this case.
Oct
9
awarded  Popular Question
Jul
22
asked FxCop - CA1034 error - WHY?
Jun
17
asked Close modal dialog from external thread - C#
Jun
16
comment Using this() in C# Constructors
Is this still assuming there is a parameterless constructor for Foo? If we defined a parameterless constructor that set x, wouldn't it behave as we would expect?
Jun
16
comment Using this() in C# Constructors
Thanks for help everyone!
Jun
16
revised Using this() in C# Constructors
added type to bar
Jun
16
comment Using this() in C# Constructors
I had always thought that : was used for inheritance - is there any inheritance happening in Example 1, or is this just an overloaded usage of the colon?
Jun
16
asked Using this() in C# Constructors
Jun
15
accepted Jquery hide/show not working in Firefox/Chrome
Jun
15
answered Jquery hide/show not working in Firefox/Chrome
Jun
9
comment Jquery hide/show not working in Firefox/Chrome
Thanks for the suggestion Benny. It looks like it is an issue even with plain text. I've updated the example to use text, as you've now eliminated this being a problem with the embedding.
Jun
9
revised Jquery hide/show not working in Firefox/Chrome
removed embed code
Jun
9
comment Jquery hide/show not working in Firefox/Chrome
Nice catch, Ali - this was actually just a typo when I was trying to obfuscate my code a bit. The real version doesn't have this problem. in fact - I can replace all the embedding code with simple text and it will exhibit the same issue.
Jun
9
asked Jquery hide/show not working in Firefox/Chrome