-
Getting started
Can anyone explain me how to program an ActiveX EXE. Actually, I don't even know if this is what I need. I'm trying to add some functionality to a web page and netiher know how to add this forms and objects nor how to create instance of it from the site.
Any help would be appreciated. At least, give me a link to a tutorial to start learning.
-
What functionallity are you trying to add?
-
A form with a couple of buttons, and labels.
-
It sound like you just need HTML controls. Does your web host support asp?
-
1 Attachment(s)
Something like this... but it should read an XLS file and change the colors of some day before.
-
I guess so... but I've no clue about ASP. Do you know any ASP's tutorial to recommend?
-
-
It is much easier to find a host that supports asp then to find one that will let you install components.
-
www.brinkster.com
Lets you host asp pages for free. You can even use an access database.
-
Ok.. I'll give those pages a try. I'll let you know if I can't do what I want. Thanks for your help.