Click here to Skip to main content
16,004,974 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Windows 7 Cannot get Registered Owner/Organization Pin
QuickBooksDev24-May-10 7:32
QuickBooksDev24-May-10 7:32 
GeneralRe: Windows 7 Cannot get Registered Owner/Organization Pin
Dave Kreskowiak24-May-10 9:02
mveDave Kreskowiak24-May-10 9:02 
GeneralRe: Windows 7 Cannot get Registered Owner/Organization Pin
QuickBooksDev16-Jun-10 3:14
QuickBooksDev16-Jun-10 3:14 
GeneralRe: Windows 7 Cannot get Registered Owner/Organization Pin
Dave Kreskowiak16-Jun-10 8:36
mveDave Kreskowiak16-Jun-10 8:36 
QuestionHow can my add-in consume events from another add-in? Pin
Sonhospa23-May-10 23:02
Sonhospa23-May-10 23:02 
AnswerRe: How can my add-in consume events from another add-in? Pin
Dave Kreskowiak24-May-10 4:13
mveDave Kreskowiak24-May-10 4:13 
GeneralRe: How can my add-in consume events from another add-in? Pin
Sonhospa24-May-10 9:20
Sonhospa24-May-10 9:20 
AnswerRe: How can my add-in consume events from another add-in? Pin
Luc Pattyn24-May-10 5:33
sitebuilderLuc Pattyn24-May-10 5:33 
if plug-in B needs plug-in A, then they should not be handled at the same level, since you could end up having B and not having A around.

if all plug-ins are at the same level of hierarchy, I would look for what they have in common. Maybe you should broadcast plug-in arrivals and removals, and possibly pass their capabilities around.

Example: your framework could have a mechanism to detect image producers; when an imageProducer plug-in gets added or removed, you could signal that to all plug-ins present (by calling a method to that effect, part of your plug-in interface); or to all the ones that are imageConsumer, or to all the ones that subscribed to your framework's "reportImageProducersChanged" event.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: How can my add-in consume events from another add-in? Pin
Sonhospa24-May-10 9:08
Sonhospa24-May-10 9:08 
GeneralRe: How can my add-in consume events from another add-in? Pin
Luc Pattyn24-May-10 10:06
sitebuilderLuc Pattyn24-May-10 10:06 
QuestionBad DLL Calling Convention error when sending UDT from VB6 to Dev-C++ DLL Pin
bytelogik23-May-10 6:11
bytelogik23-May-10 6:11 
AnswerRe: Bad DLL Calling Convention error when sending UDT from VB6 to Dev-C++ DLL Pin
bytelogik23-May-10 9:21
bytelogik23-May-10 9:21 
QuestionIs Visual Studio 2010 compatible with older SQL versions Pin
Didier Cauberghe23-May-10 2:42
Didier Cauberghe23-May-10 2:42 
AnswerRe: Is Visual Studio 2010 compatible with older SQL versions Pin
DaveAuld23-May-10 3:07
professionalDaveAuld23-May-10 3:07 
AnswerRe: Is Visual Studio 2010 compatible with older SQL versions [modified] Pin
DaveAuld23-May-10 3:19
professionalDaveAuld23-May-10 3:19 
QuestionDisable form not fast enough Pin
Didier Cauberghe23-May-10 2:39
Didier Cauberghe23-May-10 2:39 
AnswerRe: Disable form not fast enough Pin
Rob Smiley23-May-10 2:54
Rob Smiley23-May-10 2:54 
GeneralRe: Disable form not fast enough Pin
Didier Cauberghe23-May-10 3:19
Didier Cauberghe23-May-10 3:19 
GeneralRe: Disable form not fast enough Pin
DaveAuld23-May-10 3:22
professionalDaveAuld23-May-10 3:22 
GeneralRe: Disable form not fast enough Pin
Didier Cauberghe23-May-10 3:31
Didier Cauberghe23-May-10 3:31 
GeneralRe: Disable form not fast enough Pin
DaveAuld23-May-10 3:35
professionalDaveAuld23-May-10 3:35 
GeneralRe: Disable form not fast enough Pin
Didier Cauberghe23-May-10 3:42
Didier Cauberghe23-May-10 3:42 
QuestionWindows Service Functionality Pin
VikashGohil22-May-10 20:07
VikashGohil22-May-10 20:07 
AnswerRe: Windows Service Functionality Pin
DaveAuld22-May-10 23:46
professionalDaveAuld22-May-10 23:46 
GeneralRe: Windows Service Functionality Pin
VikashGohil23-May-10 20:26
VikashGohil23-May-10 20:26 

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.