GUI-dll counterpart

  • Thread starter Thread starter PPCtech
  • Start date Start date
P

PPCtech

hey guys,
i have an existing win32 application where i load a DLL for some
calculation and have GUI / dialog boxes pop- up from the dll.( for
user interaction)

What do i have in .net to acheive similar stuff:
i want to load a library of code with dialog boxes...and have it
display forms/gui/dialog boxes.....and unload it from memory when
done.

do assemblies do this?? or class??

thanks
vivek
 
PPCtech,

Did you know that for every dotNet program language is a special newsgroup.

They start with
microsoft.public.dotnet.languages. and than vb, csharp or cv
strange enough is the J# one
microsoft.public.dotnet.jsharp

I think you have a better change in one of those language newsgroups for
your question before I ask you what language you are using.

I would not know why it cannot be done by the way.

I hope this helps?

Cor
 
Back
Top