Search Results

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. …
5
votes
3answers
530 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
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 should I convert Java code to C# code?

I'm not sure if it is really the best way to convert the code line by line especially if the obstacles become overwhelming. Of course the Java code gives you a guideline and the basic structure but …