From: Tomas Andersson on 20 Feb 2010 18:46 I have a problem. I'm making an app in VB9 VS 2008. The app is going to be a form MDI and a menu. What I need to do is search app.path/Plugin or something like that and find ..DLLs. My DLLs will have a couple of functions. First I need the Main form to add a menuitem in the menu. This menu item should then declare an instance of a form in the DLL as an MDIchild and open the form. I have looked high and low on the internet and MSDN to find what I need without success. As I'm writing both the main program and the DLLs that make up the add-in functionality I'm thinking I don't need to make an interface between the main app and the DLL. But when I try referencing the DLL directly which works and then remove the DLL I get a file missing error. Does anyone have some insights? Code examples would be appreciated. Or where I can find literature regarding my problem.
From: Nobody on 20 Feb 2010 19:23 "Tomas Andersson" <tomas.andersson(a)heatex.com> wrote in message news:u7%23s%23bosKHA.3408(a)TK2MSFTNGP06.phx.gbl... > I'm making an app in VB9 VS 2008. This group is for VB6 and earlier(VB Classic). VB.Net and all dotnet groups have either "dotnet" or "vsnet" in the group name. Please use the following group instead: news://msnews.microsoft.com/microsoft.public.dotnet.languages.vb
|
Pages: 1 Prev: Read/Write INI on Program File Vista Problem Next: Special Folder Location |