[ADVANCED-DOTNET] Setup for IE toolbar

2004-11-26 Thread Adnan Siddiqi
Hello I am creating setup of IE toolbar project,for this I am adding Entries in Registry as well..problem I am facing that (Default) key in: HKEY_CLASSES_ROOT\CLSID\{AE07101B-46D4-4A98-AF68-0333EA26E113} is overwriting the MENUTEXT key,Setup is setting (Dafualt) value to SampleBars.HelloWorldBar

Re: [ADVANCED-DOTNET] Methods Calls on value types

2004-11-26 Thread Shawn A. Van Ness
Hi Girish, yes that's correct -- even for virtual function calls, like ToString(). There is an interesting, related thread over on the dotnet-cx list, about why structs can't serve as base types: http://discuss.develop.com/archives/wa.exe?A2=ind0411d&L=dotnet-cx&P=3032 If you go back and look at