Hello
I just joined this list and have a question regarding a VB .OCX
file (it is a tree view). Ultimately, the goal is to place this
into a .ASP page to be on the web. Here are the problems I am
having. This is the first VB thing I have done, so I am as basic
as you can get. I know web-development pretty well and VBScript,
so I am familiar with some concepts, but not great by any stretch.
I will need to pass one value into the .OCX file from the web page
(I am assuming this is the same regardless of if it is a web page
or another VB component), but how would I set up the code to
accept one variable passed in, and how would I set it up to pass
back two variables?
In the .OCX code, I have two functions. One is
UserControl_Initialize() which connects to the database and gets
the data and creates the nodes and child nodes, then the other is
TreeView1_NodeClick(ByVal Node As MSComctlLib.Node) which displays
the information for the node I click.
I have the .OCX file working in VB, but now I am at a loss.
Any help you could share is greatly appreciated.
Thank you
Andy