Click here to Skip to main content
15,913,773 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: INSERT INTO Query with apostrophes in filenames? Pin
mmelick1-Oct-07 10:34
mmelick1-Oct-07 10:34 
Questiondatagridview ? Pin
moomoooomoo1-Oct-07 3:47
moomoooomoo1-Oct-07 3:47 
AnswerRe: datagridview ? Pin
Dave Kreskowiak1-Oct-07 4:10
mveDave Kreskowiak1-Oct-07 4:10 
GeneralRe: datagridview ? Pin
moomoooomoo1-Oct-07 4:21
moomoooomoo1-Oct-07 4:21 
GeneralRe: datagridview ? Pin
Dave Kreskowiak1-Oct-07 5:46
mveDave Kreskowiak1-Oct-07 5:46 
QuestionCurrent user input language Pin
Proqrammer1-Oct-07 3:15
Proqrammer1-Oct-07 3:15 
AnswerRe: Current user input language Pin
Gary Bigman1-Oct-07 5:14
Gary Bigman1-Oct-07 5:14 
QuestionCommunication between dlls Pin
Jens Johanneson1-Oct-07 2:58
Jens Johanneson1-Oct-07 2:58 
Is there a way to send a message from one dll to other dlls which is NOT compiled in the same exe file?

Background:
We develop add on functionality to a third party business system. When the business system fires up it embraces our dlls specified in an xml file. We don't know exactly how this is done and the people we talk to at the third party company can't explain how it works/can't come up with a solution...

OK, now the tricky part: our dlls have the same method base. For example a startup function, error handling and a session log off, clean up routine. The thing is I just want to fire the clean up function once, not in each dll!

IF I knew a way for the first dll to say to the other ones "hey, I've already done that" I would be home drinking coffe in my sofa. We can't build/compile the dlls into one dll, because they need to be "stand alone"/plug and play - we use different dll combinations at different customers.

Any suggestion how the third party system "loads" the dll's?
Am I able to "connect" to its namespace/work processes to see which dll's it runs?
Can I use the references in the XML file to get hold of loaded dlls?

I'd rather not have a "poor coders" solution with temp files or status flags in the registry. I would like to see some kind of dll message switch - is there any?
AnswerRe: Communication between dlls Pin
Dave Kreskowiak1-Oct-07 4:07
mveDave Kreskowiak1-Oct-07 4:07 
GeneralRe: Communication between dlls Pin
Jens Johanneson1-Oct-07 7:14
Jens Johanneson1-Oct-07 7:14 
GeneralRe: Communication between dlls Pin
Dave Kreskowiak1-Oct-07 12:00
mveDave Kreskowiak1-Oct-07 12:00 
QuestionResizing a form to suit the resolution Pin
Mr Oizo1-Oct-07 1:23
Mr Oizo1-Oct-07 1:23 
AnswerRe: Resizing a form to suit the resolution Pin
Christian Graus1-Oct-07 1:30
protectorChristian Graus1-Oct-07 1:30 
GeneralRe: Resizing a form to suit the resolution Pin
Mr Oizo1-Oct-07 5:16
Mr Oizo1-Oct-07 5:16 
GeneralRe: Resizing a form to suit the resolution Pin
Christian Graus1-Oct-07 11:04
protectorChristian Graus1-Oct-07 11:04 
GeneralRe: Resizing a form to suit the resolution Pin
Mr Oizo2-Oct-07 11:22
Mr Oizo2-Oct-07 11:22 
Questionhow to clear an array? Pin
moomoooomoo1-Oct-07 1:12
moomoooomoo1-Oct-07 1:12 
AnswerRe: how to clear an array? Pin
Luc Pattyn1-Oct-07 1:27
sitebuilderLuc Pattyn1-Oct-07 1:27 
AnswerRe: how to clear an array? Pin
Gary Bigman1-Oct-07 4:24
Gary Bigman1-Oct-07 4:24 
Questionstring function Pin
moomoooomoo1-Oct-07 0:56
moomoooomoo1-Oct-07 0:56 
AnswerRe: string function Pin
Tamimi - Code1-Oct-07 1:00
Tamimi - Code1-Oct-07 1:00 
GeneralRe: string function Pin
moomoooomoo1-Oct-07 1:04
moomoooomoo1-Oct-07 1:04 
Questionupdating a form Pin
Mr Oizo1-Oct-07 0:27
Mr Oizo1-Oct-07 0:27 
AnswerRe: updating a form Pin
Tom Deketelaere1-Oct-07 1:11
professionalTom Deketelaere1-Oct-07 1:11 
GeneralRe: updating a form Pin
Mr Oizo1-Oct-07 1:18
Mr Oizo1-Oct-07 1:18 

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.