本文介绍了在visual studio .NET,C#中加载程序集时显示启动画面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近我使用了一个DLL库,在Visual Studio中加载时显示了一个启动画面。

我该怎么做?我需要能够在我的DLL在Visual Studio中从DLL本身加载我的dll时触发一些事件。

Recently I used a DLL library which displayed a splash screen when loaded in Visual Studio.
How can I do that? I need to be able to trigger some events when my dll is loaded in Visual Studio, from within the DLL itself.

推荐答案


这篇关于在visual studio .NET,C#中加载程序集时显示启动画面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 21:08