Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GUI

Status
Not open for further replies.

stormbind

Technical User
Mar 6, 2003
1,165
GB
I see that C has no inhereted GUI objects but can use local platform/OS features.

As I have no experience of this, is there a way to connect a C binary to a HTA?

It would be awsome if I could have a DHTML front-end with C backend for crunching data.

Not everyone knows what a HTA is so I include this link:
----------
I'm willing to trade custom scripts for... [see profile]
 
This question is probably better asked in the VC++ forum forum207


My initial reading suggests that you wrap the C code up inside an ActiveX control (I've no idea what is involved with that).

Code:
HTA->ActiveX->C
Your HTA interfaces with an ActiveX control. This is either a thin wrapper around your C program, or is the bulk of your code recompiled as an ActiveX control.

--
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top