Search Results

0
votes
4answers
957 views

Why doesn’t BackColor work for TabControls in .NET?

If you use the standard tab control in .NET for your tab pages and you try to change the look and feel a little bit then you are able to change the back color of the tab pages but not for the tab c …
0
votes
1answer
668 views

Customized DataGridView column does not accept the entered decimal seperator under Windows Vista

Hello everybody! For a project I built a custom DataGridView column which contains NumericUpDown controls. It is implemented similar to the suggestion from …
3
votes
2answers
686 views

Browser Helper Objects (BHO) in Windows Vista only with admin rights?

For a university project I programmed a Internet Explorer Browser Helper Object to process web document information while browsing. It were running successful on Windows XP with IE6 and IE7. …
0
votes
2answers
322 views

How to display a VRML model with .NET?

Hello everybody! I have a request to display VRML models within a .NET application. Does someone know an easy way, maybe with standard .NET components, to achieve this? What are the issues …
5
votes
3answers
527 views

.NET: How to check the type within a generic typed class?

Hello everybody! How do I get the type of a generic typed class within the class? An example: I build a generic typed collection implementing ICollection< T>. Wi …
0
votes
7answers
2k views

Why is Visual Studio not able to open .csproj files?

Hello! I have the odd problem that I am not able to open the properties of my .NET projects in Visual Studio. If I try to open it by clicking on the Properties tree node in the Solution Exp …
0
votes
1answer
103 views

How to access the user font settings of the Internet Explorer?

I would like to access the Internet Explorer user settings for fonts, especially the font family, within a Browser Helper Object written in C#. I have looked into SHDocVw.WebBrowser and IHT …
0
votes

How do you handle multiple selection in a drop down style control?

I would use the CheckedListBox instead. It visualizes the multiple selection and you are able to select multiple entries. …
5
votes

Why is Visual Studio not able to open .csproj files?

Repair installation doesn't worked as I mentioned in my question. The problem was solved by using the command line with devenv /ResetSkipPkgs BUT after that I had …