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.

New to EventGhost

If you have a question or need help, this is the place to be.
Post Reply
1druid1
Posts: 1
Joined: Wed Dec 17, 2008 9:40 pm

New to EventGhost

Post by 1druid1 »

Hi All

Not sure if this is the correct place to post, so I appologise now.

I am currently building a smart controller system to control all functions in my home.. The system is basically a PC with a Touch Screen Panel. At the moment I want to control my TV, Cable, DVD Audio ect. I have setup a USB-UIRT with EventGhost and have recorded all the required IR codes to control my equipment, everything works and tested, EventGhost can activate all equipment.

Now what I want to do is create my own Front End for my touchscreen, I am using Visual Basic Studio 2005 to create my touchscreen, what I want to do is use the onclick events on my VB buttons to activate a specific macro in EventGhost, just cant figure this part out.

Is this possibe?

Cheers

Dougie
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: New to EventGhost

Post by krambriw »

Yes, you can use the web interface of EG

From VB you could send navigation url's for each function you need to activate. Suppose you have created a vera nice GUI in VB. When you click/touch a button this onclick event will send a url request. In this forum "how to" use the web interface of EG has been described several times. Try a search.

Best reg Walter
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: New to EventGhost

Post by Pako »

You can use the built-in ActiveX/COM server EventGhost and method TriggerEvent(PrintableString) or
TriggerEvent(PrintableString, Payload).
See EventGhost.vbs script in folder plugins/MediaMonkey.

Pako
Post Reply