English 中文(简体)
COM DL与C#之间的交流
原标题:
  • 时间:2009-05-12 19:14:30
  •  标签:

我请question。 另一天涉及超时电灯。 在帮助下,我说明了如何开展工作。

这里是一线超负荷工作(根据我的理解): 在自行车之前,它要与系统中的所有单向接线员联系,以确定它是否应当从该特定元件上提取超支。

My setup:
I have a registered Shell Extension (Icon Overlay Handler) that I want to use to display icon overlays. Also, I have a .NET application (C#) that will write to a database (SQLite, most likely) with the names, etc. of all the files and folders I want to display an overlay on.

My problem is:
How do I get the Shell Extension (I think its basically a COM DLL) to call back into my .NET application? Or is that overkill and should I just have the Shell Extension read from the database directly?

可找到的解决办法?

  1. Have the Shell Extension (icon overlay handler) read the database and determine whether to show overlay.
  2. Have the Shell Extension call back into a .NET application to determine whether to show the overlay.

我希望,如果不是这样,我会尝试阐述这一点。

最佳回答
问题回答




相关问题
热门标签