DHTML from VB
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
How can I access the DHTML objects from an activex created from new ActiveXObject("") jscript method? Or I can just do this if I create an activex control? thanks, Luiz
You have a reference the ActiveX control first in Project/References. JScript Example:
var objSession = new ActiveXObject("MAPI.Session");
VB Example:
Dim objSession As MAPI.Session
Set objSession = New MAPI.SessionJeremy L. Falcon "The One Who Said, 'The One Who Said...'" Homepage : Sonork = 100.16311
01000010011011110110001000100000011101110110000101110011
00100000011010000110010101110010011001010010111000000000