Ken,
I have put form's in DLLs and have displayed them from VB.NET programs.
What is the error that you are receiving. Are you calling it from VB.NET or
a COM language?
> A support guy told me that i can create a dialog box but not a form, and
it is supported.
Was the "support guy" talking VB.NET? I would check back with the "support
guy" to get a working example of what he is talking about, the only clean
way I know of in VB.NET to create a dialog box is to create a Form.
Another method would be to define a Dialog RC and use the WIn32 Dialog APIs,
which really are not needed in .NET. Plus Dialog.rc is not really supported
in VB.NET, it might be easier to drop into C++ for that...
Hope this helps
Jay
"Ken" <(E-Mail Removed)> wrote in message
news:420CE586-1B82-4455-8A58-(E-Mail Removed)...
> Hi Jay,
>
> I would like to create a dll file using vb, but the dll file is going to
run by some other application as a script type of thing. I don't think it
supports Form.show. whenever i call this function, it generates an error.
A support guy told me that i can create a dialog box but not a form, and it
is supported.
>
> Cheers
|