Programmatically getting same list of programs listed in Explorer's "Open With.." opt

Hello,

Was wondering if there is a VB control that can bring up a list of programs identical to the list of programs displayed on the "Open With" dialog box when you open Windows Explorer, right click on a file, and select "Open With.."

Thanks
BW

[262 byte] By [bcw] at [2008-2-19]
# 1
I believe all the information on registered file types is contained in the registry, so you can get it yourself and build your own menu. I don't know exactly where it is stored, but I bet that a bit of prudent searching using the Registry Editor would find it soon enough.
jmcilhinney at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 2
No there is not a VB control...however you can create that functionality with your own user control.
DMan1 at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic Language...