GetDataFromWindow/SendDataToWindow in VB?

  • Thread starter Thread starter Terry Olsen
  • Start date Start date
T

Terry Olsen

I'm using a scripting language that has these methods:

GetDataFromWindow(strWndTitle,intControlID,objVar,wndClass)

strWndTitle: A string that contains the window title to get data from.
intControlID: a numerical ID of the target control in the window to get
data from.
objVar: a variable that will contain the data received from the window
control.
wndClass: The window class name. If the window title is empty, the
command uses the class name to search for the target window.

SendDataToWindow basically does the same thing except allowing you to
write data to controls in the target window.

Is there any way to accomplish this with VB?
 
nope.. vb.net doesn't scripting languages

I've seen documentation from MS Press than VB.net can't use VbScript
clientside for DHTML

-Aaron
 
Back
Top