I have form where I used to create standard exe. So How I can used the form to create dll ? This is because I choose standard exe not ActiveX dll..Any Idea?What should I do?
Printable View
I have form where I used to create standard exe. So How I can used the form to create dll ? This is because I choose standard exe not ActiveX dll..Any Idea?What should I do?
hmmmmmmmm
could'nt u make it save as a .dll? :o
When you create a standard exe you told VB ahead of time that you wanted to open up a project for a standard exe. Now if you want to make an ActiveX DLL you also need to tell VB ahead of time to open up a project for an ActiveX DLL.
You cannot open up a project for one type, like a standard exe for example, and save it as another type, like a DLL for example.
I not yet create the create a standard exe. I just choose standard exe during design time. From there, It is possible to create dll? Because when I choose file--> It have Make "Project1.exe" . So What does't have Make "Project1.dll" ? How to switch? Does't I have to copy the code and form from standard exe and choose ActiveX dll? Any easier way to switch without copy the code?
How? I only see *.exe from File--> Make "Project.exe"? How to change this Project Properties to Make "Project1.dll"Quote:
Originally Posted by ZackM
Create a new project of ActiveX DLL .... copy the code over....
-tg
Can I just import the form ? I try importing the form, So I not need to copy the code.
One more thing, while browsing my project properties, I found this as the attach files. So It is possible to change the project type from standard Exe to ActiveX dll? Because I now on the standard exe..
I already told you how to do it in post #3Quote:
Originally Posted by matrik02
Your answer make me confuse.I am not saving it. I just make the the dll from File -->Make Project.dll.Quote:
You cannot open up a project for one type, like a standard exe for example, and save it as another type, like a DLL for example
I have try it and found it work.
I open standard exe and From Project properites,I choose the properties type as ActiveXdll and from File--> I I go to "make project.dll" . I am able to create dll when I change the project type as ActiveXdll while I am on standard exe.
Quote:
Originally Posted by matrik02
That's exactly what I told you