Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Script for removing IgorUSB Message box: "Free version!"

If you have a question or need help, this is the place to be.
Post Reply
zicko
Posts: 5
Joined: Tue May 20, 2008 7:55 pm

Script for removing IgorUSB Message box: "Free version!"

Post by zicko »

Hello Everyone,


Here is VBScript that will remove annoying IgorUSB:

Free version! - Copyright (c) Ing. Igor Cesko 2003

message box when Eventghost is started.

Code: Select all

Set objShell = CreateObject("WScript.Shell")
While objShell.AppActivate("Free version!") <> True
   WScript.Sleep 500
Wend
WScript.Sleep 2000 'two seconds, you can lower it
objShell.SendKeys "{ENTER}"
Set objShell = Nothing
Wscript.Quit
I run Eventghost during Windows start so I put this script in Startup windows folder. Other option is to put it in Tasks Scheduled or create some batch file which will start script and then Eventghost.

Maybe this script can be somehow integrated in Eventghost so this annoying screen wil be removed automatically?!


Drazen
zicko
Posts: 5
Joined: Tue May 20, 2008 7:55 pm

Re: Script for removing IgorUSB Message box: "Free version!"

Post by zicko »

Is there any chance that this script (routine) can be integrated in Eventghost?

I don't see a reason why that MessageBox should be received when Eventghost starts.

Bitmonster is there any chance you can done that? Should I add this post to feature requests forum section?
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: Script for removing IgorUSB Message box: "Free version!"

Post by Bitmonster »

zicko wrote:Bitmonster is there any chance you can done that? Should I add this post to feature requests forum section?
No. Igor Cesko has made this nag-screen on purpose, because he wants to prohibit manufactures to sell such device without paying at least some bucks for his work. And I'm respecting his decision.

So the only fair way is to pay the 4,-EURO to get the full version.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
zicko
Posts: 5
Joined: Tue May 20, 2008 7:55 pm

Re: Script for removing IgorUSB Message box: "Free version!"

Post by zicko »

thanks!
codiak
Posts: 1
Joined: Mon Jan 19, 2009 7:02 pm

Re: Script for removing IgorUSB Message box: "Free version!"

Post by codiak »

How to use the dll file for EventGhost? In the correspondent folder are only the python files...
Post Reply