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?
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?
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 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?
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
Your answer make me confuse.I am not saving it. I just make the the dll from File -->Make Project.dll.
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.
Your answer make me confuse.I am not saving it. I just make the the dll from File -->Make Project.dll.
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.