Search found 43 matches

by Mike12345
18 Dec 2018, 23:06
Forum: Plugins Development
Topic: New AS Plugin: Certificate Viewer
Replies: 15
Views: 39699

Re: New AS Plugin: Certificate Viewer

Thanks Vilo, works great!
by Mike12345
25 Jul 2013, 21:07
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

Hello, unfortunatly i do not have time to upgrade and improve the plugin to the latest SDK Version in the near future (my second son is born two months ago which is somehow time consuming). :D Instead i have attached the full source code of the plugin to the first post in this thread - free to use f...
by Mike12345
19 Sep 2009, 16:09
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

Weird. Must be a conflict with some resource/include files or something. Don't remember any substantial change in the resource files since 0.9. :? Thanks for digging that deep, Petr. Will try to fix that in the next version. Thomas has reported the same problem also exists in the WinSCP Plugin. Mayb...
by Mike12345
18 Sep 2009, 14:17
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

Can't reproduce. Renamed the "english.slg" from the 0.10 version to "german.slg" - changed AS Language to german and it worked.
Maybe you use a older (translated) version of the "german.slg" ?
by Mike12345
18 Sep 2009, 14:09
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

Thanks for reporting. :shock:
I will try to reproduce this.
by Mike12345
14 Sep 2009, 09:12
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

Thanks @all for reporting.
Will be fixed in next version. 8)
by Mike12345
12 Sep 2009, 20:15
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

Thank you. Will fix that in the next version.
by Mike12345
12 Sep 2009, 19:03
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

Code: Select all

Version 0.0.10 (12.09.2009)
--------------------------
- missing contextmenu functionality for "delete" service - fixed
* "service is marked for deletion" errormessage
Download from 1st post.
by Mike12345
11 Sep 2009, 22:29
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

Damn - sorry, for missing the contextmenu :? will fix that asap. As for the implementation of the delete dialog i was quite unsure what is best way. The "Do you want to delete xxx selected services" was the first one i tried but i thought it would be to dangerous to give the user the abbil...
by Mike12345
11 Sep 2009, 19:56
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

@th.: Thanks for reporting - i will look into this. Does anybody has seen this on Vista also? @Petr: Thank you for you detailed explanations, references and sharp eyes. :D New Version is up. Download from 1st post. Version 0.0.9 (11.09.2009) ------------------------- + F8/DEL | FS_SERVICE_DELETE imp...
by Mike12345
08 Sep 2009, 22:40
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

@xm: Shouldn't be a problem. Do you have need of the new "Delete Service" Feature also? :mrgreen: New version is up - download it from first post. Version 0.0.8 (08.09.2009) ------------------------- + new "delete service" function (use with caution!) * changed tab order * Servic...
by Mike12345
08 Sep 2009, 18:30
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

Unfortunatly there is no easy way to invoke a mmc snap-in dialog without diving deep into COM. :( I thought it would be easier/faster to build one on my own even it lacks a few (not so often used) features in the first. The context menu is updated - download the new version from the first post. Than...
by Mike12345
08 Sep 2009, 12:35
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

Done. 8)
by Mike12345
08 Sep 2009, 10:24
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

A new version is available.

Code: Select all

Version 0.0.6 (08.09.2009)
-------------------------
+ changing the startupmode is now supported
* RTL is now statically linked
Download from first post.
by Mike12345
07 Sep 2009, 21:23
Forum: Plugins Development
Topic: Service Explorer Plugin
Replies: 75
Views: 158086

Re: Service Explorer Plugin

Unfortunatly i think this would be the best/fastest solution. :? The problem is VC2005/2008 uses different exception handling (and other features like the "__cxxFrameHandler3" function) which doesn't exist in vc6. Therefore you get unresolved externals if you try to links against the norma...