Hi Jamal: I am trying to learn scripting. I have a VWD 2008 Website. It only 
has a DataBase and the default folders.
I wanted to see how a script would execute a button in VWD programatically so 
started looking at Virtual Explorer's code.
The mouse clicks did not work and I think I know why. The Default.aspx object 
is not considered the current window but the TreeView is. I clicked List Child 
Controls but VE said no child controls. Here is the test and the results. I am 
guessing the TreeNodes are not getting recognized as controls which they might 
not be in the IML?
What do you think?
Rick USA
Test:
Opened DbSSite in VWD:
closed everything from Windows Menu:
ctrl+alt+l to open Solution Explorer;
Arrow down to Default.aspx and hit insert+space bar;
The Description:
Tree view, Solution Explorer
AlwaysOnTop: False
CaretWidth: 0
ClassName: SysTreeView32
ClientArea.Left: 0
ClientArea.Top: 0
ClientArea.Right: 1012
ClientArea.Bottom: 658
Clips.String: 
 C:\DBSite\
 App_Data
 Default.aspx
 web.config
CurrentHyperactiveWindowID: A
CurrentUserWindowID: 0
Enabled: True
Handle: 131576
IsValid: True
ModuleName: MSENV
Name: Solution Explorer
OnScreenVisibility.String: Partially visible
OriginalClassName: SysTreeView32
OriginalType.String: Tree view
Rectangle.Left: 0
Rectangle.Top: 0
Rectangle.Right: 1012
Rectangle.Bottom: 658
SetFileName: MSENV.000
Status.String: Normal
Style.String: Child Left LTRReading RightScrollbar Style Visible
Title: Solution Explorer
Type.String: Tree view
Hit enter on Right Mouse Click to bring up the Cont ext Menu for the 
Default.aspx file;
The Virtual Explorer closes but the Context Menu is not displayed.

Reply via email to