Search Results

0
votes

.NET NumericTextBox

Microsoft leave it to 3rd parties to fill in the gaps regarding missing controls in the toolbox. I imagine time and cost would feature in their rationale. In this case, however, I think tha …
-2
votes

Most wanted feature for C# 4.0 ?

Interfaces that include a class' static members. Option to allow sub-classes to inherit attributes from their parents. Generic constrains based on value types. Mult …
0
votes

Using Crystal Reports in Visual Studio 2005 (C# .NET Windows App)

I strongly recommend trying an alternative reporting solution - I have a lot of experience with Crystal, and have managed to do some funky things with it in .Net, but quite honestly the integration …
0
votes

Using PerformanceCounter through an ASP.NET AJAX call

Two ideas for you: You could temporarily impersonate a user with the …
0
votes

Does anyone have an example of creating a custom text marker in Visual Studio?

I believe that the following projects use custom text markers. They might give you some ideas: http://snippetdesigner.cod …