I\'m trying to expose a C# class library via COM so that I can use it in a classic asp web site. I\'ve used sn - k, regasm and gacutil.About all I can do now though is echo back strings.
What is the preferred method of refreshing a combo box when the data changes? If a form is open and the combo box data is already loaded, how do you refresh the contents of the combo box without the
I want to migrate one of the application开发者_如何学C from vb6 to .net with Visual studio 2010. At present the application is windows based application. I want to make web application.
Is it possible to get a list of hidden files over an FTP server using FtpFindFirstFile? I can get all files aside from hidden ones.I am wondering if there is a flag I need to set, or if there is just
I just wonder if that is possible. I开发者_JAVA百科 know simple types can be read through com interface. Does anyone have experience with complex types as structs and classes?Simple types are passed
Handling events exposed on a .NET class via COM in VB6 My test .NET (class libary registered for interop in compiler settings) code:
I\'m a non-VB6 person who had the misfortune of inheriting a buggy legacy VB6/Classic ASP project. There\'s a section where a lot of entries are put into a Dictionary and I want to see all it contains
The following MSDN example promises to demonstrate how to use the .NET BackgroundWorker from VB6 but it fails with an AccessViolationException.The only workaround is to compile the VB6 code as P-code,
Error referencing 开发者_如何学编程vs2005 c# file(.tlb extension) in vb6 application. error message:
I need to support a legacy vb6 application开发者_开发百科, and would like to add a tab control.Is there an equivalent to visual studio 2008\'s tab control?The built-in \"TabStrip\" control is a pain t