Expand TreeView Node with SendKeys

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to expand a TreeView Node in the Browse for Folder Treeview with
sendkeys. Right now I can only select the drives and folders that are
visible in the Treeview - I can drill down into subfolders.

Does anyone know how to do this?

I've tried holding various combinations of the Shift, Ctrl, Alt keys and
Enter keys to do it manually to figure it out, but i can't find a way other
than using a mouse click.

thanks,
--
Billy Rogers

Dallas,TX

Currently Using SQL Server 2000, Office 2000 and Office 2003
 
As usual - I figure out the answer to my own question a minute or two after
posting it.

the "+" key expands the node.



--
Billy Rogers

Dallas,TX

Currently Using SQL Server 2000, Office 2000 and Office 2003
 
The "{+}" doesn't work in SendKeys for the the plus key.

Is there some other way to specify the plus key?
(Shift =) doesn't work





--
Billy Rogers

Dallas,TX

Currently Using SQL Server 2000, Office 2000 and Office 2003
 
Back
Top