To HPW and another developers... - Forum

Forum Navigation
You need to log in to create posts and topics.

To HPW and another developers...

Hi overthere,

I need know the object parameters of this code:

CALL DWORD nbInterface USING InterfaceProcType (BYVAL 8, BYREF zData )

especially the possible values of InterfaceProcType

Basically, i need integrate in design mode the dialog selector for functions library.

Thanks in advance,

David de Argentina

Hello,

In the SDK-zip is a CHM which describes the params.

I can not attach it here.

Regards

Hans-Peter

Hi, @david_de_argentina

If you can't find a way to call functions library using this code, maybe you can do the trick

using "SendKeys" to another application from VisualNeoWin. Even you can send keys using .vbs files.

Just look for in Google: Sendkeys vbs

I have done this trick before and works very well.

Thanks for assist

David de Argentina

Hi, @daviddeargentina

If you want, you can download my last plugin acToolbar.

Thanks a bunch @asleycruz,

I had developed my own toolbar

cheers