Archive for the ‘MS Visual Basic’ Category

“Click-Once” loops to install .NET Framework

Samstag, Oktober 31st, 2009

 When starting a “Click-Once” published application from Internet URL a dialog keeps trying to install .NET Framework every time, and even if you run this install it keeps trying to install .NET Framework on subsequent “Click-Once” activations…

And you are sure - .NET Framework is installed on your PC. What’s this?

This is caused when you opened a .application file in e.g. Notepad and set Notepad to be the default handler for .application files. (It needs to be the ClickOnce client runtime component). Resetting this back to the default handler corrected the problem.

Excel (VBA) and Online Help

Dienstag, August 1st, 2006

How do you integrate HTML HELP files into your Visual Basic for Applications (VBA)?

This is a frequently asked question. We have put together a example for help file integration with Visual Basic for Applications on this page.