this is not what he wants , what you are suggesting is using a VB6 activex
executable in VB.Net
what he wants is making a executable with equivalant VB6 COM \ OLE
functionality
well the answer is create your classes and methods public and they can be
accessed externally by other .Net applications ( this is possible in every
..Net application that is why it isn`t specified in the project window ,,,
this technique is even availlable in ASP.Net ,,,,,, )
If you want you program also be accessible by non .Net apps ,,, then you can
write a public class and expose it to COM ,,,
maybe this would be nice to write an article about ,,,,,, if i just could
find the time ;-)
Michel Posseth [MCP]
"Phil G." <(E-Mail Removed)> wrote in message
news:de9mui$pgb$(E-Mail Removed)...
> Apologies if I am stating the obvious!!!
>
> Have you tried adding a reference to your exe from the 'references folder'
> within the properties panel....>Add Reference >Browse.
>
> Rgds
>
> "technetrix" <(E-Mail Removed).> wrote in message
> news:876A00A2-F345-43EE-B2CF-(E-Mail Removed)...
>>I have an activex application developed in VB6 as an EXE file with some
>>user
>> interface and some objects I can access from other applications.
>> How can I do that inVB.net? Activex application doesn't exist when I try
>> to
>> create a new application.
>
>
|