Hello, I am new to this group but it seems like a good place to ask my question. I have a very simple program that has a form. On that form I have a MonthCalendar Common Control. This code is written in VS 2005. The code itself is pretty straight forward. I have two functions one that returns the selected date to a text box and one that returns the date directly from the MonthCalendar Common Control. I did a quick test in windows app mode to make sure it works that the way I want and it does.
Now that I have it working I want to turn the App into a DLL. In order to do that I did the following. I went into the Build tab of the project properties and an enabled the "Register for COM interop by clicking yes. I also added "using System.Runtime.InteropServices;" to my code I created an ok button and when I hit ok it will return the text box value back to the calling app My problem is that I think I must be missing something because my class shows up but my my members do not.. Do you guys know what I could be missing? I am sure it's something silly but I am not seeing it. Thanks Josh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
