Wireless Network Connection shortcut?

Hey,

I spose this coulda gone in many forum categories but since its for an tiny lil app I'm making its here;

anyway, does anyone know a shortcut (or even better, the direct link) to "Wireless Network Connection" in Network Connections? i.e. I want to run Wireless Network Connection from my app probably using the ..

.. Shell(someonehelpmeoutwiththisplease) ..

..command in VS2005.

When I add a shortcut to the desktop and check the Target etc. it comes up with all that {rubbish}, so can anyone enlighten me?

Thanks fellas,

pini.

#409702

1) obtain a IShellFolder object for the Network Connections folder.

2) enumerate all items in that folder

3) grab the Wireless Network Connection item, get it's pidl

4) Obtain the contextmenu thru the shellfolder and the relative pidl for wireless network connection item

5) invoke the default item from that menu

#409707

Thanks Andreas; gonna have to look up most of that stuff since I'm not that advanced (such as IShellFolder, pidl etc.).

And this'll work in VS2005?

Thanks again!

-pini.

#409869