Forum: VB.NET Jul 17th, 2009 |
| Replies: 3 Views: 414 Thanks for the response, but I don't get the same window depending when clicking in vista environemt or an XP one. What should I do then to have the one in XP (single folder) compared to in Vista... |
Forum: VB.NET Jul 17th, 2009 |
| Replies: 3 Views: 414 Good morning,
I have a small VB. app in VS2008 that opens a windows folder in maximized view.
I am using the following code:
Dim startInfo As New ProcessStartInfo("explorer.exe")
... |
Forum: VB.NET Jul 11th, 2009 |
| Replies: 6 Views: 523 Thank you for all your help GeekByChoiCe,
John |
Forum: VB.NET Jul 11th, 2009 |
| Replies: 6 Views: 523 Thank you very much GeekByChoiCe,
This code example is very helpfull to me, if I may ask a little more detail on the code on line 4:
StartInfo.Arguments = "/e, I:\cygwin\"
I looked on MSDN site... |
Forum: VB.NET Jul 10th, 2009 |
| Replies: 6 Views: 523 I open a the folder with Process.Start ("explorer" "path")
I can post my exact code if necessary.
Thanks |
Forum: VB.NET Jul 10th, 2009 |
| Replies: 6 Views: 523 Good morning,
I have been trying to research the net on the subject of "how to set a folder view utilizing a VB.form button", I've found references to the "IFolderView : SetCurrentViewMode... |