C
ColliersWNC
I know there is probably a simple solution to this, but I haven't
figured it out yet or seen it else where.
Imagine you had a simple web page that looked like the following:
<html>
<input name="dgSelect:_ctl0:cbSelect" id="dgSelect__ctl0_cbSelect"
type="checkbox" />
</html>
After loading this web page in to a WebBrowser Control on a VB form,
how would you have VB check the box? I know this seems simple and it's
probably so easy that nobody has bothered to ask it before, but I can't
figure it out and haven't seen a solution for it yet so I thought I'd
ask.
kb
figured it out yet or seen it else where.
Imagine you had a simple web page that looked like the following:
<html>
<input name="dgSelect:_ctl0:cbSelect" id="dgSelect__ctl0_cbSelect"
type="checkbox" />
</html>
After loading this web page in to a WebBrowser Control on a VB form,
how would you have VB check the box? I know this seems simple and it's
probably so easy that nobody has bothered to ask it before, but I can't
figure it out and haven't seen a solution for it yet so I thought I'd
ask.
kb