Mike Post

326
Reputation
108 views

Registered User

Name Mike Post
Member for 1 year
Seen 2 hours ago
Website
Location Austin, TX
Age 35
moo
2d
comment Configure Visual Studio Errors Messages (should be referenced)
Do you want to disable messages from Visual Studio or from Resharper? It's not clear based on your question.
Nov
18
awarded  Popular Question
Oct
28
comment Why are signed assemblies slow to load?
Thanks, that was exactly the problem! Heading over to post on the Xceed forums now so no one else has to suffer this same pain.
Oct
24
asked Why are signed assemblies slow to load?
Oct
24
comment How to prevent ToolStrip from docking in another ToolStripContainer?
That only works if you have access to all of the code for the toolstrips. See step 8 of my repro steps in the submittal. (Actually I'm not sure that even works: it looks like you're attaching an event handler to the ToolStrip.EndDrag event. The built in handler will still run and perform the drop operation. Easy enough to fix if you own all the toolbar source code, but I don't.)
Oct
1
awarded  Good Answer
Sep
23
awarded  Yearling