
July 22nd, 2003, 09:38 AM
|
|
Junior Member
|
|
Join Date: Jun 2003
Posts: 22
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
How to integrate a VB FRM application in an ASP file
Hi!
I have created a little form in VB (5 radio buttons containing images) and I'd like to use the FRM file created by VB in an ASP file. I have seen I can generate an ActiveX in VB Interface, but I would like the FRM to be really included in a form of my web application ASP. I'd like that when clicking on one of the radio buttons (created with VB), a variable's value change (which results in others events in the web page).
If anyone of U know how to help, otherwise, how to define 5 radio buttons which looks like buttons containing an image and when clicking, just that just select the button and change a variable's value, I take!!
|