Search found 7 matches

by Djony1987
Sat Jul 11, 2009 8:18 am
Forum: Plugin Development
Topic: COM in PHP
Replies: 6
Views: 7546

Re: COM in PHP

ScottBot, Thank! With IIS web_sample work.
by Djony1987
Sat Jul 11, 2009 8:16 am
Forum: General
Topic: Touch Panel Controller Solution
Replies: 25
Views: 8819

Re: Touch Panel Controller Solution

Osler, Thank you very much! I'l check..
Спасибо=)
by Djony1987
Wed Jul 08, 2009 2:55 pm
Forum: Plugin Development
Topic: COM in PHP
Replies: 6
Views: 7546

Re: COM in PHP

Hi,

I have Apache installing on my PC, i copy folder (web_sample) to web server folder (localhost) and register HBControlMod.dll. The web_sample doesn't work.
What could be the problem?
by Djony1987
Wed Jul 08, 2009 2:34 pm
Forum: General
Topic: Touch Panel Controller Solution
Replies: 25
Views: 8819

Re: Touch Panel Controller Solution

Hi,

I create VB project (Console Application), cut and paste the code and then try to build this code, but there are some errors.
Maybe i doing something wrong? (I have never worked with VB)
by Djony1987
Tue Jul 07, 2009 3:09 am
Forum: Plugin Development
Topic: COM in PHP
Replies: 6
Views: 7546

Re: COM in PHP

Hi ScottBot,

There is a web example in ExternalComControl...what should i do to make this sample work?
Thank!
by Djony1987
Tue Jul 07, 2009 1:48 am
Forum: General
Topic: Touch Panel Controller Solution
Replies: 25
Views: 8819

Re: Touch Panel Controller Solution

Hi Osler,

Could you write more about compiling source code in VS 2005 (AutoRun.exe)?
(I need to replace "Storage Card" --> "Flash disc")
by Djony1987
Thu Jul 02, 2009 2:11 pm
Forum: Plugin Development
Topic: COM in PHP
Replies: 6
Views: 7546

COM in PHP

Hi, I try to control HB externaly using PHP with COM object. I write: $Obj=new COM("HBControlMod.HBControl"); $szRsp=$Obj->Connect(80, "127.0.0.1", "pwd"); It's correct? (echo $szRsp; // "OK") How i can call additional methods? (for example - GetPropertyValue,...