Hi!
I am trying to use the following code in a little VB.Net project and I just cant get it to work. I get an error that says the "adressof"-command isnt using the right delegate type and some functions seem to be missin return commands?!? Could someone please have a look at this and maybe change it, so it works in VB.Net?
Thank you :)
Christian
====
Attribute VB_Name =...
Search Result
Collapse
5 results in 0.0027 seconds.
Keywords
Members
Tags
-
Pacemaker Winamp-Plugin code doesnt work in VB.NET
-
How do you document Agile software projects?
We've been trying various tools to document our projects. Have tried everything from the Rational Rose suite to a basic Wiki with Visio to write up just the right amount of documentation, use cases and specs. Lately we've adopted a more agile approach to development and wanted some ideas on what you guys use to communicate clearly within your teams and capture some of the thinking and design that goes into your projects.
We're now... -
Relative addressing of ActiveX control
Hey,
I was wondering if there was a way to relatively address the location of a .ocx activeX plugin that is embedded in a form.
I want to have the plugin embedded on a form, in a database that is going to be moved around very frequently on different computers- The details of this are inconsequential , there is no way for it to not move - so everything it needs has to travel with it.
For example, pictures are stored... -
Unloadable Plugin Architecture in .NET
This is my first question here, so apologies if I have made a mistake.
I am developing a collection of small games using WPF with C# but have been having real difficulty in being able to load and unload each game into my main viewer application.
The structure of my program is I have a main view application GameViewer.EXE which basically consists of a Frame object to view pages.
Each game is a custom class GamePage.CS,...Last edited by Frinavale; Nov 27 '09, 02:59 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags. -
dll not found when changing the path
Hi everyone, sorry about my english. Im having a problem and i don't know how to fix it.
I have a plugin-based application that i'm developing. Every plugin has a reference to a dll that has different static classes with functions. When i run the application with all the dlls (plugins and their references) in the same directory, the application works fine. But the problem comes when i change the application's path, leaving the dlls...