Click here to Skip to main content
15,886,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Structured programming question Pin
cstrader2321-Mar-07 11:41
cstrader2321-Mar-07 11:41 
GeneralRe: Structured programming question Pin
Colin Angus Mackay1-Mar-07 12:35
Colin Angus Mackay1-Mar-07 12:35 
GeneralRe: Structured programming question Pin
cstrader2321-Mar-07 12:56
cstrader2321-Mar-07 12:56 
GeneralRe: Structured programming question Pin
Colin Angus Mackay1-Mar-07 13:03
Colin Angus Mackay1-Mar-07 13:03 
GeneralRe: Structured programming question Pin
cstrader2321-Mar-07 16:27
cstrader2321-Mar-07 16:27 
GeneralRe: Structured programming question Pin
Colin Angus Mackay1-Mar-07 21:23
Colin Angus Mackay1-Mar-07 21:23 
GeneralRe: Structured programming question Pin
cstrader2322-Mar-07 1:37
cstrader2322-Mar-07 1:37 
GeneralRe: Structured programming question Pin
Colin Angus Mackay2-Mar-07 6:32
Colin Angus Mackay2-Mar-07 6:32 
cstrader232 wrote:
I don't see how you inherit an interface. Perhaps you mean that the class with the methods to be used _implements_ the interface?


I'm primarily a C# developer and in C# you inherit (or implement) an interface. So, yes, you implement the interface in the class.


cstrader232 wrote:
But I can't do that because the class does not exist in my dynamically created .dll


Sorry, I though it was the class in the DLL that was inheriting (implementing) the interface.

If it is in the main exe, then shouldn't the class already be instantiated? (You might want to show some pseudo code so I understand what you are trying to do)


cstrader232 wrote:
I thought that the interface .dll would allow my plugin .dll to find the class from the main .exe at runtime. I still don't see how to do that.


I think you are going the wrong way around. It should help the code in your EXE use the dyanmically created class in the dynamically loaded DLL.

Anyway, some pseudo code of what you are trying to achieve (with or without interfaces) would be most beneficial at this point.


QuestionHow do I set selection in VBA Combobox with RowSource? Pin
DLipkie1-Mar-07 7:50
DLipkie1-Mar-07 7:50 
AnswerRe: How do I set selection in VBA Combobox with RowSource? Pin
DLipkie1-Mar-07 9:46
DLipkie1-Mar-07 9:46 
GeneralRe: How do I set selection in VBA Combobox with RowSource? Pin
DLipkie1-Mar-07 10:10
DLipkie1-Mar-07 10:10 
QuestionSelecting multiple rows in an MSHFlexGrid Pin
Barry True1-Mar-07 6:54
Barry True1-Mar-07 6:54 
AnswerRe: Selecting multiple rows in an MSHFlexGrid Pin
Barry True19-Mar-07 10:18
Barry True19-Mar-07 10:18 
QuestionPrinting?? Pin
KOKEMO1-Mar-07 6:27
KOKEMO1-Mar-07 6:27 
AnswerRe: Printing?? Pin
JUNEYT1-Mar-07 6:41
JUNEYT1-Mar-07 6:41 
AnswerRe: Printing?? Pin
Duncan Edwards Jones1-Mar-07 10:58
professionalDuncan Edwards Jones1-Mar-07 10:58 
QuestionMicrosoft.Interop.Office.Excel Pin
Jawa20061-Mar-07 4:52
Jawa20061-Mar-07 4:52 
AnswerRe: Microsoft.Interop.Office.Excel Pin
Dave Kreskowiak1-Mar-07 6:15
mveDave Kreskowiak1-Mar-07 6:15 
QuestionGetting the cursor position and.... Pin
NANCO1-Mar-07 4:45
NANCO1-Mar-07 4:45 
AnswerRe: Getting the cursor position and.... Pin
Dave Kreskowiak1-Mar-07 6:20
mveDave Kreskowiak1-Mar-07 6:20 
GeneralRe: Getting the cursor position and.... [modified] Pin
NANCO2-Mar-07 0:18
NANCO2-Mar-07 0:18 
QuestionExecuting VBS from a vb.net program Pin
TECABA1-Mar-07 4:19
TECABA1-Mar-07 4:19 
AnswerRe: Executing VBS from a vb.net program Pin
Dave Kreskowiak1-Mar-07 6:26
mveDave Kreskowiak1-Mar-07 6:26 
QuestionHow to ( - ) the date of the last to give me output Py days Pin
Ahmed El-Badry1-Mar-07 3:12
Ahmed El-Badry1-Mar-07 3:12 
AnswerRe: How to ( - ) the date of the last to give me output Py days Pin
Colin Angus Mackay1-Mar-07 3:31
Colin Angus Mackay1-Mar-07 3:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.