Click here to Skip to main content
15,892,537 members
Articles / Operating Systems / Windows

VB6 - C# Interop Form Toolkit

Rate me:
Please Sign up or sign in to vote.
4.57/5 (11 votes)
2 Oct 2006CPOL2 min read 197.4K   3.8K   26  
Interop Form Toolkit was released few days ago. It allows an easy creation of mixed VB6/VB.NET application. One thing it is missing is the ability to do it in C#.
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.42
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace InteropFormAddIn {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class Resource {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Resource() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("InteropFormAddIn.Resource", typeof(Resource).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error Creating InteropForm Wrapper Classes for Project {0}.
        /// </summary>
        internal static string ADDIN_STATUS_GENERATED_ERROR_FULL {
            get {
                return ResourceManager.GetString("ADDIN_STATUS_GENERATED_ERROR_FULL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error Creating InteropForm Wrapper Classes.
        /// </summary>
        internal static string ADDIN_STATUS_GENERATED_ERROR1 {
            get {
                return ResourceManager.GetString("ADDIN_STATUS_GENERATED_ERROR1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to   for Project {0}.
        /// </summary>
        internal static string ADDIN_STATUS_GENERATED_ERROR2 {
            get {
                return ResourceManager.GetString("ADDIN_STATUS_GENERATED_ERROR2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to InteropForm Wrapper Classes Generated.
        /// </summary>
        internal static string ADDIN_STATUS_GENERATED_OK {
            get {
                return ResourceManager.GetString("ADDIN_STATUS_GENERATED_OK", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Generating InteropForm Wrapper Classes....
        /// </summary>
        internal static string ADDIN_STATUS_GENERATING {
            get {
                return ResourceManager.GetString("ADDIN_STATUS_GENERATING", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There was a problem connecting to the Interop Forms Toolkit AddIn.  Error message was {0}.
        /// </summary>
        internal static string AddinConnectErrMsg {
            get {
                return ResourceManager.GetString("AddinConnectErrMsg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Generate InteropForm Wrapper Classes.
        /// </summary>
        internal static string COMMAND_DISPLAY_NAME {
            get {
                return ResourceManager.GetString("COMMAND_DISPLAY_NAME", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to MenuBar.
        /// </summary>
        internal static string CommandBarsItemMenuBar {
            get {
                return ResourceManager.GetString("CommandBarsItemMenuBar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There was a problem creating InteropForm Wrapper Classes.  The error was {0}.
        /// </summary>
        internal static string CreateWrappersErrMsg {
            get {
                return ResourceManager.GetString("CreateWrappersErrMsg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to InteropForm Wrapper Class Generator.
        /// </summary>
        internal static string DISPLAY_CAPTION {
            get {
                return ResourceManager.GetString("DISPLAY_CAPTION", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {6BB5F8EE-4483-11D3-8BCF-00C04F8EC28C}.
        /// </summary>
        internal static string DOCUMENT_TYPE {
            get {
                return ResourceManager.GetString("DOCUMENT_TYPE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This event exposes System.EventArgs as part of its signature..
        /// </summary>
        internal static string EVENT_ARGS_COMMENT1 {
            get {
                return ResourceManager.GetString("EVENT_ARGS_COMMENT1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Any dervied types have been cast down..
        /// </summary>
        internal static string EVENT_ARGS_COMMENT2 {
            get {
                return ResourceManager.GetString("EVENT_ARGS_COMMENT2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Be sure COM client references the Common Language Runtime Library (mscorlib.tlb) or library containing appropriate derived type..
        /// </summary>
        internal static string EVENT_ARGS_COMMENT3 {
            get {
                return ResourceManager.GetString("EVENT_ARGS_COMMENT3", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event {0} will not be generated. Could not find delegate {1}.  Delegate must be explicitly.
        /// </summary>
        internal static string EventErrMsg {
            get {
                return ResourceManager.GetString("EventErrMsg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type {0} is not supported. Event {1} will not be generated..
        /// </summary>
        internal static string EventErrMsg2 {
            get {
                return ResourceManager.GetString("EventErrMsg2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {6BB5F8EF-4483-11D3-8BCF-00C04F8EC28C}.
        /// </summary>
        internal static string FOLDER_TYPE {
            get {
                return ResourceManager.GetString("FOLDER_TYPE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type {0} is not supported. Initialize method for constructor with parameter {1}({2}) will not be generated..
        /// </summary>
        internal static string InitMethodErrMsg {
            get {
                return ResourceManager.GetString("InitMethodErrMsg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to InteropForm Wrapper Classes.
        /// </summary>
        internal static string INTEROP_FORM_PROXY_FOLDER_NAME {
            get {
                return ResourceManager.GetString("INTEROP_FORM_PROXY_FOLDER_NAME", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Global::ctrl+shift+g.
        /// </summary>
        internal static string KeyBinding {
            get {
                return ResourceManager.GetString("KeyBinding", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {B5E9BD34-6D3E-4B5D-925E-8A43B79820B4}.
        /// </summary>
        internal static string LanguageCS {
            get {
                return ResourceManager.GetString("LanguageCS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {B5E9BD33-6D3E-4B5D-925E-8A43B79820B4}.
        /// </summary>
        internal static string LanguageVB {
            get {
                return ResourceManager.GetString("LanguageVB", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error creating Add-In: could not load supported types for generated code.  .
        /// </summary>
        internal static string LoadSupportedTypesErrMsg {
            get {
                return ResourceManager.GetString("LoadSupportedTypesErrMsg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type {0} is not supported. Method {1} will not be generated..
        /// </summary>
        internal static string MethodErrMsg1 {
            get {
                return ResourceManager.GetString("MethodErrMsg1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type {0} is not supported. Method {1} will not be generated..
        /// </summary>
        internal static string MethodErrMsg2 {
            get {
                return ResourceManager.GetString("MethodErrMsg2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameterized properties are not supported. Property {0} will not be generated..
        /// </summary>
        internal static string ParamPropertyErrMsg {
            get {
                return ResourceManager.GetString("ParamPropertyErrMsg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type {0} is not supported. Property {1} will not be generated..
        /// </summary>
        internal static string PropertyErrMsg {
            get {
                return ResourceManager.GetString("PropertyErrMsg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There was a problem Querying Status of AddIn.  The error was {0}.
        /// </summary>
        internal static string QueryStatusErrMsg {
            get {
                return ResourceManager.GetString("QueryStatusErrMsg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Tools.
        /// </summary>
        internal static string ToolsMenuNameDefault {
            get {
                return ResourceManager.GetString("ToolsMenuNameDefault", resourceCulture);
            }
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Israel Israel
Leon works as Chief Architect at SRL Group. He leads architectural design and development of various enterprise level projects.
You can meet him on user groups, conferences and forums dedicated to Architecture, ASP.NET, Team System etc. or join him for the next white water rafting adventure

Comments and Discussions