Re: Which Event Fired Last?
Print each event handler name to debug and you will know precisely what happened.
Re: Which Event Fired Last?
That too is a pretty cumbersome approach, my dear friend, at least for me :)
Next suggestion???
Re: Which Event Fired Last?
Alright, sit tight and wait - maybe something is going to happen all by itself. :rolleyes:
Re: Which Event Fired Last?
Sitting tight & waiting......what next ? ;-)
Re: Which Event Fired Last?
An out of topic question please (do not mind) - do you know any skin creating software (preferably free ones) for skinning web browsers that are created using the WebBrowser control in VB6?
Re: Which Event Fired Last?
You may try NeoCaption Component from vbAccelerator but I really don't know how well it's going to work for you.
Re: Which Event Fired Last?
You can use my Insert Procedure Names Add-In. See the link in my signature.
Re: Which Event Fired Last?
Martin, what do I do after unzipping the ZIP file InsertProcName V2.1.zip? Register the DLL named InsertProcName.dll using regsvr32?
OK...registered it....what after that?
Re: Which Event Fired Last?
in vb go to addins, addin manager, see if you can find it in the list of available
you can also look at mztools search here or google
Re: Which Event Fired Last?
I can't find it in Add-Ins Manager. Could you please elaborate what to do after registering InsertProcName.dll?
Re: Which Event Fired Last?
i just tested it, it was in the list in add-in manager, actually 3rd entry down on my list
Re: Which Event Fired Last?
Quote:
Originally Posted by arpan_de
I can't find it in Add-Ins Manager. Could you please elaborate what to do after registering InsertProcName.dll?
Even though I included the dll in the zip file I think what you need to do is to compile the project into a dll. I don't remeber having to manually register the dll after that.
Re: Which Event Fired Last?
Quote:
Even though I included the dll in the zip file I think what you need to do is to compile the project into a dll
that is what i did, just took the dll out of the zip and registered, then started in the add-in manager
Re: Which Event Fired Last?
Quote:
Originally Posted by arpan_de
I can't find it in Add-Ins Manager. Could you please elaborate what to do after registering InsertProcName.dll?
I think he doesnt know where the AddIn manager is.
In Visual Basic IDE ...
Menu:
Add-Ins > Add-In Manager
You should see the AddIn listed if you re-open the IDE.
Cant get much more simplier then that.
Re: Which Event Fired Last?
I know where the Add-Ins Manager is in the VB IDE & that's exactly where I searched it for but it's still not listed. It lists other Add-Ins like Component Services Add-In for VB 5.0/6.0, DTC Framework Registrar, Package and Deployment Wizard blah...blah...blah...I copied the DLL from the ZIP file, pasted it in C:\WINDOWS\system32 & then registered it which was successful as the dialog suggested but it didn't get listed in the Add-Ins Manager.
Re: Which Event Fired Last?
Did you compile it like mentioned? Also, try restarting the VB IDE too.
Re: Which Event Fired Last?
Now I have got it listed in Add-Ins Manager. Actually I hadn't compiled the DLL & used the DLL that came along with the ZIP file. Now I compiled the project & again registered it & now it is listed under Add-Ins Manager.
Thanks, mate....
Re: Which Event Fired Last?
We are glad to have helped you. :)
Ps, dont forget to Resolve your thread. ;)