Re: DLL configuration files

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



A feedback system whereby the DLL passes the settings back to the main app
for storage and retreval.

If I understand you correctly, you mean something like this:

public interface IAppInterface
{
...
public void LoadPluginSettings(string PluginName, out string [] Settings);
public void SavePluginSettings(string PluginName, string [] Settings);
}

IAppInterface is of course accessible from the plugin(s). I realize that
this might not be exactly what you mean, but maybe close?

--
Regards, Peter


.



Relevant Pages

  • Re: DLL configuration files
    ... public interface IAppInterface ... public void SavePluginSettings(string PluginName, string Settings); ...
    (microsoft.public.dotnet.framework.clr)
  • Re: Is there a limit to the size or complexity of JPanels paintComponent method?
    ... double actualnorthextent, actualsouthextent, actualwestextent, ... public void movemapdown() ... public double convertstringcoordinatetodouble(String coord) ... return screencoords; ...
    (comp.lang.java.gui)
  • Re: Is there a limit to the size or complexity of JPanels paintComponent method?
    ... double actualnorthextent, actualsouthextent, actualwestextent, ... public void movemapdown() ... public double convertstringcoordinatetodouble(String coord) ... return screencoords; ...
    (comp.lang.java.gui)
  • Re: Problem with FTP
    ... > private static Encoding ASCII = Encoding.ASCII; ... > private string message = null; ... > private int port = 21; ... > public void Login() ...
    (microsoft.public.pocketpc.developer)
  • Re: All Menu Navigation
    ... i based the implementation on sample code from http://www.asp.net/CSSAdapters/Menu.aspx, which shows how to create decent HTML for a Menu control bound to a SiteMapDataSource. ... public void RenderBeginTag(HtmlTextWriter writer, string cssClass) ... static public void RemoveProblemTypes ...
    (microsoft.public.dotnet.framework.aspnet)